what stackpulse tracks
Remix releases from GitHub
StackPulse watches Remix release notes and keeps the original source link close to every summary.
Full stack web framework with focus on web standards StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Remix release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release primarily updates dependencies, specifically bumping `@remix-run/*` dependencies to version 0.20.0.
Users relying on `@remix-run/*` dependencies may need to ensure compatibility with version 0.20.0.
Review the changes in `fetch-router@0.20.0` to ensure compatibility.
This release bumps the `@remix-run/*` dependencies, specifically `fetch-router` to version 0.20.0.
Users relying on `session-middleware` may need to ensure compatibility with the updated `fetch-router` dependency.
Update dependencies to ensure compatibility with `fetch-router@0.20.0`.
This release primarily updates dependencies, specifically bumping the `@remix-run/*` packages to align with the latest versions.
Users relying on `render-middleware` may need to ensure compatibility with updated `@remix-run/*` dependencies.
Update your project's dependencies to match the versions specified in this release.
This patch release fixes issues with `createHref()` handling of optional route params and improves route matching for malformed percent-encoded pathnames and full URL patterns with explicit default ports.
Users relying on `createHref()` with optional route params or handling URLs with explicit default ports may be affected.
Update to version 0.22.1 to benefit from the fixes.
This release introduces timeout and abort signal support for tests, allowing better control over test execution and cleanup. It also improves handling of browser-cancelled script requests in test environments.
Developers using `@remix-run/test` for testing asynchronous operations will benefit from improved timeout and abort signal handling.
Update to version 0.5.0 to take advantage of new timeout and abort signal features in tests.
This release focuses on dependency updates, specifically bumping the `@remix-run/*` packages to version 0.18.2.
view source on github->