Skip to content

Commit c0fa00a

Browse files
committed
v3.0.0
1 parent de710e6 commit c0fa00a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
### Unreleased
44

5+
### [v3.0.0] - 2024-04-18
6+
57
- make patternCompiler configurable
68
- regexparam as default pattern compiler (replace path-to-regexp by regexparam)
79
- add router-links component
810
- remove withRouterLinks decorator
911
- add customizable property hooks
1012
- replace paramValue and queryValue by withParam and withQuery hooks
13+
- default entry point exports a Router with wc and routerLinks middlewares
14+
- basic typescript support
1115

1216
### [v2.5.2] - 2021-06-30
1317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "slick-router",
4-
"version": "2.5.2",
4+
"version": "3.0.0",
55
"description": "A powerful and flexible client side router",
66
"main": "./lib/wc-router.js",
77
"module": "./lib/wc-router.js",

0 commit comments

Comments
 (0)