Added
- Add
start
andend
options to Parallax component - Add negative z-index utility class to Position component
- Add Sticky Parallax test
Deprecated
- Deprecate
viewport
option in Parallax component: Useend
option instead
Fixed
- Use same position context when uk-sticky sticks or not
- Fix interdependent computed properties being evaluated too often
- Fix
getIndex()
returns-1
instead ofNaN
if called with empty elements parameter - Fix Scrollspy component no longer sets class
false
- Fix Parallax component no longer rounds values to two digits after comma
- Fix Parallax component running backwards with 'viewport' option set to a value < 1
- Fix Parallax component easing option for values < -1 || > 1