Skip to content

3.0.1

Compare
Choose a tag to compare
@Markus-GS Markus-GS released this 17 Feb 19:21
· 87 commits to master since this release
56bee62

3.11.1 (February 7, 2022)
FIXED

  • Fix scoping css to exclude :root selector
  • Fix toPx() correctly uses offsetHeight/Width

3.11.0 (February 7, 2022)
ADDED

  • Add start and end options to Parallax component
  • Add negative z-index utility class to Position component
  • Add Sticky Parallax test

DEPRECATED

  • Deprecate viewport option in Parallax component: Use end 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 of NaN 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