Skip to content

Releases: outl1ne/nova-sortable

2.1.3

13 Jan 15:51
Compare
Choose a tag to compare

Changed

  • Fixed Spatie's SortableTrait not detected in a recursive setting (thanks to @shaffe-fr)

2.1.2

11 Jan 11:11
Compare
Choose a tag to compare

Changed

  • Fixed issue with sorting by wrong keys in many-to-many relationships

2.1.1

11 Jan 09:19
Compare
Choose a tag to compare

Changed

  • Fixed sorting buttons being displayed on all resources
  • Updated packages

2.1.0

08 Jan 13:56
Compare
Choose a tag to compare

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

04 Dec 08:56
Compare
Choose a tag to compare

Changed

  • Dropped PHP 7.1, PHP 7.2, Laravel 6 and Nova 2 support
  • Updated packages

1.6.2

25 Nov 12:52
Compare
Choose a tag to compare

Changed

  • Bump eloquent-sortable version to 3.9

1.6.1

23 Oct 15:13
Compare
Choose a tag to compare

Changed

  • Furher improved compatibility with eloquent-sortable (thanks to @fkraefft)

1.6.0

22 Oct 10:54
Compare
Choose a tag to compare

Added

  • Use eloquent-sortable default config when $sortable is not specified on the model (thanks to @fkraefft)

Changed

  • Updated packages

1.5.0

02 Oct 08:10
Compare
Choose a tag to compare

Added

  • Added ability to enable/disable sorting on a per-request basis (thanks to @Naoray)

Changed

  • Updated packages

1.4.17

24 Sep 07:06
Compare
Choose a tag to compare

Changed

  • Fixed some crashes caused by buildSortQuery in updateOrder (again) (vol. 2)