05.10.2022.
Changed
- Removed outdated dev dependencies and switched to a simpler build process.
- Prepared source files to add type definitions.
28.09.2020.
Fixed
- Moved event bindings to
componentDidMount
to fixCan't call setState on a component that is not yet mounted
error. It might help with Plx issue #60 as well.
07.01.2019.
Fixed
- Fixed the bug with breakpoint data not being broadcasted properly.
17.12.2018.
Fixed
- Fixed the bug introduced in 1.0.4 that broke SSR.
14.12.2018.
Changed
- Changed how custom event is dispatched.
13.12.2018.
Changed
- Updated
window-scroll-manager
dependency.
30.07.2018.
Changed
- Added
scrollPosition
as anscrollPositionY
alias for backwards compatibility
12.07.2018.
Updated
- Updated
window-scroll-manager
version
15.06.2018.
Changed
- Renamed
scrollPosition
prop toscrollPositionY
Added
- Enabled horizontal scroll tracking and added
scrollPositionX
prop - This changelog
For changes prior version 1.0.0 please check the commit list.