Releases: parlx-js/parlx.js
Releases · parlx-js/parlx.js
1.4.4 / 1.4.5
2.0.4
1.4.3
2.0.1 / 2.0.2 / 2.0.3
Changes
Bug Fix
- fixed CDN undefined bug
2.0.0 🎉
1.4.2
2.0.0 beta 2
Changes
Breaking Changes
- splitted
options
prop intosettings
andmethods
Temporary Changes (Will be reverted in the next betas)
- disabled auto init
- disabled jQuery support
Repository Changes
- updated npm scripts
- cleaned up Webpack config
- removed unused dependencies
Bug Fix
- fixed
window is not defined
- fixed
global
error (CDN)
2.0.0 beta 1
Changes
New Feature
- added destroy method
- added new callbacks:
onInit
,onDestroy
Breaking Changes
- improved plugin init process
Internal
- renamed method
settings()
toextendSettings()
to avoid conflict with variablesettings
Repository Changes
- added Travis CI config
- added Prettier config
- added ESLint config