Skip to content

Latest commit

 

History

History
111 lines (51 loc) · 4.18 KB

changelog.md

File metadata and controls

111 lines (51 loc) · 4.18 KB

headless-route 3.0.1 (2024-10-30)

Bug Fixes

  • deps: bump path-to-regexp to v8.2.0 (9e5a106)

headless-route 3.0.0 (2024-08-28)

Features

  • wildcard, unicode, and modifier changes (17834ef)

BREAKING CHANGES

headless-route 2.5.0 (2024-04-20)

Features

2.4.0 (2024-02-29)

Features

  • utilizes natural comparison to sort routes (e838a43)

2.3.0 (2024-02-25)

Features

2.2.0 (2024-02-24)

Features

  • revert: removed generic parameter (Context) for better clarity and simplicity (57b4328)

2.1.0 (2024-02-21)

Bug Fixes

  • omit '.js' from default value of extensions option (c739f99)

Features

2.0.1 (2024-02-13)

Bug Fixes

  • tweaks non-layout route notation filter (560b774)

2.0.0 (2024-02-07)

Features

  • add isMatch, matchParams, and generatePath props to dynamic route (6ce0009)
  • provides async api (1a45d9a)
  • segments may now include file names ordered numerically (372498f)

BREAKING CHANGES

  • The params prop has been removed from the dynamic route component. Code relying on this prop will need to be updated to use the new props: isMatch, matchParams, and generatePath.

1.2.1 (2024-02-05)

Bug Fixes

  • ensure consistent order of routes (53909b6)

1.2.0 (2024-02-05)

Features

  • add navigation handler to the createNavigation fn (28b86a5)
  • allows for using the $ prefix as a dynamic route indicator (5ad902f)

1.1.0 (2024-02-03)

Features

  • renames optional route data prop to context (af65d88)

1.0.0 (2024-02-03)

Features