Nova Sortable Versions Save

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.

3.4.7

5 months ago

Changed

  • Fixed resource table keys causing ghost items to appear when re-ordering
  • Updated packages

3.4.6

7 months ago

Changed

  • Fixed resource table keys causing items to not re-render when searching inside the table
  • Fixed indexQuery return type (#176) (thanks to @mennotempelaar)

3.4.5

8 months ago

Changed

  • Fixed unstyled disabled buttons in dark mode (issue #174)

3.4.4

9 months ago

Changed

  • Fixed an issue with Nova where the inline actions button would appear even if there aren't any actions defined (#172)
  • Bumped minimum Nova version to 4.24.0

3.4.3

1 year ago

Added

  • Added Italian translations (thanks to @trippo)

Changed

  • Fixed item duplication on drag-and-drop move
  • Fixed update order failing with global scopes (thanks to @kiritokatklian)
  • Fixed light/dark theme handling when set to "System"
  • Updated packages

3.4.2

1 year ago

Changed

  • Fixed issue with resource overflow not being scrollable when using alongside other outl1ne packages.

3.4.1

1 year ago

Changed

  • Removed o1- prefix from gray colors. Allows package to use nova's color configuration.

Added

  • Added MutationObserver to observer dark theme.

3.4.0

1 year ago

Added

  • Updated components to nova: 4.20.0 version.

3.3.1

1 year ago

[3.3.1] - 11-01-2023

Added

  • Added Arabic language support (thanks to @Abather)
  • Added tailwind config. (thanks to @JonErickson)
  • Updated packages

3.3.0

1 year ago

Changed

  • Rearranged :key on ResourceTable in a theoretical fix for sorting not working
  • Fixed "load more" pagination not working
  • Fixed duplicated "moveToStart" and "moveToEnd" messages
  • Fixed table heading row breaking when there's no checkboxes (thanks to @shaffe-fr)
  • Bumped minimum Nova version to 4.17
  • Updated packages