All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.6.0 (2024-09-17)
- dev tools upgrades: eslint, prettier, husky (4701966)
- fixed bad handling of 'revert' option for draggable/sortable (b0cd9ba)
- remove global directives provided by 'globals' package (ef8e3f2)
1.5.1 (2023-09-09)
1.5.0 (2023-09-09)
- added a 'setOption' method on draggable, droppable, sortable and resizable widgets to allow dynamic overriding of component options (c20a471)
- contextmenu event was not being properly removed (7b5ff98)
1.4.6 (2023-05-26)
- show/hide helpers were not working properly in some scenarios (601d040)
1.4.5 (2022-04-09)
1.4.4 (2022-04-09)
- 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)
- prevent unwanted condition when destroying a resizable instance (b3121fc)
1.4.2 (2021-08-29)
- resizable: ensure pressing flag is always turned off (32bc49e)
1.4.1 (2021-08-28)
- revert calling stop propagation, avoid error conditions during resize start (af36122)
1.4.0 (2021-08-27)
- added proxy methods to prevent default and stop propagation using the original event (053f7b3)
- 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)
- resizable: event listeners were not being destroyed correctly (b4dafdd)
1.3.0 (2021-08-23)
- 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)
- draggable: drag:stop event should not be cancelable (713e61a)
1.2.0 (2021-08-16)
- improve sortable event arguments (08902cd)
1.1.2 (2021-07-14)
- helper/placeholder size sync should not consider padding (4c4dbe0)
1.1.1 (2021-07-14)
1.1.0 (2021-07-14)
- added new option hidePlaceholder (8385a17)
- helper and placeholder size sync was not working (e80ba36)
1.0.6 (2021-06-06)
- bad calculation of draggable's parent offset (@rozek) (27528f1)
- revert function was not being called (@rozek) (3befc78)
1.0.5 (2021-04-19)
1.0.4 (2020-12-01)
- fixed wrong and missing parameters when emitting the sortmove event (28b795d)
1.0.3 (2020-12-01)
- 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)
- initial commit (dbad1bc)