Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Feb 20, 2024
1 parent 9dabd7b commit 939576a
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 13 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v1.8.2] - 2024-02-20

**Added**

- Test on Laravel 11 by @shuvroroy in https://github.com/tighten/ziggy/pull/709

**Fixed**

- Fix `route().current()` with encoded characters by @bakerkretzmar in https://github.com/tighten/ziggy/pull/668
- Fix retrieving ziggys config from an api endpoint link in readme by @RomainMazB in https://github.com/tighten/ziggy/pull/694
- Fix `route().current()` with nested/object query params by @bakerkretzmar in https://github.com/tighten/ziggy/pull/712

**Changed**

- Enable provenance for npm package by @saibotk in https://github.com/tighten/ziggy/pull/684
- Handle generated file extensions more robustly by @bakerkretzmar in https://github.com/tighten/ziggy/pull/687

## [v1.8.1] - 2023-10-12

**Fixed**
Expand Down Expand Up @@ -316,7 +333,8 @@ Breaking changes are marked with ⚠️.

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

[Unreleased]: https://github.com/tighten/ziggy/compare/v1.8.1...HEAD
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.8.2...HEAD
[v1.8.2]: https://github.com/tighten/ziggy/compare/v1.8.1...v1.8.2
[v1.8.1]: https://github.com/tighten/ziggy/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/tighten/ziggy/compare/v1.7.0...v1.8.0
[v1.7.0]: https://github.com/tighten/ziggy/compare/v1.6.2...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion dist/index.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue.m.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ziggy-js",
"version": "1.8.1",
"version": "1.8.2",
"description": "Use your Laravel named routes in JavaScript.",
"keywords": [
"laravel",
Expand Down

0 comments on commit 939576a

Please sign in to comment.