Releases: hew/react-scroll-horizontal
Fixes Broken Chrome / Safari Scroll #81, #82
Big thanks to @nadelalon for providing a fix w #84
Dependency Update
1.6.1 Release 1.6.1
`animValues ` Added to Component API
1.6.0
This version introduces a non-breaking API change with the addition of animValues
, which allows for scroll emulation.
Big thanks to @kimborgen, who penned the PR. You can see his integration w/ react-draggable
here
Updates dependencies.
No other changes.
v1.5.0 - Children Issue fix, Directory Rewrite
Now Passing Animation Value to Children
@zachgibson had the nice idea to pass the animation value through to the children. This release adds that functionality. PR is here: #30
Removes resetMin() for New Children
As per this issue I've removed the resetMin()
call in componentWillReceiveProps. This is a fix for the use case where you want to dynamically add children without having the scroll reset. There is (to me) not much need for that to happen in cWRP. If you relied on that function call for some reason, it's trivial to add it back. But feel free to open an issue and we can discuss that further.
Big thanks to @MelMepham for her help with this PR.
Fixes Dependency Issue
react-motion
was not listed as a dependency in 1.2. This fixes that.
Updates for React 16
[x] React 16 peer dependencies
[x] Function refs
Overflow issue (#10) is fixed
- @trazyn has fixed the overflow issue (big thanks!) π β€οΈ