Releases: remix-run/v1-compat-utils
@remix-run/[email protected]
Patch Changes
- Simplify build to only emit CJS files which allows this to be used in either an ESM or CJS Remix application without running into module format issues (#25)
Full Changelog: 0.1.3...0.1.4
@remix-run/[email protected]
Patch Changes
- Simplify build to only emit CJS files which allows this to be used in either an ESM or CJS Remix application without running into module format issues (#25)
Full Changelog: 0.1.2...0.1.3
@remix-run/v1-route-convention v0.1.3
Patch Changes
- add remix v2 to peer dependencies (#28)
Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/[email protected]...@remix-run/[email protected]
@remix-run/v1-meta v0.1.2
Patch Changes
- Add remix v2 to peer dependencies (#28)
Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/[email protected]...@remix-run/[email protected]
@remix-run/v1-route-convention v0.1.2
Patch Changes
- Fix route ranking bug with pathless layout route next to a sibling index route (#20)
- Under the hood this is done by removing the trailing slash from all generated
path
values since the number of slash-delimited segments counts towards route ranking so the trailing slash incorrectly increases the score for routes
- Under the hood this is done by removing the trailing slash from all generated
- Support sibling pathless layout routes by removing pathless layout routes from the unique route path checks in conventional route generation since they inherently trigger duplicate paths (#20)
Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/[email protected]...@remix-run/[email protected]
@remix-run/v1-route-convention v0.1.1
Patch Changes
- Bump
devDependencies
for stable Remix release (e54e8c4
)
Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/[email protected]...@remix-run/[email protected]
@remix-run/v1-meta v0.1.1
Patch Changes
- Bump
devDependencies
for stable Remix release (e54e8c4
)
Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/[email protected]...@remix-run/[email protected]
@remix-run/v1-route-convention v0.1.0
Initial release of @remix-run/v1-route-convention
to allow Remix apps to continue using the Remix v1 route file conventions
@remix-run/v1-meta v0.1.0
Initial release of @remix-run/v1-meta
to allow Remix apps to continue using the Remix v1 meta
conventions