Skip to content

Releases: outl1ne/nova-sortable

2.3.4

05 Jul 08:23
Compare
Choose a tag to compare

Changed

  • Fixed Vue runtime warning - reorderDisabled is already defined as a prop
  • Fixed compatibility with Nova 3.27 (thanks to @mstaack)
  • Updated packages

2.3.3

27 May 12:50
Compare
Choose a tag to compare

Changed

  • Fix reordering

2.3.2

27 May 12:28
Compare
Choose a tag to compare

Changed

  • Fixed issue where rows reset to their original order after selecting one of the rows
  • Applied Nova 3.5.0 updates to overridden components
  • Updated packages

2.3.1

07 May 12:51
Compare
Choose a tag to compare

Changed

  • Fixed issue with getSortability returning null in some cases (thanks to @chiz-developer)

2.3.0

07 May 12:32
Compare
Choose a tag to compare

Added

  • eloquent-sortable version 4.0 support (thanks to @veneliniliev)

Changed

  • Updated Persian (Farsi) translations (thanks to @FaridAghili)
  • Updated packages

2.2.0

26 Mar 09:15
Compare
Choose a tag to compare

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

04 Mar 11:36
Compare
Choose a tag to compare

Added

Changed

  • Restored support for BelongsTo + Index sorting
  • Hide sorting buttons on Lenses
  • Updated packages

2.1.6

09 Feb 09:33
Compare
Choose a tag to compare

Changed

  • Fixed only_show_on and dont_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

2.1.5

22 Jan 08:06
Compare
Choose a tag to compare

Changed

  • Fixed a case where an extra <td> was displayed in the table row
  • Updated packages

2.1.4

14 Jan 20:55
dacd055
Compare
Choose a tag to compare

Changed

  • Fixed sort order not being normalized (thanks to @marispro)