All Versions
63
Latest Version
Avg Release Cycle
35 days
Latest Release
1466 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.0 Changes
January 08, 2019 -
v1.2.0 Changes
January 08, 2019π Features
- β added helperContainer prop (286eff4)
-
v1.1.0 Changes
January 07, 2019π Features
- β added updateBeforeSortStart prop (162857b)
-
v1.0.0 Changes
January 07, 2019π₯ BREAKING CHANGES
- π The UMD release no longer includes babel-polyfill, you will need to include your own polyfills in order to support older browsers.
-
v0.8.4 Changes
- π Fix a bug when you use SortableHandle and distance prop #447
-
v0.8.3 Changes
- π Fix: TouchEvent is undefined in certain browsers, such as Safari #382
-
v0.8.1 Changes
- π Fix scrolling issues on mobile with anchor tag elements #380
- β‘οΈ Update TypeScript type definition for ContainerGetter to accept Promises that return HTMLElements
-
v0.8.0 Changes
- π Allow
getContainer
to return a promise. This is useful when the container node is rendered by a parent component, sincecomponentDidMount
fires backwards (from child to parent) #155
- π Allow
-
v0.7.4 Changes
- π Fix typo in getLockPixelOffset helper
-
v0.7.3 Changes
- π Fix issues with distance and pressThreshold props on mobile #378