Skip to content

Commit cccc603

Browse files
committed
v2.6.0
1 parent 537a912 commit cccc603

File tree

6 files changed

+1186
-975
lines changed

6 files changed

+1186
-975
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [v2.6.0] - 2025-09-14
12+
13+
**Added**
14+
15+
* Support route model binding and interfaces by @christian98 in https://github.com/tighten/ziggy/pull/854
16+
* feat(typescript): add branded type for creating routes by @pataar in https://github.com/tighten/ziggy/pull/862
17+
* Add JSON option to `@routes` for improved CSP compatibility by @flexponsive in https://github.com/tighten/ziggy/pull/831
18+
19+
**Fixed**
20+
21+
* Fix current checks with encoded `#` in URL by @bakerkretzmar in https://github.com/tighten/ziggy/pull/863
22+
23+
**Changed**
24+
25+
* Replace `qs` by @benmccann in https://github.com/tighten/ziggy/pull/846
26+
1127
## [v2.5.3] - 2025-05-17
1228

1329
**Fixed**
@@ -488,7 +504,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
488504

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

491-
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.5.3...HEAD
507+
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.6.0...HEAD
508+
[v2.6.0]: https://github.com/tighten/ziggy/compare/v2.5.3...v2.6.0
492509
[v2.5.3]: https://github.com/tighten/ziggy/compare/v2.5.2...v2.5.3
493510
[v2.5.2]: https://github.com/tighten/ziggy/compare/v2.5.1...v2.5.2
494511
[v2.5.1]: https://github.com/tighten/ziggy/compare/v2.5.0...v2.5.1

dist/index.esm.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/route.umd.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.

0 commit comments

Comments
 (0)