Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

67 lines (34 loc) · 2.4 KB

Changelog

All notable changes to livewire-sortablejs will be documented in this file.

1.0.0 - 2024-09-26

  • Change npm package organization name from 'nextapps-be' to 'wotz' (#55)

0.4.1 - 2023-12-26

  • Update sortablejs from v1.15.0 to v1.15.1 (#47)

0.4.0 - 2023-10-26

  • Always call master element's livewire component when dragging items between groups (as group can be a nested livewire component) (#44)

0.3.6 - 2023-10-26

  • Prevent calling livewire component from both the source and target group after item is dragged (#40)

0.3.5 - 2023-10-19

  • Add support for Livewire's new morph markers (#37)

0.3.4 - 2023-10-18

  • Ensure Livewire's morph markers are handled correctly (#36)

0.3.3 - 2023-10-18

  • Ensure handle option works when a group does not have any items on initial load (#35)

0.2.3 - 2023-10-18

  • Ensure handle option works when a group does not have any items on initial load (#34)

0.3.2 - 2023-10-17

  • Allow overriding sort option via wire:sortable.options and wire:sortable-group.options attributes (#32)

0.2.2 - 2023-10-17

  • Allow overriding sort option via wire:sortable.options and wire:sortable-group.options attributes (#32)

0.3.1 - 2023-09-29

  • Do not throw an error when Livewire is not present on the page (#30)

0.3.0 - 2023-08-25

  • Add support for Livewire v3 (and drop support for Livewire v2) (#26)

0.2.1 - 2023-08-25

  • Merge nested options provided in wire:sortable.options and wire:sortable-group.options attributes (#23)

0.2.0 - 2022-06-22

  • Add wire:sortable.options and wire:sortable-group.options attributes (#11)

0.1.1 - 2021-08-22

  • Fixes in package.json

0.1.0 - 2021-08-22

  • Initial release