Releases: jscottsmith/react-scroll-parallax
Releases · jscottsmith/react-scroll-parallax
v3.0.0-alpha.6
v3.0.0-alpha.5
v3.0.0-alpha.4
v3.0.0-alpha.3
- add support for opacity effect 755d32d
v3.0.0-alpha.2
v3.0.0-alpha.1
- add scale transforms 4403770
v3.0.0-alpha.0
- disable preview 63b033e
- add release script and np config 7c555d9
- add scale story cbcc467
- update README 60b40be
- rename x/y to translateX/translateY 2446140
- update docs f632e04
- add
speed
prop, update tests 092127f - add rotation props and stories 3e37e68
- update on rotate prop 1cdec24
- rotation story 1e7c4e5
- update parallax controller 021daba
- update README b10043b
- update storybook link to v3 6fc634c
- update action a03920e
- fix yml 9f944bf
- add node and strategy faa2312
- fix yml syntax 6f35ec9
- use node 12 73070a7
- surge action 5874d9c
- surge deploy 9b79981
- update README c47bca8
- remove travis ci 85d9882
- add workflows 58122ba
- update PSA 24a3ce9
- update README 3e45bae
- fix doc links 766d7ba
- separate component docs 58e50cb
- add
parallax-controller
dep and remove unused code 70136cc - update README b7e2658
- update README ea48f55
- rename x/y internal values to translateX/translateY f6819f0
- add scroll axis enum 69ca2bb
- enable strict ts 5aac151
- fix type 29068ad
- refactor ParallaxController to class 01f92ab
- colocate tests 639fbcd
- fix skipped tests a263b6c
- remove old unused files c184b9f
- improve types 053aa66
- use ts for tests 78687e5
- use ts for stories 1ee2fd8
- use named exports d88ac14
- prettier all files 3482d0b
- update stories 484610f
- switch to tsdx 84e3ca7
- update src 87fc988
- refactoring to ts 24dd2da
- Merge branch 'master' into develop bee56af
- Merge branch 'release/2.4.0' cd6c34f
v2.4.0
v2.3.5
v2.3.4
Changes
- Add type declaration for
props
in banner layers - thanks @ezebarrales #97