@auroratide/reorder-list
Version:
Web component for a rearrangeable list of items
45 lines (23 loc) • 705 B
Markdown
@auroratide/reorder-list
# 0.4.0
## Minor Changes
- 2c2e4a7: Allow reorder-list to be nested
- fa0eb2b: reorder-list orientation can now be horizontal
# 0.3.0
## Minor Changes
- d192d83: Add commit event that only emits when dragging is done
# 0.2.0
## Minor Changes
- 015ca83: Add data-ignore-reorder support, so elements within a reorder-item do not trigger reordering
# 0.1.3
## Patch Changes
- 231c3f8: Build reorder-list so the changes are emitted
# 0.1.2
## Patch Changes
- 2156d44: Remove the custom element's name from the change event
# 0.1.1
## Patch Changes
- b6cdb71: Update dependencies to their latest versions
# 0.1.0
## Minor Changes
- Initial release