File tree Expand file tree Collapse file tree 3 files changed +195
-138
lines changed
Expand file tree Collapse file tree 3 files changed +195
-138
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ Breaking changes are marked with ⚠️.
88
99## [ Unreleased]
1010
11+ ## [ v2.4.0] - 2024-11-09
12+
13+ ** Added**
14+
15+ - Add ability to strictly type check route names by @bakerkretzmar and @Andyuu in https://github.com/tighten/ziggy/pull/787
16+
17+ ** Fixed**
18+
19+ - Fix type definition for route() with only options by @bram-pkg in https://github.com/tighten/ziggy/pull/786
20+ - Fix ` queryParams ` return type by @bakerkretzmar in https://github.com/tighten/ziggy/pull/788
21+
22+ ** Changed**
23+
24+ - Add note to use inject for vue 3 by @mhelaiwa in https://github.com/tighten/ziggy/pull/785
25+ - Update ` README.md ` . by @choowx in https://github.com/tighten/ziggy/pull/782
26+
1127## [ v2.3.1] - 2024-10-17
1228
1329** Fixed**
@@ -429,7 +445,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
429445
430446For previous changes see the [ Releases] ( https://github.com/tighten/ziggy/releases ) page.
431447
432- [ Unreleased ] : https://github.com/tighten/ziggy/compare/v2.3.1...HEAD
448+ [ Unreleased ] : https://github.com/tighten/ziggy/compare/v2.4.0...HEAD
449+ [ v2.3.1 ] : https://github.com/tighten/ziggy/compare/v2.3.1...v2.4.0
433450[ v2.3.1 ] : https://github.com/tighten/ziggy/compare/v2.3.0...v2.3.1
434451[ v2.3.0 ] : https://github.com/tighten/ziggy/compare/v2.2.1...v2.3.0
435452[ v2.2.1 ] : https://github.com/tighten/ziggy/compare/v2.2.0...v2.2.1
You can’t perform that action at this time.
0 commit comments