Skip to content

Commit 1f4c729

Browse files
committed
v1.7.0
1 parent 5835480 commit 1f4c729

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Breaking changes are marked with ⚠️.
88

99
## [Unreleased]
1010

11+
## [v1.7.0] - 2023-10-04
12+
13+
**Added**
14+
15+
- Add `useRoute()` React hook by @bakerkretzmar in https://github.com/tighten/ziggy/pull/473
16+
17+
**Fixed**
18+
19+
- URL-encode fewer special characters inside in route parameters by @bakerkretzmar in https://github.com/tighten/ziggy/pull/662
20+
- Fix empty root URL with `absolute: false` by @bakerkretzmar in https://github.com/tighten/ziggy/pull/667
21+
1122
## [v1.6.2] - 2023-08-18
1223

1324
**Fixed**
@@ -288,7 +299,8 @@ Breaking changes are marked with ⚠️.
288299

289300
For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.
290301

291-
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.6.2...HEAD
302+
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.7.0...HEAD
303+
[v1.7.0]: https://github.com/tighten/ziggy/compare/v1.6.2...v1.7.0
292304
[v1.6.2]: https://github.com/tighten/ziggy/compare/v1.6.1...v1.6.2
293305
[v1.6.1]: https://github.com/tighten/ziggy/compare/v1.6.0...v1.6.1
294306
[v1.6.0]: https://github.com/tighten/ziggy/compare/v1.5.2...v1.6.0

dist/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.m.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ziggy-js",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "Use your Laravel named routes in JavaScript.",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)