Skip to content

Releases: remix-run/v1-compat-utils

@remix-run/v1-route-convention@0.1.4

02 Oct 14:54
ec295dc
Compare
Choose a tag to compare
Pre-release

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/meta@0.1.3

02 Oct 14:53
ec295dc
Compare
Choose a tag to compare
@remix-run/meta@0.1.3 Pre-release
Pre-release

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

18 Sep 18:08
4ba9613
Compare
Choose a tag to compare

@remix-run/v1-meta v0.1.2

18 Sep 18:08
4ba9613
Compare
Choose a tag to compare
Pre-release

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

18 Sep 18:07
f1b5cb1
Compare
Choose a tag to compare
Pre-release

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/v1-route-convention@0.1.1...@remix-run/v1-route-convention@0.1.2

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

18 Sep 18:06
a4b1c5b
Compare
Choose a tag to compare

@remix-run/v1-meta v0.1.1

18 Sep 18:05
a4b1c5b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bump devDependencies for stable Remix release (e54e8c4)

Full Changelog: https://github.com/remix-run/v1-compat-utils/compare/@remix-run/v1-meta@0.1.0...@remix-run/v1-meta@0.1.1

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

18 Sep 18:03
cbb24cd
Compare
Choose a tag to compare
Pre-release

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

18 Sep 18:02
cbb24cd
Compare
Choose a tag to compare
Pre-release

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