v1-compat-utils

Packages that enable v1 APIs in Remix v2 to enable easier upgrades.

MIT License

Downloads
357.3K
Stars
12
Committers
10
v1-compat-utils - @remix-run/[email protected] Latest Release

Published by brophdawg11 about 1 year ago

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

v1-compat-utils - @remix-run/[email protected]

Published by brophdawg11 about 1 year ago

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

v1-compat-utils - @remix-run/v1-route-convention v0.1.3

Published by brophdawg11 about 1 year ago

v1-compat-utils - @remix-run/v1-meta v0.1.2

Published by brophdawg11 about 1 year ago

v1-compat-utils - @remix-run/v1-route-convention v0.1.2

Published by brophdawg11 about 1 year ago

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
  • 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]

v1-compat-utils - @remix-run/v1-route-convention v0.1.1

Published by brophdawg11 about 1 year ago

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]

v1-compat-utils - @remix-run/v1-meta v0.1.1

Published by brophdawg11 about 1 year ago

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]

v1-compat-utils - @remix-run/v1-route-convention v0.1.0

Published by brophdawg11 about 1 year ago

Initial release of @remix-run/v1-route-convention to allow Remix apps to continue using the Remix v1 route file conventions

v1-compat-utils - @remix-run/v1-meta v0.1.0

Published by brophdawg11 about 1 year ago

Initial release of @remix-run/v1-meta to allow Remix apps to continue using the Remix v1 meta conventions