Releases: outl1ne/nova-sortable
Releases · outl1ne/nova-sortable
2.1.3
Changed
- Fixed Spatie's SortableTrait not detected in a recursive setting (thanks to @shaffe-fr)
2.1.2
Changed
- Fixed issue with sorting by wrong keys in many-to-many relationships
2.1.1
Changed
- Fixed sorting buttons being displayed on all resources
- Updated packages
2.1.0
Changed
- Fixed inline actions in Lenses returning 404 (thanks to @TheSETJ)
- Use
nova-translations-loader
for loading translations
- Add fallback values to sort order when the column is empty
- Don't allow reordering when user is not
authorizedToUpdate
resource
- Allow
canSort
to be used on a per-resource basis
- Fix UI issues when delete policy is enabled
- Add Estonian translations
- Updated packages
2.0.0
Changed
- Dropped PHP 7.1, PHP 7.2, Laravel 6 and Nova 2 support
- Updated packages
1.6.2
Changed
- Bump
eloquent-sortable
version to 3.9
1.6.1
Changed
- Furher improved compatibility with
eloquent-sortable
(thanks to @fkraefft)
1.6.0
Added
- Use
eloquent-sortable
default config when $sortable
is not specified on the model (thanks to @fkraefft)
Changed
1.5.0
Added
- Added ability to enable/disable sorting on a per-request basis (thanks to @Naoray)
Changed
1.4.17
Changed
- Fixed some crashes caused by
buildSortQuery
in updateOrder
(again) (vol. 2)