Skip to content

Latest commit

 

History

History
151 lines (59 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

151 lines (59 loc) · 6.15 KB

1.5.1 (2024-12-03)

Bug Fixes

  • global passive option by default should not be true (8f56315)

1.5.0 (2024-10-28)

Features

  • add support for id attribute to reference elements (9535ad8)
  • add support to svelte 5 (169d26f)

1.4.0 (2024-03-04)

Bug Fixes

  • add offset option to y coordinate (0766716)
  • animation doesn't stop when we scroll with the mouse wheel (d196bcf), closes #17
  • options passed in a function are overriding global options (79f948e)

Features

  • add functions scrollLeft and scrollRight (79451ab)
  • horizontal scroll (3bbff25)

Reverts

  • returns to the last release version (4f0f9ea)

1.3.0 (2023-10-22)

Bug Fixes

Features

  • add flag passive as a global option (#13) (1f3032a)

1.2.2 (2022-07-30)

Bug Fixes

Reverts

  • should keep dist folder and the types (34019fe)

1.2.1 (2022-06-04)

1.2.0 (2022-06-04)

Features

  • add onStart and onDone hooks. close #3 (d889e13)

1.1.1 (2021-10-01)

1.1.0 (2021-08-29)

Features

  • add function scrollElement (#2) (367c72a)
  • add function scrollPosition (aaf23ee)

1.0.8 (2021-08-27)

Bug Fixes

  • add href to anchor element or cursor pointer to different element (44f4b51)

1.0.7 (2021-07-03)

1.0.6 (2021-06-23)

1.0.5 (2021-06-23)

Bug Fixes

  • docs: remove the node param and change the description of the params (eba0b10)

1.0.4 (2021-06-23)

1.0.3 (2021-06-03)

1.0.2 (2021-06-03)

Bug Fixes

  • node argument type incompatible in scrollTo (091907c)
  • set the properties of global option in scrolling functions as optional (5d2579d)

1.0.1

Features

  • Add functions scrollTop and scrollBottom (584ac3f)
  • Add easing option in scrollTo (f2f7902)
  • Add setGlobalOptions method to define global options (dd1d190)
  • Add { ref, offset, duration } options in scrollTo (286beca)
  • Add smooth scroll animation (2fe07f9)
  • Add action scrollTo and scrollRef (d7483b6)