27.04.2023.
Fixed
- Fixed types #95
05.04.2023.
Added
- Added
tagName
prop back.
19.06.2022.
Changed
- Swapped ESM module target from
esnext
toES2015
(akaes6
).
17.06.2022.
Improved
- 30-50% performance improvements
- Rewritten to TypeScript and hooks.
- TypeScript types provides.
- ESM and CJS modules available.
- Reduced the number of dev dependencies.
Changed
tagName
prop was removedpx
units are not assumed and need to be provided manually
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
strokeColor
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 dependencies.
- 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.