Skip to content

Releases: hew/react-scroll-horizontal

Fixes Broken Chrome / Safari Scroll #81, #82

03 Mar 19:08
@hew hew
Compare
Choose a tag to compare

Dependency Update

21 Jan 04:14
@hew hew
Compare
Choose a tag to compare
1.6.1

Release 1.6.1

`animValues ` Added to Component API

05 Dec 02:24
@hew hew
Compare
Choose a tag to compare

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.

07 Aug 20:02
@hew hew
Compare
Choose a tag to compare

No other changes.

v1.5.0 - Children Issue fix, Directory Rewrite

08 Jul 21:28
@hew hew
Compare
Choose a tag to compare
  • Fixes #33 #34 #32
  • Introduces create-react-library, which was basically a re-write of this library's folder structure

Now Passing Animation Value to Children

04 Apr 23:49
@hew hew
Compare
Choose a tag to compare

@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

04 Apr 23:35
@hew hew
Compare
Choose a tag to compare

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

12 Feb 19:33
@hew hew
Compare
Choose a tag to compare

react-motion was not listed as a dependency in 1.2. This fixes that.

Updates for React 16

08 Feb 02:10
@hew hew
Compare
Choose a tag to compare

[x] React 16 peer dependencies
[x] Function refs

Overflow issue (#10) is fixed

14 Sep 21:55
@hew hew
Compare
Choose a tag to compare
  • @trazyn has fixed the overflow issue (big thanks!) πŸŽ‰ ❀️