changelogs.md
arqex/react-interactable
Repository
-
API
-
Source
0.6.5
Removes peer dependencies to let library get installed with latest react.
Adds a fake shim for
requestAnimationFrame
to let code compile in the server.
0.6.4
Waits until the drag movement has gone 5 pts before capturing it.
0.6.3
Stop using document directly to make it work with react-native.
0.6.2
Adds sourcemaps to the dist files.
The main file in the page is now pointing to the dist version.
0.6.1
Updates the position and display of the animated component mimic the react-native behavior
Pass styles down to the animated component
Improves the performance of spring animations
0.6.0
ReactDom version working ok
Added dist files using bili
PanResponder for ReactDom extracted to its own repo
0.5.0
Adds support for non-native apps
Playground: Fixes for mobile browsers
0.4.0
Fixes updating dragEnabled prop while dragging
Creates this changelog file
Playground: Alert areas example working ok
Playground: Link to docs and inspiration working ok
Playground: Fixed slides for test settings
Playground: Prevent scrolling on mobile browsers
0.3.0
First public version, almost everything working ok, playground included