- 4fe0d729fix: support async functions as static parameters input in file-system based router (#86)Viktor Lázár
- 61cbefd6fix: use static params in file-system based router for ssg (#83)Viktor Lázár
- 39552137fix: suspense client component (#78)Viktor Lázár
- 9f3b6b9afix(docs): not found page (#75)Viktor Lázár
- 63ba3e18fix: error handling race condition when using ssr rendering (#74)Viktor Lázár
- a27f9161fix(docs): table of contents rendering (#73)Viktor Lázár
- a032f674feat(docs): add contributors page (#70)Viktor Lázár
- f5fa9285fix: ssg runtime references (#71)Viktor Lázár
- e910ec49feat(docs): scrollbar styling (#69)Viktor Lázár
- 931d4590fix(docs): sidebar scroll container (#68)Sutu Sebastian
- a37c63c5fix: use cache in a function with params (#66)Viktor Lázár
- b3c6f799feat: development server commands and search docs (#65)Viktor Lázár
- b16430e8feat: update docs get started page (#64)Viktor Lázár
- 27306b09feat: update eslint to v9 (#63)Viktor Lázár
- 8bbb6679fix: useCache concurrency (#62)Viktor Lázár
- 17263649feat: hydration error overlay (#61)Viktor Lázár
- 5950427efeat: "use cache" directive (#60)Viktor Lázár
- 076c2abafix: examples test suite (#59)Viktor Lázár
- 955fd2dcfeat: examples test suite (#58)Viktor Lázár
- 4a20205efeat: development mode watch config file changes (#57)Viktor Lázár
- 9d35e7e3fix: show full error message in the overlay (#56)Viktor Lázár
- d84eb64afix: move RemoteComponent to @lazarv/react-server/remote module (#53)Viktor Lázár
- 706c6103feat: optimize startup time with configuration and static file handler changes (#52)Viktor Lázár
- e627112afeat: upgrade react to latest experimental version (#51)Viktor Lázár
- 94b83516feat: deployment adapter api (#47)Viktor Lázár
- 640534a6feat(docs): integrations (#46)Viktor Lázár
- 0c86c5bdfix: docs outlets link (#45)Viktor Lázár
- 64f5f470feat: optimize deps enhancements (#43)Viktor Lázár
- f6658b3afix: applying resolve.alias config (#42)Viktor Lázár
- 9c4b88b4fix: react-is alias resolution (#41)Viktor Lázár
- 059f5409feat: move @lazarv/react-server-router into @lazarv/react-server (#38)Viktor Lázár
- 591e6946fix: mantine charts example (#37)Viktor Lázár
- dd5be792fix: stylesheet ordering (#36)Viktor Lázár
- eed22ac2fix: react-is version mismatch (#35)Viktor Lázár
- 0e31f6c5fix: update Mantine example / cleanup layout (#33)Andreas Heissenberger
- 703f4f77fix: ensure output directory exists before router type generation (#34)Viktor Lázár
- 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