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

Releases: stimulus-components/stimulus-sortable

v2.0.0

05 Dec 23:23
Compare
Choose a tag to compare

[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

v1.2.0

03 Dec 22:59
Compare
Choose a tag to compare

Changed

  • Adding disconnect and defaultOptions support ffe1a95

v1.1.0...v1.2.0

v1.1.0

18 Oct 22:07
Compare
Choose a tag to compare
  • Importing rails-ujs 09a5c40
  • Adding data-sortable-resource-name option 2021d57
  • Using window._rails_loaded 4dc14c3

v1.0.0

17 Oct 13:20
Compare
Choose a tag to compare
  • Adding controller