Releases: Pixelatex/react-simple-scroll
Releases · Pixelatex/react-simple-scroll
Small bug fixes and performance updates.
Features added:
- N/a
Bugs fixed:
- Elements did not return the correct parent offset.
- Offset added to the active scrolling for better handling.
- Previous scroll elements still triggering the topScrollCallbacks.
- Element reference not returning the expected result.
Other:
- Readme updated.
Added 'top element while scrolling' detection
Features added:
- Detect top element while scrolling
Bugs fixed:
- N/a
Other:
- Added 2 examples.
- Readme updated.
- PropTypes added.
Added scroll by container Id feature.
New features:
- Scroll By ContainerId
Scrolling now uses the container id to detect the container in the dom and then scroll to the saved reference of that specific container.
Bugs fixed:
N/a
Other:
N/a
Initial publish
Initial release of the module.
Includes:
- ScrollContainer
- ScrollSection
- ScrollTo