Releases: spatie/laravel-livewire-wizard
Releases · spatie/laravel-livewire-wizard
2.4.0
What's Changed
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #114
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #120
- Add alternative package to README by @satoved in #122
- Add
Component::testStep
to allow easy testing of wizard StepComponents by @musa11971 in #123
New Contributors
- @satoved made their first contribution in #122
- @musa11971 made their first contribution in #123
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- merge initialStep with allStepState by @bangnokia in #112
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #111
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #109
New Contributors
- @laravel-shift made their first contribution in #109
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- add forStepClass method to get state more convenient by @bangnokia in #108
New Contributors
- @bangnokia made their first contribution in #108
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #92
- Fixes step navigation when there are multiple wizards on a page by @OrangeJuiced in #94
New Contributors
- @OrangeJuiced made their first contribution in #94
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Fixed bug where tests would fail by @Bird87ZA in #79
- Update to Livewire 3 by @fredericlesueurs in #87
New Contributors
- @mabdullahsari made their first contribution in #84
- @fredericlesueurs made their first contribution in #87
Full Changelog: 1.2.0...2.0.0
1.2.0
What's Changed
- Add missing comma in example code by @astersnake in #72
- add missing colon (:) by @Enaah in #73
- Add has step checks by @Bird87ZA in #78
New Contributors
- @astersnake made their first contribution in #72
- @Enaah made their first contribution in #73
- @Bird87ZA made their first contribution in #78
Full Changelog: 1.1.5...1.2.0
1.1.5
What's Changed
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #68
- Fix
Creation of dynamic property
warning in PHP 8.2 by @JayBizzle in #71
New Contributors
- @JayBizzle made their first contribution in #71
Full Changelog: 1.1.4...1.1.5
1.1.4
- allow L10
1.1.3
- allow initial step to be overridden