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 bumps various @remix-run dependencies to their latest patch versions.
Update dependencies to ensure compatibility with the latest patches.
This release primarily updates dependencies, specifically bumping the `@remix-run/*` packages to version 0.20.1.
Users relying on `@remix-run/*` dependencies may need to ensure compatibility with version 0.20.1.
Update dependencies to `@remix-run/*` version 0.20.1 if necessary.
This release primarily updates dependencies, specifically bumping the `@remix-run/*` packages to include `mime@0.4.2`.
Users relying on `@remix-run/*` dependencies may need to ensure compatibility with the updated `mime` package.
Update dependencies to include `mime@0.4.2` if necessary.
This release introduces significant breaking changes to the UI component API, replacing styled button components with mixins and removing deprecated exports. New mixins for checkbox, input, radio, and toggle components have been added, along with styled component subpath exports for various UI elements.
Developers using the previous styled button component API or deprecated exports will need to migrate to the new mixin-based approach.
Update your code to use the new mixins and import paths as described in the release notes.
This release introduces breaking changes to RoutePattern internals access and adds new utility functions for pattern inspection. Several edge cases in pattern matching and href generation were fixed.
Users who directly accessed RoutePattern internals or relied on the previous validation behavior of literal pattern types will be affected.
Update code to use the new public API methods for pattern construction and inspection.
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->