Skip to content

Releases: geosigno/simpleParallax.js

6.2.1 : Performance Laboratory Returns

18 May 09:52
Compare
Choose a tag to compare

SimpleParallax.js has always been a performance laboratory where we constantly push the boundaries of smooth parallax effects, but since the React version launch, we stepped away from this philosophy. This release marks our return to the laboratory with a comprehensive React performance overhaul that eliminates unnecessary re-renders and optimizes calculations.

6.1.0 : Accessibility and fixes

06 Apr 09:01
Compare
Choose a tag to compare
  • Accessibility: Added support for ⁠prefers-reduced-motion (#136)
  • Performance: Fixed initial animation glitch on page load (only React version) (#135)

6.0.1

19 Jun 08:39
Compare
Choose a tag to compare
  • remove useless and buggy css from the container

⚡️ 6.0.0 - React and TypeScript Version

14 Jun 14:06
Compare
Choose a tag to compare

After some time, I decided to get back on track and evolve simpleParallax into a React version. This new version has been completely rewritten based on the Vanilla library, incorporating some welcome changes thanks to React. Additionally, I’ve used TypeScript for the React version. The React version is now the default, while the Vanilla version remains fully functional but has not yet been updated.
To mark this occasion, the simpleParallax website has been completely redesigned.

5.6.1

26 Jul 12:00
Compare
Choose a tag to compare
  • #2cdb1f - ✨ add a isInit class
  • #7cc7564 - 🐛 ensure simple parallax is initialized on SVG at page load

5.5.1 Hotfix

09 Jun 08:13
Compare
Choose a tag to compare

The delay parameter has been set at 0 by default. This is sometimes causing an issue on iOS devices. Investigation and resolution still in progress via (#47)[https://github.com//issues/47]

  • #806835 - 🚑 set the delay at 0 by default #47

5.5.0

07 Jun 12:13
2298ddd
Compare
Choose a tag to compare
  • #806835 - ✨ add a refresh method #50
  • #8e2fdb - 🎨 various typo / lint / logic
  • #59812c - 📝 more transparency about supported browsers #46

5.4.1 - bug fix

25 May 13:57
Compare
Choose a tag to compare
  • #9b1c85 - 🐛 fix issue with lazy loaded images #45

5.4.0 - new features

08 Apr 04:13
Compare
Choose a tag to compare

5.3.0 - new features

01 Feb 19:04
66c7a8b
Compare
Choose a tag to compare

This release add one parameter to simpleParallax - maxTransition. The maxTransition setting can be used to stop the parallax transition after a given percentage. By default, it translate from 0% to 100% of the user viewport. You can change it here to any percentage you want.

  • #23ff83 - ✨ add maxTransition parameter