Releases: outl1ne/nova-sortable
Releases · outl1ne/nova-sortable
3.2.1
Changed
- Fixed console error 'reading stopPropagation of undefined'
3.2.0
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
Changed
- Updated components to
nova: 4.12.0
version. (thanks to @stefblokdijk)
- Bumped nova version to 4.12.0
3.0.1
Changed
- Bumped Nova requirement to 4.6.0 (thanks to @mertasan)
- Fixed click events firing twice (thanks to @ramcda)
3.0.0
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
Changed
- Fixed ambiguous
orderBy
clause (thanks to @Sjoertjuh)
- Updated packages
2.4.2
Added
- Added option(s) to disable sortability cache
Changed
- Fixed access error to
$sortabilityCache
2.4.1
Changed
- Fixed N+1 queries on index views
- Updated packages
2.4.0
Added
- Added
nova_order_by
property to $sortable
(thanks to @lisotton)
- Added
pt-BR
translations (thanks to @lisotton)
Changed