react-server675fbba4
react-serverlogv0.0.0-experimental-8bbb667-20241023-1f9b5150
  1. 8bbb6679fix: useCache concurrency (#62)Viktor Lázár
  2. 17263649feat: hydration error overlay (#61)Viktor Lázár
  3. 5950427efeat: "use cache" directive (#60)Viktor Lázár
  4. 076c2abafix: examples test suite (#59)Viktor Lázár
  5. 955fd2dcfeat: examples test suite (#58)Viktor Lázár
  6. 4a20205efeat: development mode watch config file changes (#57)Viktor Lázár
  7. 9d35e7e3fix: show full error message in the overlay (#56)Viktor Lázár
  8. d84eb64afix: move RemoteComponent to @lazarv/react-server/remote module (#53)Viktor Lázár
  9. 706c6103feat: optimize startup time with configuration and static file handler changes (#52)Viktor Lázár
  10. e627112afeat: upgrade react to latest experimental version (#51)Viktor Lázár
  11. 94b83516feat: deployment adapter api (#47)Viktor Lázár
  12. 640534a6feat(docs): integrations (#46)Viktor Lázár
  13. 0c86c5bdfix: docs outlets link (#45)Viktor Lázár
  14. 64f5f470feat: optimize deps enhancements (#43)Viktor Lázár
  15. f6658b3afix: applying resolve.alias config (#42)Viktor Lázár
  16. 9c4b88b4fix: react-is alias resolution (#41)Viktor Lázár
  17. 059f5409feat: move @lazarv/react-server-router into @lazarv/react-server (#38)Viktor Lázár
  18. 591e6946fix: mantine charts example (#37)Viktor Lázár
  19. dd5be792fix: stylesheet ordering (#36)Viktor Lázár
  20. eed22ac2fix: react-is version mismatch (#35)Viktor Lázár
  21. 0e31f6c5fix: update Mantine example / cleanup layout (#33)Andreas Heissenberger
  22. 703f4f77fix: ensure output directory exists before router type generation (#34)Viktor Lázár
  23. 28ecaddffix: vite optimize deps usage and production build when using a workspace (#31)Viktor Lázár
  24. 7cda20f4fix: using ipv6 listener hostname (#29)Viktor Lázár
  25. 6feece89chore: cleanup unused use-sync-external-store/shim/with-selector.js (#27)Viktor Lázár
  26. 6282ca0dfix: vite deps optimizer usage (#26)Viktor Lázár
  27. da250e26fix: module resolution of third-party libraries (#23)Viktor Lázár
  28. 84ec058ffix: workflow repository conditions (#19)Viktor Lázár
  29. 546a55b0feat: ci/cd (#17)Viktor Lázár
  30. ad417f44fix use client plugin on windowslazarv
  31. 53a51450add error handler to RemoteComponent and prettier error logging including detailslazarv
  32. 8a911c75fix route ordering in file-system based routerlazarv
  33. 72ec3f2enew route matcher implementationlazarv
  34. cc929b64module alias vite only when installed and resolvedlazarv
  35. 14a52282update tanstack-router example to load RSC outlet in route definitionlazarv
  36. 73559a7bmore error tolerant router pluginlazarv
  37. a14eb033add getFlightResponse to client typescript definitionlazarv
  38. 531b5dc3callback on emit even when there are no listenerslazarv
  39. a317857aexclude any config files under node_moduleslazarv
  40. a6c271a7hydrate remote component when server action usage detectedlazarv
  41. d5b8a274fix cannot find module react-server-dom-webpack/client.edgelazarv
  42. 2744b552update docs to include remote componentslazarv
  43. ca2e91f6support remote componentslazarv
  44. 24671173fix inline server action scoped variable handlinglazarv
  45. 59cae4c7add ascii art logo, help cli command and checking node/react versionslazarv
  46. b60f8615use correct public directory in dev and patch virtual asset importslazarv
  47. 9218670fresolve vite provided by @lazarv/react-server to be able to use defineConfig in vite.config.jslazarv
  48. 6953bb3bfix vercel adapter symlink handling #14lazarv
  49. 390014f5update vercel init instructions in docslazarv
  50. daeb417ffind proper root directory in vercel adapterlazarv