All notable changes to livewire-sortablejs
will be documented in this file.
- Change npm package organization name from 'nextapps-be' to 'wotz' (#55)
- Update sortablejs from v1.15.0 to v1.15.1 (#47)
- Always call master element's livewire component when dragging items between groups (as group can be a nested livewire component) (#44)
- Prevent calling livewire component from both the source and target group after item is dragged (#40)
- Add support for Livewire's new morph markers (#37)
- Ensure Livewire's morph markers are handled correctly (#36)
- Ensure
handle
option works when a group does not have any items on initial load (#35)
- Ensure
handle
option works when a group does not have any items on initial load (#34)
- Allow overriding
sort
option viawire:sortable.options
andwire:sortable-group.options
attributes (#32)
- Allow overriding
sort
option viawire:sortable.options
andwire:sortable-group.options
attributes (#32)
- Do not throw an error when Livewire is not present on the page (#30)
- Add support for Livewire v3 (and drop support for Livewire v2) (#26)
- Merge nested options provided in
wire:sortable.options
andwire:sortable-group.options
attributes (#23)
- Add
wire:sortable.options
andwire:sortable-group.options
attributes (#11)
- Fixes in package.json
- Initial release