Releases: FriendsOfREDAXO/uikit_collection
Releases · FriendsOfREDAXO/uikit_collection
4.0.0
- Neu: UIKit-Pfad zur dist (Backend) kann per config überschrieben werden
- Neu: Fragmente für Galerien, Slideshow, Cards, Tabs / Accordeons
- Neu: Backendfix für Dump-Ausgabe
- Neu: cke5LightboxHelper um Uikit-Lightboxen direkt in CKE5 zu erstellen
- Neu: uikitIcon auslesen des passenden Icons aus Dateiname, mit Angabe des gewünschten ratios
- Update: Vendor 3.17.11
4.0.0-beta1.1
Test der neuen Installer-Action
4.0.0-beta1
- Neu: UIKit-Pfad (Backend) kann überschrieben werden
- Neu: Fragmente für Galerien, Slideshow, Cards, Tabs / Accordeons
- Neu: Backendfix für Dump-Ausgabe
- Neu: cke5LightboxHelper um Uikit-Lightboxen direkt in CKE5 zu erstellen
- Neu: uikitIcon auslesen des passenden Icons aus Dateiname, mit Angabe des gewünschten ratios
- Update: Vendor 3.17.11
3.2.1
Vendor-Update to v3.15.19
https://github.com/uikit/uikit/releases/tag/v3.15.19
3.2.0
3.1.1 Vendor: v3.15.18
3.1.1 Vendor: v3.15.18
3.1.0 :: vendor: 3.15.10
version: '3.1.0'
vendor: '3.15.10'
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