Releases: outl1ne/nova-sortable
Releases · outl1ne/nova-sortable
2.3.4
2.3.3
2.3.2
2.3.1
Changed
- Fixed issue with
getSortability
returning null in some cases (thanks to @chiz-developer)
2.3.0
Added
eloquent-sortable
version 4.0 support (thanks to @veneliniliev)
Changed
- Updated Persian (Farsi) translations (thanks to @FaridAghili)
- Updated packages
2.2.0
Added
- Added
ignore_policies
option - Added Polish translations (thanks to @mgralikowski)
Changed
- Fixed
SoftDeletes
check (thanks to @andre4nap) - Fixed API routes not using Nova's configured domain (thanks to @angelsk)
- Updated packages
2.1.7
Added
- Added support for custom pivot accessors (thanks to @mikaelpopowicz)
Changed
- Restored support for BelongsTo + Index sorting
- Hide sorting buttons on Lenses
- Updated packages
2.1.6
Changed
- Fixed
only_show_on
anddont_show_on
not working for one-to-many relationships - Fixed a case where unauthorizing delete would also hide sortable buttons
- Fixed a case where
getSortability
would receive a model instead of a resource causing invalid configuration to be returned - Fixed
canSort
fallback (was opposite of what it is supposed to be) - Updated packages