Releases: uikit/uikit
Releases Β· uikit/uikit
v3.24.1
v3.24.0
Added
- Add Overflow Fade component
- Add card overlay style modifier to Card component
- Add form size modifier for radio and checkbox to Form component
- Add icon overlay modifier to Icon component
- Add highest z-index utility class to Position component
- Add size modifier for top and bottom paddings to Section component
- Add `restart` option to Video component
- Add `hover-target` option to Video component
Changed
- Remove font variables in favor of using heading classes in Countdown component
- Stretch the entire navbar height if an item's height is expanded by its content
- Scale height of responsive images and videos based on extrinsic aspect ratio and fill content box (Chrome only yet)
- Videos set to `preload: none` will lazy load by default now
- Dropnav component will flip vertically, when overflowing its scroll container
Deprecated
- Deprecate `automute` option in Video and Cover component, use `muted` attribute for videos, `mute=1` for YouTube and `muted=1` for Vimeo instead
Removed
- Remove deprecated flag in Less variables
Fixed
- Fix disable color for span elements in Subnav component
- Fix text underline offset if text is vertical aligned to the middle in Link component
- Fix border color if visible toggle class is applied in Visibility component
- Fix text from wrapping onto multiple lines if elements should look like `input` or `select`
v3.23.13
Fixed
- Fix setting focus to Modal/Offcanvas Toggle component after close scrolls page
- Fix Slideshow/Slider components no longer autoplay if hidden
- Fix Drop component no longer delays showing if previous active Drop component is found
- Fix Scrollspy Nav component not detecting covering element correctly
v3.23.12
Fixed
- Fix Scrollspy Nav ignores links
v3.23.11
Fixed
- Fix setting `aria-expanded` on the closest button of the Navbar Toggle Icon
- Fix SVG component handles base64 encoded data URIs correctly
v3.23.10
Fixed
- Fix Toggle component does not toggle if element is a link without `href` attribute
- Fix closing modal prevents page from being scrollable in Firefox
v3.23.9
Changed
- Add missing `aria-hidden` attribute in Icon component
v3.23.8
Changed
- Delay showing dropdowns in Dropnav and Navbar components to allow passing with the pointer over the element
Fixed
- Fix setting focus to Modal/Offcanvas Toggle component after close
- Fix Dropnav component no longer opens its Drop components upon initial hover during page load (in Safari and Firefox)
- Fix Scrollspy Nav component no longer highlights items whose targets do not exist
v3.23.7
3.23.7 (May 9, 2025)
Fixed
- Fix Inverse component not being responsive for multiple target elements
- Fix tabindex not being set for Video component in
autoplay: hover
mode
v3.23.6
Fixed
- Revert: Fix performance when transitioning element properties in Chrome (causes regression in Safari and Firefox)