headless-route 3.0.1 (2024-10-30)
- deps: bump
path-to-regexp
tov8.2.0
(9e5a106)
headless-route 3.0.0 (2024-08-28)
- wildcard, unicode, and modifier changes (17834ef)
- Checkout related release
headless-route 2.5.0 (2024-04-20)
- add
urlPrefix
option (6d6718d)
2.4.0 (2024-02-29)
- utilizes natural comparison to sort routes (e838a43)
2.3.0 (2024-02-25)
- exposes
routeSegments
(40fdad8)
2.2.0 (2024-02-24)
- revert: removed generic parameter (
Context
) for better clarity and simplicity (57b4328)
2.1.0 (2024-02-21)
- omit
'.js'
from default value ofextensions
option (c739f99)
- resolves absolute
dir
(df6cfa6)
2.0.1 (2024-02-13)
- tweaks non-layout route notation filter (560b774)
2.0.0 (2024-02-07)
- add
isMatch
,matchParams
, andgeneratePath
props to dynamic route (6ce0009) - provides async api (1a45d9a)
- segments may now include file names ordered numerically (372498f)
- 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
, andgeneratePath
.
1.2.1 (2024-02-05)
- ensure consistent order of routes (53909b6)
1.2.0 (2024-02-05)
- add navigation
handler
to thecreateNavigation
fn (28b86a5) - allows for using the
$
prefix as a dynamic route indicator (5ad902f)
1.1.0 (2024-02-03)
- renames optional route
data
prop tocontext
(af65d88)
- init (442a9b9)