Skip to content

v2.17.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:00
· 44 commits to main since this release
f3a681b

Minor Changes

  • 482a557: Upgrade hono dependencies (fixes #132)
  • 8eae0a7: Node and Bun
    • Improve performance by awaiting the import of React Router build before starting the server. (instead of awaiting it in the first request)
      • If your server bundle is large, import can take a while, so this change will improve the first request performance since it will be done before the server starts listening.
  • 1a21a8b: remove obsolete build target options from reactRouterHonoServer (fix a Vite 6/7 css build issue #141 )
  • 9bf869b: Statically import RR build