Skip to content

Latest commit

Β 

History

History
56 lines (29 loc) Β· 835 Bytes

File metadata and controls

56 lines (29 loc) Β· 835 Bytes

Change Log

[1.1.0] - 2023-11-25

Added

  • Tests to improve the code quality and fix bugs
  • Checks to see if the computed stylemap exists
  • An example component ScrollComponent.tsx as part of testing the module

Changed

  • Function definition for easeOutCirc easing function
  • Module Exports

Fixed

  • Fixed the bugs in the easeOutCirc easing function

[1.0.2] - 2023-10-26

Added

Changed

Fixed

  • Bootstrap Scrollspy Issue - #1

[1.0.1] - 2023-10-21

Added

  • Proper Documentation
  • Examples

Changed

  • The default overshoot controller value to 1.70158

Fixed

  • The name of the function 'easeSmooth' to 'linear' for smooth scrolling

[1.0.0] - 2023-10-21

Added

  • Added Package to NPM

Changed

Fixed