Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: uikit/uikit

v3.24.1

06 Oct 11:27
Compare
Choose a tag to compare

Fixed

  • Fix icon overlay inverse selector in Icon component
  • Fix Sass sources

v3.24.0

02 Oct 07:52
Compare
Choose a tag to compare

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

11 Sep 15:05
Compare
Choose a tag to compare

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

18 Aug 14:56
Compare
Choose a tag to compare

Fixed

  • Fix Scrollspy Nav ignores links

v3.23.11

25 Jun 14:18
Compare
Choose a tag to compare

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

12 Jun 12:32
Compare
Choose a tag to compare

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

03 Jun 08:08
Compare
Choose a tag to compare

Changed

  • Add missing `aria-hidden` attribute in Icon component

v3.23.8

02 Jun 13:13
Compare
Choose a tag to compare

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

09 May 09:05
Compare
Choose a tag to compare

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

10 Apr 08:01
Compare
Choose a tag to compare

Fixed

  • Revert: Fix performance when transitioning element properties in Chrome (causes regression in Safari and Firefox)