Skip to content

chore: Update version for release #13322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

Releases

[email protected]

Patch Changes

  • Fix types on unstable_MiddlewareFunction to avoid type errors when a middleware doesn't return a value (#13311)

  • Dedupe calls to route.lazy functions (#13260)

  • Add support for route.unstable_lazyMiddleware function to allow lazy loading of middleware logic. (#13210)

    Breaking change for unstable_middleware consumers

    The route.unstable_middleware property is no longer supported in the return value from route.lazy. If you want to lazily load middleware, you must use route.unstable_lazyMiddleware.

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

  • Fix path in prerender error messages (#13257)
  • Fix typegen for virtual modules when moduleDetection is set to force (#13267)
  • When both future.unstable_middleware and future.unstable_splitRouteModules are enabled, split unstable_clientMiddleware route exports into separate chunks when possible (#13210)
  • Improve performance of future.unstable_middleware by ensuring that route modules are only blocking during the middleware phase when the unstable_clientMiddleware has been defined (#13210)
  • Updated dependencies:

[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

@react-router/[email protected]

Patch Changes

[email protected]

@brophdawg11 brophdawg11 merged commit 7350eef into release-next Mar 28, 2025
1 check passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch March 28, 2025 20:58
wilcoxmd added a commit to wilcoxmd/react-router that referenced this pull request Apr 3, 2025
…d-route-typegen

* upstream/dev: (56 commits)
  chore: format
  feat: unstable_subResourceIntegrity (remix-run#13163)
  Add lazy route property API, use for loading middleware (remix-run#13294)
  Add `rolldown-vite` playground (remix-run#13333)
  chore: Update version for release (remix-run#13322)
  Exit prerelease mode
  Update release notes
  Remove `react-router:override-optimize-deps` plugin (remix-run#13317)
  chore: format
  Add Wrangler v4 to `@react-router/dev` peer dep range (remix-run#13258)
  update changelog
  Handle custom base for critical CSS with Vite Env API (remix-run#13305)
  chore: Update version for release (pre) (remix-run#13312)
  Enter prerelease mode
  chore: format
  host parse (remix-run#13309)
  Fix middleware return types (remix-run#13311)
  more data docs
  fix Location link (remix-run#13291)
  Also fix the meta link
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant