diff --git a/.changeset/chatty-plants-divide.md b/.changeset/chatty-plants-divide.md deleted file mode 100644 index db0eea0f..00000000 --- a/.changeset/chatty-plants-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -allow URLSearchParams type for when enctype is not set to multipart/form-data diff --git a/.changeset/chatty-weeks-look.md b/.changeset/chatty-weeks-look.md deleted file mode 100644 index a8ca5775..00000000 --- a/.changeset/chatty-weeks-look.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@solidjs/router": patch ---- - -- Improve route matching fallback -- Optimize imports diff --git a/.changeset/large-weeks-rescue.md b/.changeset/large-weeks-rescue.md deleted file mode 100644 index c168575c..00000000 --- a/.changeset/large-weeks-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -fix(type): allow value from `Params` and `SearchParams` to be optional diff --git a/.changeset/nice-oranges-mate.md b/.changeset/nice-oranges-mate.md deleted file mode 100644 index 09821507..00000000 --- a/.changeset/nice-oranges-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -Support `in` operator for useParams() diff --git a/.changeset/rude-camels-cover.md b/.changeset/rude-camels-cover.md deleted file mode 100644 index 1f2684c2..00000000 --- a/.changeset/rude-camels-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -preserve headers in `query()`'s `handleResponse()` diff --git a/.changeset/shiny-fireants-swim.md b/.changeset/shiny-fireants-swim.md deleted file mode 100644 index 5b54d0ed..00000000 --- a/.changeset/shiny-fireants-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -added `SearchParams` to the exported types diff --git a/.changeset/silly-hounds-shop.md b/.changeset/silly-hounds-shop.md deleted file mode 100644 index f389b0b8..00000000 --- a/.changeset/silly-hounds-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/router": patch ---- - -fix: createAsync - catch errors of prev to avoid bubbling error up diff --git a/.changeset/stupid-camels-wash.md b/.changeset/stupid-camels-wash.md deleted file mode 100644 index 68f082c9..00000000 --- a/.changeset/stupid-camels-wash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@solidjs/router": patch ---- - -Fix Router popstate event handling logic - -- Simplified delta check logic for history navigation -- Improved reliability of forward navigation detection -- Fixed window.history.forward() navigation handling \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9d63a3..e50d7d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @solidjs/router +## 0.15.4 + +### Patch Changes + +- da5e1f9: allow URLSearchParams type for when enctype is not set to multipart/form-data +- 1aa664e: - Improve route matching fallback + - Optimize imports +- fa46b67: fix(type): allow value from `Params` and `SearchParams` to be optional +- bd89541: Support `in` operator for useParams() +- 0a2f556: preserve headers in `query()`'s `handleResponse()` +- ac97470: added `SearchParams` to the exported types +- 8885abf: fix: createAsync - catch errors of prev to avoid bubbling error up +- d665cc9: Fix Router popstate event handling logic + + - Simplified delta check logic for history navigation + - Improved reliability of forward navigation detection + - Fixed window.history.forward() navigation handling + ## 0.15.3 ### Patch Changes diff --git a/package.json b/package.json index 46597b01..137c35e3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "Ryan Turnquist" ], "license": "MIT", - "version": "0.15.3", + "version": "0.15.4", "homepage": "https://github.com/solidjs/solid-router#readme", "repository": { "type": "git",