Skip to content

Releases: kenn/react-router-auto-routes

v0.6.1

22 Nov 13:51

Choose a tag to compare


v0.6.0...v0.6.1

0.6.0

22 Nov 12:49

Choose a tag to compare

  • supports parent directory segments while keeping the current appDir resolution behavior c6df324
  • Fix invalid appDir when overriden by user config 42e5f23
  • Simplify migration CLI flow and consolidate migrate mappings 14bed5f

v0.5.5...v0.6.0

0.5.5

21 Oct 16:52

Choose a tag to compare

0.5.4

15 Oct 16:24

Choose a tag to compare

fix: rewrite aliased imports when parent routes become _layout

0.5.3

15 Oct 05:54

Choose a tag to compare

Add RouteConfig typing to migrated route entry

0.5.1

08 Oct 08:13

Choose a tag to compare

npx migrate-auto-routes to normalize layout and helper renames — _layout, .index, and __colocated files no longer trigger false diffs so migrations finish cleanly.

0.5.0

08 Oct 07:28

Choose a tag to compare

Allow migrate CLI to default to app/routes without args

0.4.1

05 Oct 15:22

Choose a tag to compare

Fixed layout precedence: _layout.tsx now correctly takes priority over sibling route.tsx files in the same directory

0.4.0

05 Oct 07:51

Choose a tag to compare

Supported monorepo / sub-apps story

0.3.6

04 Oct 17:02

Choose a tag to compare

improved migration reliability