github remix-run/remix fetch-router@0.17.0
fetch-router v0.17.0

latest releases: static-middleware@0.4.4, session-storage-redis@0.1.0, session-storage-memcache@0.1.0...
9 hours ago

Minor Changes

  • Expose context.router on request context

    Each router request context now gets the owning Router assigned as context.router by createRouter() when fetch() is called. This lets framework helpers read router state directly from RequestContext instead of requiring app-level middleware to store the router in context.storage.

  • Added a new @remix-run/fetch-router/routes export exporting route creation utilities

    This has been decoupled from the main @remix-run/fetch-router exports so that it can be used by application routes.ts files intended to be loaded by the client, without pulling in server-side-specific underlying packages such as @remix-run/session.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.