react-server675fbba4
react-serverlogv0.0.0-experimental-da250e2-20240909-6dc86ec1
  1. da250e26fix: module resolution of third-party libraries (#23)Viktor Lázár
  2. 84ec058ffix: workflow repository conditions (#19)Viktor Lázár
  3. 546a55b0feat: ci/cd (#17)Viktor Lázár
  4. ad417f44fix use client plugin on windowslazarv
  5. 53a51450add error handler to RemoteComponent and prettier error logging including detailslazarv
  6. 8a911c75fix route ordering in file-system based routerlazarv
  7. 72ec3f2enew route matcher implementationlazarv
  8. cc929b64module alias vite only when installed and resolvedlazarv
  9. 14a52282update tanstack-router example to load RSC outlet in route definitionlazarv
  10. 73559a7bmore error tolerant router pluginlazarv
  11. a14eb033add getFlightResponse to client typescript definitionlazarv
  12. 531b5dc3callback on emit even when there are no listenerslazarv
  13. a317857aexclude any config files under node_moduleslazarv
  14. a6c271a7hydrate remote component when server action usage detectedlazarv
  15. d5b8a274fix cannot find module react-server-dom-webpack/client.edgelazarv
  16. 2744b552update docs to include remote componentslazarv
  17. ca2e91f6support remote componentslazarv
  18. 24671173fix inline server action scoped variable handlinglazarv
  19. 59cae4c7add ascii art logo, help cli command and checking node/react versionslazarv
  20. b60f8615use correct public directory in dev and patch virtual asset importslazarv
  21. 9218670fresolve vite provided by @lazarv/react-server to be able to use defineConfig in vite.config.jslazarv
  22. 6953bb3bfix vercel adapter symlink handling #14lazarv
  23. 390014f5update vercel init instructions in docslazarv
  24. daeb417ffind proper root directory in vercel adapterlazarv
  25. 480a3ef9add layout filename pattern to router defaults #13lazarv
  26. d1c9522fsupport outlet client navigationlazarv
  27. 8ea03b35docs links are using smooth scrollinglazarv
  28. 830d4af5fix cli no-adapter and build command exit codelazarv
  29. 2a3b4fe7another fix documentation linklazarv
  30. f034a678fix documentation linkslazarv
  31. cb7bbbf3documentation site revamplazarv
  32. 39fb371asupport custom mdx components and wait for router to be readylazarv
  33. a26b447cremove unnecessary prefix from error logginglazarv
  34. a5c2fe7ffix dev error overlay error metadata handlinglazarv
  35. 6badb31bproxy worker logger to parent port to use custom loggerlazarv
  36. 2984ae89fix error handling, add error boundary and error handling testslazarv
  37. 7c268d02add response and memory caching tests and missing typescript type definitionslazarv
  38. 1a2b02ddadd tests for style asset loadinglazarv
  39. fb0a0ff5support passing initial configuration in middleware modelazarv
  40. 6f07a4d9only use base url for styles when provided in configlazarv
  41. 5fe4bcbdfix client router location statelazarv
  42. 05be9d73use base path for style assets #12lazarv
  43. 026d6227use stylesheet collector reference in ssr handler #12lazarv
  44. ed43f3deupdate tsconfig.json in tanstack router examplelazarv
  45. 8d334031ignore vite config file in build #11lazarv
  46. 45cf5969use vite to print urls in dev #10lazarv
  47. ea114f77compile typescript config file like vite config #10lazarv
  48. 246d9b85ignore popstate event on hash change #9lazarv
  49. 9a730bbcdisplay/open correct hostname used #9lazarv
  50. 69184efbupdate minimum required nodejs version #9lazarv