22.03.2020.
Improved
- Performance improvements suggested in #79.
29.09.2020.
Fixed
- Fixed #60.
Changed
- Minor code cleanup.
20.01.2020.
Changed
- Performance improvements #59.
- Better development setup using Parcel.
01.09.2019.
Fixed
- Made sure
ScrollManager
's event listeners are removed.
28.03.2019.
Fixed
- Fixed SVG stroke color property name (from
strokColor
tocolor
)
12.02.2019.
Fixed
- Fixed default params in transform methods.
17.12.2018.
Added
- Added
onPlxStart
andonPlxEnd
callbacks
13.12.2018.
Changed
- Updated
window-scroll-manager
dependency.
02.09.2018.
Changed
- Breaking change - corrected typo
bellow
->below
.
Updated
- Updated readme.
14.07.2018.
Fixed
- Fixed
setState
getting called withnull
as a param
12.07.2018.
Updated
- Updated window-scroll-manager version.
- Added version git tags
10.06.2018.
Changed
- Refactored a little bit, moved update logic outside of the component. Updated dependencie.
- Moved 'animated-scroll-to' to dev dependencies
- Moved main update method outside of the component class. Updated dependencies.
09.06.2018.
Added
- Added
fill
andstrokeColor
to the list of the color properties that can be animated.
26.05.2018.
Changed
- Replaced
componentWillReceiveProps
withcomponentDidUpdate
to address changes introduced with React v16.3
26.05.2018.
Added
- This changelog.
Fixed
- Added a check if element is rendered before doing animation, related issue.
For changes prior version 1.1.3 please check the commit list.