Skip to content

Latest commit

 

History

History
98 lines (58 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

98 lines (58 loc) · 1.91 KB

Changelog

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.

[Unreleased]

[4.1.0] - 2022-12-25

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI.
  • Upgrading Node to 18.x.

[4.0.0] - 2022-10-31

Chore

  • Breaking Replacing end method by onUpdate to make patch request only if position actually changed.

[3.3.0] - 2022-10-31

Chore

  • Upgrading Node to 16
  • Bump dependencies
  • Using dependencies as external libraries to reduce package size.

[3.2.0] - 2022-02-04

Added

  • Adding responseKind option. Thanks @diachini!

[3.1.0] - 2021-10-12

Chore

  • Moving from @rails/ujs to the new @rails/request.js

[3.0.0] - 2021-10-11

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Breaking Moving from Snowpack to Vite
  • Upgrading Node to 14.18.0
  • Moving to TypeScript

[2.1.0] - 2021-04-28

Added

  • Adding paramName option.

[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">

[1.2.0] - 2020-12-03

Changed

  • Destroy the instance on disconnect.
  • Adding defaultOptions support.

[1.1.0] - 2020-10-19

Added

  • Adding data-sortable-resource-name option 2021d57

Changed

  • Importing rails-ujs
  • Using window._rails_loaded 4dc14c3

[1.0.0] - 2020-10-15

Added

  • Adding controller