Skip to content

Releases: geosigno/simpleParallax.js

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

5.2.0

07 Dec 14:59
Compare
Choose a tag to compare

This release is fixing one issue when the translation was applied after the transition, so the first translation on load time looked buggy.
It also removes the breakpoint parameter, as this should be managed outside the simpleParallax plugin.
It adds one new customContainer parameter for those who want to apply the parallax on a custom scroll container (rather than the document itself).

  • #76dfa35 - ⚡️ #26 separate CSS transition and transform to avoid buggy effect on loadtime
  • #d65531d - 🔥 remove breakpoint setting
  • #635788c - ✨ Custom scroll container option #32

5.1.0 - Stability

13 Jun 12:25
Compare
Choose a tag to compare

This release improve global stability.

  • #63ed06 - ✨ simpleParallax can now be initialized from a string as element
  • #63c552 - ♻️ refactoring destroy method
  • #5831f4 - 🎨 run eslint --fix
  • #06bcee - ⚡️ improve the way resize method is handle

5.0.2

04 Jun 05:36
Compare
Choose a tag to compare

This release fixes an issue when simpleParallax was initiliazed with a HTML Collection (eg: getElementsByClassName). A new helper has been created to convert all entry elements into an array.

  • 🐛 #68a5bf - fix Uncaught TypeError: this.element.addEventListener is not a function

5.0.1

03 Jun 14:58
Compare
Choose a tag to compare

This release fixes an issue when simpleParallax was loaded via script tag. The libraryExport parameter was not set as "default" so the following error appeared "Uncaught TypeError: simpleParallax is not a constructor".

  • 🐛 #bb99df - fix Uncaught TypeError: simpleParallax is not a constructor #17