- 28ecaddffix: vite optimize deps usage and production build when using a workspace (#31)Viktor Lázár
- 7cda20f4fix: using ipv6 listener hostname (#29)Viktor Lázár
- 6feece89chore: cleanup unused use-sync-external-store/shim/with-selector.js (#27)Viktor Lázár
- 6282ca0dfix: vite deps optimizer usage (#26)Viktor Lázár
- da250e26fix: module resolution of third-party libraries (#23)Viktor Lázár
- 84ec058ffix: workflow repository conditions (#19)Viktor Lázár
- 546a55b0feat: ci/cd (#17)Viktor Lázár
- ad417f44fix use client plugin on windowslazarv
- 53a51450add error handler to RemoteComponent and prettier error logging including detailslazarv
- 8a911c75fix route ordering in file-system based routerlazarv
- 72ec3f2enew route matcher implementationlazarv
- cc929b64module alias vite only when installed and resolvedlazarv
- 14a52282update tanstack-router example to load RSC outlet in route definitionlazarv
- 73559a7bmore error tolerant router pluginlazarv
- a14eb033add getFlightResponse to client typescript definitionlazarv
- 531b5dc3callback on emit even when there are no listenerslazarv
- a317857aexclude any config files under node_moduleslazarv
- a6c271a7hydrate remote component when server action usage detectedlazarv
- d5b8a274fix cannot find module react-server-dom-webpack/client.edgelazarv
- 2744b552update docs to include remote componentslazarv
- ca2e91f6support remote componentslazarv
- 24671173fix inline server action scoped variable handlinglazarv
- 59cae4c7add ascii art logo, help cli command and checking node/react versionslazarv
- b60f8615use correct public directory in dev and patch virtual asset importslazarv
- 9218670fresolve vite provided by @lazarv/react-server to be able to use defineConfig in vite.config.jslazarv
- 6953bb3bfix vercel adapter symlink handling #14lazarv
- 390014f5update vercel init instructions in docslazarv
- daeb417ffind proper root directory in vercel adapterlazarv
- 480a3ef9add layout filename pattern to router defaults #13lazarv
- d1c9522fsupport outlet client navigationlazarv
- 8ea03b35docs links are using smooth scrollinglazarv
- 830d4af5fix cli no-adapter and build command exit codelazarv
- 2a3b4fe7another fix documentation linklazarv
- f034a678fix documentation linkslazarv
- cb7bbbf3documentation site revamplazarv
- 39fb371asupport custom mdx components and wait for router to be readylazarv
- a26b447cremove unnecessary prefix from error logginglazarv
- a5c2fe7ffix dev error overlay error metadata handlinglazarv
- 6badb31bproxy worker logger to parent port to use custom loggerlazarv
- 2984ae89fix error handling, add error boundary and error handling testslazarv
- 7c268d02add response and memory caching tests and missing typescript type definitionslazarv
- 1a2b02ddadd tests for style asset loadinglazarv
- fb0a0ff5support passing initial configuration in middleware modelazarv
- 6f07a4d9only use base url for styles when provided in configlazarv
- 5fe4bcbdfix client router location statelazarv
- 05be9d73use base path for style assets #12lazarv
- 026d6227use stylesheet collector reference in ssr handler #12lazarv
- ed43f3deupdate tsconfig.json in tanstack router examplelazarv
- 8d334031ignore vite config file in build #11lazarv
- 45cf5969use vite to print urls in dev #10lazarv