Skip to content

Latest commit

 

History

History
155 lines (72 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

155 lines (72 loc) · 7.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.1 (2023-09-09)

1.5.0 (2023-09-09)

Features

  • added a 'setOption' method on draggable, droppable, sortable and resizable widgets to allow dynamic overriding of component options (c20a471)

Bug Fixes

  • contextmenu event was not being properly removed (7b5ff98)

1.4.6 (2023-05-26)

Bug Fixes

  • show/hide helpers were not working properly in some scenarios (601d040)

1.4.5 (2022-04-09)

1.4.4 (2022-04-09)

Bug Fixes

  • force border box sizing when resizing the sortable helper (586cb85)
  • text selection wasn't working for non draggable, sortable or resizable elements (2fba742)

1.4.3 (2021-08-29)

Bug Fixes

  • prevent unwanted condition when destroying a resizable instance (b3121fc)

1.4.2 (2021-08-29)

Bug Fixes

  • resizable: ensure pressing flag is always turned off (32bc49e)

1.4.1 (2021-08-28)

Bug Fixes

  • revert calling stop propagation, avoid error conditions during resize start (af36122)

1.4.0 (2021-08-27)

Features

  • added proxy methods to prevent default and stop propagation using the original event (053f7b3)

Bug Fixes

  • stop propagation of events being cancelled (84285f6)
  • trigger mouse stop when cancelling a start event but not when cancelling a move event (db17595)
  • use the mouse event api to create events (44fa75d)

1.3.1 (2021-08-27)

Bug Fixes

  • resizable: event listeners were not being destroyed correctly (b4dafdd)

1.3.0 (2021-08-23)

Features

  • plugins refactored to reference the parent widget as 'container' (b456cfe)
  • resizable: ported resizable widget from jquery ui (a5a86ac)
  • sensor: added mouse:down event to mouse sensor (dd5122c)

Bug Fixes

  • draggable: drag:stop event should not be cancelable (713e61a)

1.2.0 (2021-08-16)

Features

  • improve sortable event arguments (08902cd)

1.1.2 (2021-07-14)

Bug Fixes

  • helper/placeholder size sync should not consider padding (4c4dbe0)

1.1.1 (2021-07-14)

1.1.0 (2021-07-14)

Features

  • added new option hidePlaceholder (8385a17)

Bug Fixes

  • helper and placeholder size sync was not working (e80ba36)

1.0.6 (2021-06-06)

Bug Fixes

1.0.5 (2021-04-19)

1.0.4 (2020-12-01)

Bug Fixes

  • fixed wrong and missing parameters when emitting the sortmove event (28b795d)

1.0.3 (2020-12-01)

Bug Fixes

  • child intersection not properly initialized (79692db)
  • droppable.intersect expects a draggable and an event (1eb361d)
  • removed position debug code (448b341)

1.0.2 (2020-11-27)

1.0.1 (2020-11-27)

1.0.0 (2020-11-26)

Features