Releases: FriendsOfREDAXO/uikit_collection
3.0.3
Vendor 3.13.0 (2022-03-18)
Added
Changed
- Improve performance for large sites
- Custom components have to listen for resize and scroll updates manually
Removed
- Remove Edge Legacy (EdgeHTML) support
- Remove Safari fallback for focus-visible
- Remove deprecated Gif component
- Remove option width-element in Sticky component
Fixed
- Fix list bullet regression in List component
- Fix regression in Modal component with uk-modal-dialog class
- Fix Sticky component notices change in its offset parent's position
- Fix Scrollspy component does not apply animation classes on hide
3.0.2
Vendor 3.12.2
3.12.2 (March 14, 2022)
FIXED
Fix regression in Slider/Slideshow touch gestures
3.12.1 (March 14, 2022)
FIXED
Fix List component used with flex utility classes
3.12.0 (March 14, 2022)
ADDED
Add support for
CHANGED
Image elements need width and height attributes to prevent layout shifts
Image component no longer relies on session storage to check for cached images to immediately show an image
Slider and Switcher remove native loading="lazy" attribute from adjacent slides
Accordion, Drop, Switcher and Toggle remove native loading="lazy" attribute from their children when entering the viewport
Improve sticky behavior if sticky content is larger than the viewport
Sticky component's bottom option checks for bottom padding if sticky element is within referenced element
Height Viewport component sets uk-height-viewport class to reduce initial layout shifts
DEPRECATED
Deprecate uk-img for element: Use native loading="lazy" attribute instead
Remove IE11 support
Removed data-width and data-height for element from Image component. Use native attributes instead.
FIXED
Fix infinite sliding in Slider component with equally sized slides
Fix Slider component sets calculation
Fix dropdowns not closing in Navbar component when hovering dropbar and navigation with keyboard
Fix dropdown no longer closes if pointer is still moving towards it
Fix fadein not transformed correctly to fade-in in scss build
Fix Sticky component setting wrong margin for placeholder
Fix Sticky placeholder sets height with fraction
Fix Sticky component does not animate in if scroll position equals top offset
Fix Sticky component prevents transition on selTarget if forced to hide for recalculation
Fix Parallax component initial jump in background image
3.0.1
3.11.1 (February 7, 2022)
FIXED
- Fix scoping css to exclude :root selector
- Fix toPx() correctly uses offsetHeight/Width
3.11.0 (February 7, 2022)
ADDED
- Add start and end options to Parallax component
- Add negative z-index utility class to Position component
- Add Sticky Parallax test
DEPRECATED
- Deprecate viewport option in Parallax component: Use end option instead
FIXED
- Use same position context when uk-sticky sticks or not
- Fix interdependent computed properties being evaluated too often
- Fix getIndex() returns -1 instead of NaN if called with empty elements parameter
- Fix Scrollspy component no longer sets class false
- Fix Parallax component no longer rounds values to two digits after comma
- Fix Parallax component running backwards with 'viewport' option set to a value < 1
- Fix Parallax component easing option for values < -1 || > 1
3.0.0
2.6.4
Vendor 3.10.1 (January 19, 2022)
FIXED
- Fix vertical divider width in Divider component
- Fix usage of data- prefix for Cover and Responsive component
- Fix pointer events for iframes in Cover component
- Fix Slideshow component no longer throws if items list does not exist
- Fix space key no longer triggers Toggle on [ ] elements
2.6.3
Release 2.6.3
Vendor 3.10.0 (January 12, 2022)
ADDED
- Add intrinsic widths to Width component
- Add 'aria-haspopup' attribute to Drop component's toggle
- Add padding variable to search icon in Search component
- Add position bottom variable to box-shadow bottom in Utility component
CHANGED
- Disable Sticky component if it's element is higher than viewport
FIXED
- Fix initial iframe width for uk-responsive which caused an expanded viewport on iOS devices
- Fix link toggle style if not hovered
- Fix compiling Slideshow css in rtl mode
- Fix Sortable component no longer scrolls overflow: hidden containers
- Fix 'yarn watch' not watching changes in less files
- Fix domPath() for elements within forms that include inputs with name 'id'