- fixed a problem with incorrect scrolling behavior in the Edge browser
- fixed CDN undefined bug
- auto init is active only if element with
data-parlx
exists
- create
.parlx-children
if not exists
- reenabled auto init
- reenabled jQuery support
- splitted
options
prop intosettings
andmethods
- disabled auto init
- disabled jQuery support
- updated npm scripts
- cleaned up Webpack config
- removed unused dependencies
- fixed
window is not defined
- fixed
global
error (CDN)
- added destroy method
- added new callbacks:
onInit
,onDestroy
- improved plugin init process
- renamed method
settings()
toextendSettings()
to avoid conflict with variablesettings
- added Travis CI config
- added Prettier config
- added ESLint config