Skip to content

Releases: outl1ne/nova-sortable

3.2.1

19 Aug 12:28
Compare
Choose a tag to compare

Changed

  • Fixed console error 'reading stopPropagation of undefined'

3.2.0

19 Aug 12:21
Compare
Choose a tag to compare

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

19 Jul 11:24
Compare
Choose a tag to compare

Changed

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

3.0.1

24 May 11:58
Compare
Choose a tag to compare

Changed

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

3.0.0

13 May 13:32
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

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

07 Mar 11:27
Compare
Choose a tag to compare

Changed

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

2.4.3

14 Jan 12:14
Compare
Choose a tag to compare

Changed

  • Updated packages

2.4.2

12 Oct 15:21
Compare
Choose a tag to compare

Added

  • Added option(s) to disable sortability cache

Changed

  • Fixed access error to $sortabilityCache

2.4.1

01 Oct 14:54
Compare
Choose a tag to compare

Changed

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

2.4.0

09 Aug 15:03
Compare
Choose a tag to compare

Added

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

Changed

  • Updated packages