Releases: spatie/eloquent-sortable
Releases · spatie/eloquent-sortable
5.0.1
5.0.0
What's changed
- Use
save()instead ofsaveQuietly()inmoveAfterandmoveBeforefor consistent model event behavior (#200) - Drop support for PHP 8.1 (EOL)
- Drop support for Laravel 9 (EOL)
Breaking changes
- Minimum PHP version is now 8.2
- Minimum Laravel version is now 10
moveAfterandmoveBeforenow fire model events (previously usedsaveQuietly())
4.5.2
4.5.1
What's Changed
- Check for parent::buildSortQuery() by @JeroenHauser in #188
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #191
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #190
New Contributors
- @JeroenHauser made their first contribution in #188
Full Changelog: 4.5.0...4.5.1
4.5.0
What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #187
- Add
moveAfterandmoveBeforemethods for precise positioning by @SebastiaanKloos in #189
New Contributors
- @SebastiaanKloos made their first contribution in #189
Full Changelog: 4.4.2...4.5.0
4.4.2
What's Changed
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #185
- Laravel 12.x Compatibility by @laravel-shift in #186
New Contributors
- @laravel-shift made their first contribution in #186
Full Changelog: 4.4.1...4.4.2
4.4.1
What's Changed
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #176
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #181
- Fix PHP 8.4 deprecation notice by @clarkewing in #184
New Contributors
- @clarkewing made their first contribution in #184
Full Changelog: 4.4.0...4.4.1
4.4.0
What's Changed
- Dispatch event after performing a sort by @chrispage1 in #178
New Contributors
- @chrispage1 made their first contribution in #178
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Use model's qualified key name for update queries by @JeremyDunn in #175
New Contributors
- @JeremyDunn made their first contribution in #175
Full Changelog: 4.2.0...4.3.0
4.2.0
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #162
- Support laravel 11 by @mokhosh in #171
- bump min laravel 9 version to support ignore timestamps by @mokhosh in #173
Full Changelog: 4.1.1...4.2.0