Releases: tighten/ziggy
Releases · tighten/ziggy
v2.0.0
2️⃣
See UPGRADING for detailed upgrade instructions.
Changed
- Changed PHP package namespace from
Tightenco\ZiggytoTighten\Ziggy. - Updated JavaScript package to only provide named exports.
- Moved Vue and React integrations to root of JavaScript module.
- Updated builds to only use ES Modules.
- Updated minimum dependency versions to Laravel 9 and PHP 8.1.
Removed
- Made
makeDirectorymethod ofCommandRouteGeneratorclass private. - Removed deprecated JavaScript
check()method.
Full Changelog: v1.8.1...v2.0.0
v1.8.2
What's Changed
- release: Enable provenance for npm package by @saibotk in #684
- Handle generated file extensions more robustly by @bakerkretzmar in #687
- Fix retrieving ziggys config from an api endpoint link in readme by @RomainMazB in #694
- Fix
route().current()with nested/object query params by @bakerkretzmar in #712 - Test on Laravel 11 by @shuvroroy in #709
New Contributors
- @saibotk made their first contribution in #684
- @RomainMazB made their first contribution in #694
- @shuvroroy made their first contribution in #709
Full Changelog: v1.8.1...v1.8.2
v2.0.0-beta.2
To install this pre-release run composer require tightenco/ziggy:^2.0.0@dev or npm install ziggy-js@next.
Upgrade Guide: https://github.com/tighten/ziggy/blob/next/UPGRADING.md
Full Changelog: v1.8.1...v2.0.0-beta.2
v2.0.0-beta.1
To install this pre-release run composer require tightenco/ziggy:^2.0.0@dev or npm install ziggy-js@next.
Upgrade Guide: https://github.com/tighten/ziggy/blob/next/UPGRADING.md
Full Changelog: v1.8.1...v2.0.0-beta.1
v1.8.1
What's Changed
- Update Readme, formatting, and testing setup by @bakerkretzmar in #675
- Update: Correction of some spellings and articles in the Readme file. by @prince-noman in #678
- Fix
route().current()with encoded characters by @bakerkretzmar in #668
New Contributors
- @prince-noman made their first contribution in #678
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Add type declarations and
ziggy.d.tsgeneration by @lmeysel and @bakerkretzmar in #664
New Contributors
Full Changelog: v1.7.2...v1.8.0
v1.7.0
What's Changed
- URL-encode fewer special characters inside in route parameters by @bakerkretzmar in #662
- Add
useRoute()React hook by @bakerkretzmar in #473 - Fix empty root URL with
absolute: falseby @bakerkretzmar in #667
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- Make slash "not encoding" less restrictive by @aguingand in #661
New Contributors
- @aguingand made their first contribution in #661
Full Changelog: v1.6.1...v1.6.2