The following is a list of notable changes to the Mantine Parallax component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.
- ✨ Added
initialSkewX
andinitialSkewY
props - ✨ Added
initialRotationX
,initialRotationY
, andinitialRotationZ
props - ✨ Added
initialPerspective
prop - ✨ Added
disabled
prop to disable the hover effect - ✨ Added
none
in theperspective
andinitialPerspective
props when the value is greater or equal to10000
- Updated the docs and demos with the new props
- Updated the Mantine package to the latest version
- Minor improvements and bug fixes
- Initial release