All Versions
17
Latest Version
Avg Release Cycle
32 days
Latest Release
1785 days ago

Changelog History
Page 1

  • v5.6.1 Changes

    July 26, 2020
    • ๐Ÿฑ #2cdb1f - โœจ add a isInit class
    • ๐Ÿฑ #7cc7564 - ๐Ÿ› ensure simple parallax is initialized on SVG at page load
  • v5.5.1 Changes

    June 09, 2020

    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](https://github.com/geosigno/simpleParallax.js/issues/47)]

    • ๐Ÿฑ #806835 - ๐Ÿš‘ set the delay at 0 by default #47
  • v5.5.0 Changes

    June 07, 2020
    • ๐Ÿฑ #806835 - โœจ add a refresh method #50
    • ๐Ÿ‘• #8e2fdb - ๐ŸŽจ various typo / lint / logic
    • ๐Ÿฑ #59812c - ๐Ÿ“ more transparency about supported browsers #46
  • v5.4.1 Changes

    May 25, 2020
    • ๐Ÿฑ #9b1c85 - ๐Ÿ› fix issue with lazy loaded images #45
  • v5.4.0 Changes

    April 08, 2020
    • ๐Ÿฑ #bc258a - โœจ add support for videos #41
    • ๐Ÿฑ #b6a994 - โœจ add new customWrapper setting #39
  • v5.3.0 Changes

    February 01, 2020

    ๐Ÿš€ 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
  • v5.2.0 Changes

    December 07, 2019

    ๐ŸŒ This feature 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
  • v5.1.0 Changes

    June 13, 2019

    ๐Ÿš€ 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
  • v5.0.2 Changes

    June 04, 2019

    ๐Ÿš€ 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
  • v5.0.1 Changes

    June 03, 2019

    ๐Ÿš€ 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