All Versions
63
Latest Version
Avg Release Cycle
35 days
Latest Release
1466 days ago

Changelog History
Page 3

  • v1.3.0 Changes

    January 08, 2019

    πŸ› Bug Fixes

    • helperContainer PropType definition broke server-side rendering (#471) (c0eef97)
  • 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, since componentDidMount fires backwards (from child to parent) #155
  • v0.7.4 Changes

    • πŸ›  Fix typo in getLockPixelOffset helper
  • v0.7.3 Changes

    • πŸ›  Fix issues with distance and pressThreshold props on mobile #378