Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Nov 9, 2024
1 parent eee6c88 commit e5d51d2
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 138 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v2.4.0] - 2024-11-09

**Added**

- Add ability to strictly type check route names by @bakerkretzmar and @Andyuu in https://github.com/tighten/ziggy/pull/787

**Fixed**

- Fix type definition for route() with only options by @bram-pkg in https://github.com/tighten/ziggy/pull/786
- Fix `queryParams` return type by @bakerkretzmar in https://github.com/tighten/ziggy/pull/788

**Changed**

- Add note to use inject for vue 3 by @mhelaiwa in https://github.com/tighten/ziggy/pull/785
- Update `README.md`. by @choowx in https://github.com/tighten/ziggy/pull/782

## [v2.3.1] - 2024-10-17

**Fixed**
Expand Down Expand Up @@ -429,7 +445,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr

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

[Unreleased]: https://github.com/tighten/ziggy/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.4.0...HEAD
[v2.3.1]: https://github.com/tighten/ziggy/compare/v2.3.1...v2.4.0
[v2.3.1]: https://github.com/tighten/ziggy/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/tighten/ziggy/compare/v2.2.1...v2.3.0
[v2.2.1]: https://github.com/tighten/ziggy/compare/v2.2.0...v2.2.1
Expand Down
Loading

0 comments on commit e5d51d2

Please sign in to comment.