Skip to content

Releases: WinXaito/scroll_pos

v0.5.0

19 Oct 09:32
Compare
Choose a tag to compare
  • BREAKING CHANGE: Fix canBackward and canForward methods. These methods had a bad behaviour.
  • Add atStart and atEnd attribute to indicate if the scrollbar is at the top or the bottom.
  • Add forwardPage and backwardPage methods to move by the inside view distance (generally, this is the comportment of the page up/down).
  • Give access to the method scrollToPos.

v0.4.0

08 May 19:18
Compare
Choose a tag to compare

0.4.0 - 08/05/2023

  • Add more checks to avoid error or division by zero (#1)

v0.3.0

24 Dec 14:33
Compare
Choose a tag to compare
  • Breaking: rename methods (replace terms Top and Bottom by Start and End, because the scrollbar can be horizontal)
  • Fix animate parameter on differents methods (didn't work as expected)
  • Add fields (canScroll, canForward, canBackward)

v0.2.0

24 Dec 12:07
Compare
Choose a tag to compare
  • Add methods forward and backward

v0.1.0

18 Dec 17:14
Compare
Choose a tag to compare

Initial release