Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

v2.0.0

Choose a tag to compare

@guillaumebriday guillaumebriday released this 05 Dec 23:23
· 47 commits to master since this release

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0

Changed

  • Breaking Using the new values static property
- <ul data-controller="sortable" data-sortable-handle=".handle">
+ <ul data-controller="sortable" data-sortable-handle-value=".handle">

v1.2.0...v2.0.0