Releases: parlx-js/parlx.js
Releases · parlx-js/parlx.js
1.4.0 beta 2
Changes
Documentation
- updated comments
- updated README.md
1.4.0 beta 1
Changes
Breaking Changes
- replaced
mobile
option withexclude
(disable parallax effect on selected user agents) parlx-children
class is required for elements inside the parallax container
1.3.1
1.3.1 beta 1
Changes
New Feature
- new callbacks:
onScroll
,onResize
Dependencies
- updated Babel to
^7.0.0
stable - updated babel-plugin-add-module-exports to
^0.3.3
- updated Webpack to
^4.17.1
- updated babel-loader to
^8.0.0
stable
Repository Changes
- removed map for production version
1.3.0
1.2.0
1.2.0 beta 2
Changes
New Feature
- added support for all HTML5 tags as parallax div children
1.2.0 beta 1
Changes
New Feature
- readded support for background-image
Bug Fix
- partly fixed bug with image scaling
1.1.0
1.1.0 beta 4
Changes
Change
- re-added support for image tag as a background
- renamed jQuery plugin from Parlx() to parlx()
- renamed type option values (
back
tobackground
andfront
toforeground
)
New Feature
- added autoinit
- added parlxMove event
Bug Fix
- fixed parallax background size bug
- fixed bug with autoinit in Node.js
- fixed bug with jQuery and Node.js compatibility