This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
3.0.6
Vendor 3.14.0 (April 27, 2022)
ADDED
- Add position shifting to Drop and Dropdown components
- Add axis flipping if overflowing on both sides to Drop and Dropdown components
- Add max-width to prevent overflowing the viewport to Drop and Dropdown components
- Add display option to Drop and Dropdown components
- Add support for negative start value in Sticky component
- Add overflow-flip option to Sticky component
- Add navbar justify to Navbar component
- Add subtitle classes to Nav, Dropdown and Navbar components
- Add support for vw,vh,% and px units to scale property in Parallax component
- Add resize horizontal class to Utility component
CHANGED
- Rename top and bottom options to start and end in Sticky component
- Allow text to wrap into the next line for navs in Dropdown component
REMOVED
- Remove position: auto option in Sticky component, use overflow-flip option instead
- Remove overflow-x: hidden on html element, while horizontal animation is active
FIXED
- Fix dropbar dropdown alignment if boundary-align is true
- Fix viewport helper functions take border into account
- Fix Sticky component responsiveness on window resize
- Fix Cover component correctly applies ratio if only one of width/height is provided
- Fix responsiveness in Grid, Margin and Height Match component
3.13.10 (April 20, 2022)
FIXED
- Revert: Fix reposition Drop on scroll
- Fix Toggle component does not defaultPrevent() click on anchor with touch gesture
- Fix Sticky component uses wrong offsetParent while it's positioned fixed
3.13.8 (April 20, 2022)
CHANGED
- Scrollspy component uses IntersectionObserver instead of scroll/resize events
FIXED
- Fix Drop/Dropdowns component does not close on clicked .uk-(drop|dropdown)-close selector
- Fix Accordion initially not closed
- Fix Height Match component not matching correctly
- Fix Margin component does not correctly listen for resize
- Fix regression in Sticky component affecting height of placeholder
- Fix Toggle not toggling after re-entering button with mouse before drop has closed itself
- Fix reposition Drop on scroll