Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.73 KB

Changelog

0.1.1

Added touchCancel listener to properly handle canceled touches #73

0.1.0

  • Force box-sizing: border-box on sortable helper #67
  • Support changing an item's collection prop on the fly #66

0.0.11

Utilize babel-plugin-transform-runtime to utilize babelHelpers without them being required in application code #45

0.0.10

The arrayMove helper no longer mutates the array, it now returns a new array #61

0.0.9

Server-side rendering bugfix: safeguard against document being undefined #59

0.0.8

  • Added distance prop (#35)
  • Added a shouldCancelStart (#47, #36, #41) prop to programatically cancel sorting before it begins.
  • Prevent right click from causing sort start (#46)

0.0.7

Fixes server-side rendering (window undefined) (#39)

0.0.6

  • Added support for a custom container (#37)
  • Fix changing disable property while receiving props (#34)