Added
- Add deprecated flag to Less variables
- Add size modifiers to Heading component
- Add SVG stroke animation to Animation component
- Add option to animate SVG strokes to SVG component
- Add option to animate SVG strokes to Parallax component
- Add support for more units to Parallax component
- Add lazy loading support if Image component is used with SVG component
- Add text secondary to Text component
- Add
dataSrc
as primary option to Image component - Add
webp
as image type to Lightbox Panel component
Changed
- Refactor divider, bullet and line modifiers in Heading component
- Improve dimension handling in SVG component
- Improve performance of Image, Leader and Toggle component
- Autoplay is halted while Slideshow/Slider are active
- Lightbox filters duplicate items by
source
- Rename
getPos
togetEventPos
- Move code with side effects to
core.js
Deprecated
- Primary Heading: Use
uk-heading-medium
instead ofuk-heading-primary
- Hero Heading: Use
uk-heading-xlarge
instead ofuk-heading-hero
Removed
cls
option no longer accepts a list of classNames in Scrollspy component
Fixed
- Fix rendering issue for scale in Transition component
- Fix Filter component's initial active state
- Fix translating
x
andy
properties simultaneously in Parallax component - Fix drag closes Lightbox
- Fix Tooltip component (touch device)
- Fix
hover
mode for Toggle component (touch device) - Fix Slideshow not setting
min-height
if ratio is set tofalse
- Default prevent
click
event in Slider/Slideshow component after drag - Fix images being selected while dragging in Slider/Slideshow component