Skip to content

Releases: Pixelatex/react-simple-scroll

Small bug fixes and performance updates.

29 May 09:29
Compare
Choose a tag to compare

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

28 May 19:07
Compare
Choose a tag to compare

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.

28 May 16:36
Compare
Choose a tag to compare

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

25 May 21:50
Compare
Choose a tag to compare

Initial release of the module.

Includes:

  • ScrollContainer
  • ScrollSection
  • ScrollTo