3.21.16 (November 22, 2024)
Fix regression in Scroll component
3.21.13 (September 26, 2024)
Fix scrollIntoView() for elements with scroll-behavior: smooth
Fix Offcanvas in reveal mode unwraps itself
3.21.12 (September 9, 2024)
Fix Sticky component not using position: sticky if parent has overflow: clip
Fix Sticky component is now inactive if page can't be scrolled
Fix using comma separated selectors in filter controls in Filter component
Fix Video component does not autopause videos with autoplay set to false
3.21.11 (August 22, 2024)
Fix regression in updating computed values (again)
3.21.10 (August 22, 2024)
Fix regression in updating computed values
Fix Sticky component calculates wrong top offset, when animation is in progress
Fix rounding issue in Slider component in Firefox
Fix calling query() and queryAll() with empty string throws exception
Fix toggled hidden hover class to display elements on hover for touch devices using tabindex in Visibility component
Fix offsetViewport calculation if window is passed as scrollElement
Fix offsetViewport calculation for browsers in quirks mode
Fix selector engine to handle spaces within parentheses correctly
Fix BC to component initialization not accepting plain html markup
Fix Sticky component not resizing correctly if parent element has display: contents
Fix Scrollspy Nav component to ignore anchor elements with role="button"
Fix Drop component causes scroll position to jump when overflowing its scroll container
Fix auto generating navigation in Slider and Slideshow component
Fix Height Viewport component offset top option
Fix keyboard navigation within input elements in Dropnav component dropdowns
Add target option to Scrollspy Nav component
Scrollspy Nav component defaults to a 10vh active top offset
Remove overflow option from Scrollspy Nav component
Fix Drop component does not immediately show if current active Drop is delaying
Fix Scrollspy Nav falls back to document if target is not found
Fix regression in Slideshow component
Fix Slider component shows wrong slide after resizing
Fix regression in Slideshow component not transitioning first slide
Fix regression in observer handling
Add new search navbar modifier to Search component
IMPORTANT: Rename uk-search-navbar class to uk-search-medium
IMPORTANT: Rename @search-navbar-* variables to @search-medium-*
IMPORTANT: Rename @inverse-search-navbar-* variables to @inverse-search-medium-*
Rename old search navbar modifier to search medium in Search component
Fix clickable search icon not being in natural ordering for sequential focus navigation
Fix regression in Sortable component