All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
- Bump dependencies.
- Upgrading to Vite
4.x
. - Docs new UI.
- Upgrading Node to
18.x
.
- Breaking Replacing
end
method byonUpdate
to make patch request only if position actually changed.
- Upgrading Node to 16
- Bump dependencies
- Using dependencies as
external
libraries to reduce package size.
- Adding
responseKind
option. Thanks @diachini!
- Moving from
@rails/ujs
to the new@rails/request.js
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Breaking Moving from Snowpack to Vite
- Upgrading Node to 14.18.0
- Moving to TypeScript
- Adding
paramName
option.
- Support for Stimulus 2.0
- Breaking Using the new
values
static property
- <ul data-controller="sortable" data-sortable-handle=".handle">
+ <ul data-controller="sortable" data-sortable-handle-value=".handle">
- Destroy the instance on
disconnect
. - Adding
defaultOptions
support.
- Adding data-sortable-resource-name option 2021d57
- Importing rails-ujs
- Using window._rails_loaded 4dc14c3
- Adding controller