Nova Sortable Versions Save

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

3.2.1

1 year ago

Changed

  • Fixed console error 'reading stopPropagation of undefined'

3.2.0

1 year ago

Added

  • Added Slovak language support (thanks to @wamesro)

Changed

  • Fixed visual duplicate rows appearing when reordering items
  • Fixed deprecation warnings (thanks to @mihai-stancu)
  • Updated packages

3.1.0

1 year ago

Changed

  • Updated components to nova: 4.12.0 version. (thanks to @stefblokdijk)
  • Bumped nova version to 4.12.0

3.0.1

1 year ago

Changed

  • Bumped Nova requirement to 4.6.0 (thanks to @mertasan)
  • Fixed click events firing twice (thanks to @ramcda)

3.0.0

2 years ago

NB! Will not working until Nova releases a fix for Vue component overriding. Possibly coming in ^4.5.5.

Added

Changed

  • Dropped PHP 7.X support
  • Dropped Nova 3.0 support
  • Changed namespace from OptimistDigital to Outl1ne
  • Updated packages

2.4.4

2 years ago

Changed

  • Fixed ambiguous orderBy clause (thanks to @Sjoertjuh)
  • Updated packages

2.4.3

2 years ago

Changed

  • Updated packages

2.4.2

2 years ago

Added

  • Added option(s) to disable sortability cache

Changed

  • Fixed access error to $sortabilityCache

2.4.1

2 years ago

Changed

  • Fixed N+1 queries on index views
  • Updated packages

2.4.0

2 years ago

Added

  • Added nova_order_by property to $sortable (thanks to @lisotton)
  • Added pt-BR translations (thanks to @lisotton)

Changed

  • Updated packages