Skip to content

Commit 60f9b30

Browse files
committed
v0.16.0
1 parent 677a7fa commit 60f9b30

File tree

6 files changed

+17
-24
lines changed

6 files changed

+17
-24
lines changed

.changeset/angry-mugs-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eighty-bottles-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-bulldogs-fry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/stupid-trainers-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @solidjs/router
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 8f0a8c3: Re-export context
8+
- 9e85fe2: Update `moduleResolution`
9+
10+
### Patch Changes
11+
12+
- 63940c5: Use `name` in `action` and `createAsync`
13+
14+
`action()` and `createAsync()` were not respecting user defined name.
15+
Moreover, action was not applying the hashed name and only naming the action "mutate".
16+
17+
- f9b6dc6: Make useHref return a string with string param
18+
319
## 0.15.4
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Ryan Turnquist"
77
],
88
"license": "MIT",
9-
"version": "0.15.4",
9+
"version": "0.16.0",
1010
"homepage": "https://github.com/solidjs/solid-router#readme",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)