Skip to content

Releases: Charmingdc/ScrollJs

v2.0.1

07 May 11:28

Choose a tag to compare

New version: v2.0.1

What changed

  • Fix v2.0.0 bug that breaks built-in Css animations
  • Deprecated v2.0.0

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 May 14:42

Choose a tag to compare

v2.0.0 - Inbuilt CSS Support Added 🎉

Released on: May 02, 2025

What's New? ✨

  • Inbuilt CSS Support:
    We've added native CSS styles to enhance the user experience and make the animations smoother. Now, you can use ScrollJs without relying on external CSS files. Simply import the library and also the css file, and it will automatically apply the necessary styles.

  • New CSS Classes:
    To control the visibility and animation, the following new classes have been introduced:

    • scrolljs-hidden-{direction}
    • scrolljs-opacity-0

    These classes handle animations like fade and direction-based sliding (up, down, left, right, zoom).

Backward Compatibility 🔄:

  • External CSS Support:
    External CSS is still supported, allowing you to continue using your existing custom styles if you prefer. The inbuilt CSS is just an added option for ease of use.

Documentation Updates 📚:

  • Updated the documentation to reflect changes in CSS handling and how to use the new inbuilt CSS system.
  • Added new examples and use cases for the direction-based animations and fades.

Check out the CHANGELOG.md for more details on past updates and improvements! 📜

v1.0.3

23 Feb 16:23

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.3

v1.0.0 - Initial Release

15 Jan 14:21
59dc21a

Choose a tag to compare

v1.0.0 - Initial Release

This is the first stable release of ScrollJs. The package includes the following key features:

Features:

  • Basic functionality to animate elements.
  • Documentation for installation and usage.
  • Published to npm: ScrollJs