Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency uikit to v3.20.10 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 28, 2020

Mend Renovate

This PR contains the following updates:

Package Update Change
uikit (source) minor 3.4.6 -> 3.20.10

Release Notes

uikit/uikit (uikit)

v3.20.10

Compare Source

Removed
  • Remove removeClasses() util function
Fixed
  • Fix slide transition in Slider component in Safari

v3.20.9

Compare Source

Added
  • Add color mode --uk-inverse property in all components
Fixed
  • Fix race condition in Slider/Slideshow component
  • Fix prompts with double quotes in Modal component
  • Fix infinite loop in Slider component

v3.20.8

Compare Source

Fixed
  • Fix check for Elemenent.prototype.checkVisibility function
  • Fix filter animations in Safari

v3.20.7

Compare Source

Fixed
  • fix: revert adding esm build for now (breaks resolving logic)

v3.20.6

Compare Source

Fixed
  • Fix missing esm dist files in package

v3.20.5

Compare Source

Fixed
  • Fix missing esm export for icons

v3.20.4

Compare Source

Fixed
  • Fix missing esm export

v3.20.3

Compare Source

Fixed
  • Fix regression in none browser environment

v3.20.2

Compare Source

Changed
  • Make gutter overridable through grid classes in Iconnav and Thumbnav components
Fixed
  • Fix Switcher component may show multiple items if toggled while previous animation in progress
  • Fix regression in selector engine

v3.20.1

Compare Source

Removed
  • Remove removeClasses() util function
Fixed
  • Fix slide transition in Slider component in Safari

v3.20.0

Compare Source

Changed
  • Improve query selector performance 🏎
  • Queue updates on microtask instead of animation frame to ensure more immediate updates
Removed
  • Remove deprecated closest() and within() functions
Fixed
  • Fix lazy loading on target in Toggle component

v3.19.4

Compare Source

Added
  • Add hover mode to autoplay option in Video component

v3.19.3

Compare Source

Added
  • Add center vertical and horizontal classes to Position component
Fixed
  • Fix `scrollIntoView()` when target is covered by another element

v3.19.2

Compare Source

Added
  • Add center vertical and horizontal classes to Position component
Fixed
  • Fix scrollIntoView() when target is covered by another element

v3.19.1

Compare Source

Added
  • Add Bluesky icon
Fixed
  • Fix Video component handles fullscreen mode correctly

v3.19.0

Compare Source

Added
  • Add breakpoint classes for flex direction, dimension and alignment
  • Add active option to Slider component
Changed
  • Remove obsolete fix for rounding issues in Width component in IE11/Edge
Fixed
  • Fix width expand classes mixed with other width classes of higher breakpoints in Width component
  • Fix combination of width auto and expand breakpoint classes
  • Fix logo inverse selector to work with different types of images
  • Fix Tooltips not showing in iOS
  • Fix parallax scrolling for Slideshow/Slider component with finite mode
  • Fix Slider component disables infinite scrolling prematurely
  • Fix Sass sources by renaming spin() (LESS) to adjust-hue() (Sass)
  • Fix Height Match component recalculates its heights, when a font has loaded

v3.18.3

Compare Source

Fixed
  • Fix dropbar offset in Navbar component
  • Fix autoplay option in Lightbox component
  • Fix height in Height Placeholder component
  • Fix Height Match component to use viewport dimensions as base again

v3.18.2

Compare Source

Fixed
  • Fix wrong dropbar offset in Navbar component
  • Fix conflict if multiple Dropnav components share the same container

v3.18.1

Compare Source

Changed
  • Close modal if contained video leaves fullscreen mode
Fixed
  • Fix Video component does not pause video if it enters fullscreen mode
  • Fix page scrolls while sorting in Sortable component
  • Fix horizontally overflowing elements are not scrollable in Modal component
  • Fix Height Match component applied to SVG elements
Removed
  • Remove Pagekit CMS icon

v3.18.0

Compare Source

Added
  • Add parallax options to Slider and Slideshow components
  • Add Inverse component to color content with no background depending on intersecting elements beneath
  • Add color mode for default and muted style modifiers in Section, Tile, Card and Overlay components
  • Add Height Placeholder component
  • Add size modifier to Nav component
  • Add link external and arrow up right icons
  • Add X, Mastodon, Telegram, Threads, Signal and YOOtheme icons
Changed
  • Replace none with dark as default for navbar, dropdown and dropbar color modes
  • Twitter icon will show X icon
  • Responsive component uses aspect-ratio if available
Fixed
  • Fix icons task on Windows
  • Fix Height Match component uses offsetHeight as base

v3.17.11

Compare Source

Fixed
  • Fix Tooltip component not hiding when used with delay

v3.17.10

Compare Source

Fixed
  • Fix Tooltip component initialized programmatically
  • Fix Tooltip component not hiding on blur

v3.17.9

Compare Source

Changed
  • Improve Tooltip performance
Deprecated
  • Deprecate closest() and within() functions
Fixed
  • Fix scrollIntoView() function scrolls to wrong position
  • Fix Drop and Modal based components remain open when anchor click targets element within

v3.17.8

Compare Source

Fixed
  • Fix build

v3.17.7

Compare Source

Added
  • Add uk-transition-disable utility class to Transition component
Fixed
  • Fix disabling transition during Sticky component size recalculation

v3.17.6

Compare Source

Fixed
  • Fix regression in Video component causing videos to autoplay with autoplay set to false

v3.17.5

Compare Source

Deprecated
  • Deprecate isInView() and intersectRect() functions
  • Deprecate target-offset option in Sticky component
Changed
  • Video component uses IntersectionObserver only
Fixed
  • Fix Scroll component not detecting covering element correctly

v3.17.4

Compare Source

Fixed
  • Fix filter animation fade

v3.17.3

Compare Source

Fixed
  • Fix Grid component applies uk-grid-stack class wrongly

v3.17.2

Compare Source

Fixed
  • Fix scrollIntoView() function uses offset left to detect elements that would cover target
  • Fix Height Match component recalculates its heights, when a font has loaded

v3.17.1

Compare Source

Fixed
  • Fix Tooltip component not hiding when used with delay

v3.17.0

Compare Source

Added
  • Add modes pack (default) and next to Grid component's masonry option
  • Add parallax-start, parallax-end, parallax-justify option to Grid component
  • Add close-on-scroll option to Drop and Dropdown component
  • Add transparent Navbar gets its color modifier from underlying section
  • Add support for <td> and <tr> elements to fragment() function
  • Add 3XL size modifier to Heading component
  • Add support for a CSS Selector in offsetTop option in Height Viewport component
Change
  • Scroll component scrolls beneath elements covering its target
  • The closest() function no longer accepts an array of elements
  • Reset fieldset min-width

v3.16.27

Compare Source

Fixed
  • Fix Height Viewport component not observing viewport changes with expand: true
  • Fix passing a vh unit to option scale relates to element's height in Parallax component

v3.16.26

Compare Source

Fixed
  • Fix minified build to use template-strings too

v3.16.25

Compare Source

Added
  • Add -source argument to prefix command
Fixed
  • Fix Toggle in hover mode does not trigger when scrolling in FireFox
  • Fix Parallax component stop parsing

v3.16.24

Compare Source

Fixed
  • Fix delayed show in Drop component shows drop, although toggle is no longer hovered
  • Fix regression in Slider component
  • Fix disconnecting Sticky component

v3.16.23

Compare Source

Fixed
  • Fix potential rounding issues in offset() function, when used as setter
  • Fix to ensure Slider items have max-width: 100%
  • Fix Dropdowns in Dropnav and Navbar components are initialized too late causing CLS

v3.16.22

Compare Source

Fixed
  • Fix existing notification container has to be visible before appending notification

v3.16.21

Compare Source

Fixed
  • Fix release changelog

v3.16.20

Compare Source

Fixed
  • Fix Toggle component with cls option in hover mode
  • Fix aria-roledescription attribute in Slider nav component

v3.16.19

Compare Source

Fixed
  • Fix Parallax component responsiveness on resize of scroll container

v3.16.18

Compare Source

Changed
  • Modal prompt dialog selects text in input
  • Sticky component sets position context with !important modifier
Fixed
  • Fix keyboard navigation in Navbar component

v3.16.17

Compare Source

Added
  • Add i18n labels for Search Icons
Fixed
  • Fix Toggle component uses anchor element's hash as target fallback

v3.16.16

Compare Source

Removed
  • Remove Deferred util class
Fixed
  • Fix auto pausing videos in Video component
  • Fix Tooltips are not removed from Dom if showing is prevented
  • Fix Switcher component not initializing properly
  • Fix Tooltip generates duplicate id
  • Fix calculating sets in Slider component with center option enabled
  • Fix JavaScript error in Parallax component

v3.16.15

Compare Source

Fixed
  • Fix Drop component height if inset: true and stretch: true
  • Fix Drop component maxWidth property with fractional viewport view
  • Fix Sticky component listens for resize of itself as long as no transition is in Progress

v3.16.14

Compare Source

Changed
  • Make Navbar/Dropnav items tabbable again
Fixed
  • Fix using rgb and rgba values in color stops in Parallax component
  • Fix setting will-change css property in Parallax component for camelCased props
  • Fix Slider removes tabindex from focusable elements in slides
  • Fix class uk-svg gets added to <svg> element only in Svg component

v3.16.13

Compare Source

Fixed
  • Fix Sass sources
  • Fix Scrollspy Nav component updates state once shown

v3.16.12

Compare Source

Fixed
  • Fix push history state in Scroll component if href differs from current url only

v3.16.11

Compare Source

Changed
  • Remove roles menubar and menuitem from Navbar component
  • Add watch to component options API

v3.16.10

Compare Source

Fixed
  • Fix including UIkit scripts at the end of body element

v3.16.9

Compare Source

Fixed
  • Fix reactivity in Toggle component
  • Fix regression in Scrollspy component

v3.16.8

Compare Source

Fixed
  • Fix focus style for dropdowns when used with Inverse component
  • Fix regression in Lightbox component

v3.16.7

Compare Source

Added
  • Add hidden visually class for assistive technologies to Visibility component
  • Make toggle classes to display elements on hover or focus accessible to screen readers in Visibility component
Changed
  • Change boot behavior: if script is loaded synchronous, UIkit boots as soon as body element is available
Fixed
  • Fix component distributions
  • Fix Slider/Slideshow component autoplay in Firefox
  • Fix using input of type range in Modal component on touch devices
  • Fix accessibility in Slideshow/Slider and Nav component
  • Fix prevent initial transition in Sticky component
  • Fix keyboard navigation in Navbar component
  • Fix importing UIkit in Next.js

v3.16.6

Compare Source

Fixed
  • Fix Sass sources
  • Fix createComponent call without element parameter

v3.16.5

Compare Source

Fixed
  • Fix functional component initialization
  • Fix pause-on-hover option in Slider/Slideshow component

v3.16.4

Compare Source

Added
  • Add observe to component options API
Fixed
  • Fix default i18n option for Modal dialogs
  • Fix Slideshow initially shows last slide first
  • Fix Height Match component does not change height while updating
  • Fix Slider reactivity when a slide is hidden/shown
  • Fix Scroll component correctly changes history state

v3.16.3

Compare Source

Fixed
  • Fix object type coercion

v3.16.2

Compare Source

Fixed
  • Fix Height Viewport component not observing viewport changes with expand: true
  • Fix passing a vh unit to option scale relates to element's height in Parallax component

v3.16.1

Compare Source

Fixed
  • Fix Parallax component responsiveness on resize of scroll container

v3.16.0

Compare Source

Added
  • Add WAI-ARIA roles, states and properties to interactive JavaScript components
  • Add WAI-ARIA keyboard interaction pattern to interactive JavaScript components
  • Add language internationalization (i18n) for interactive JavaScript components
  • Add i18n option to corresponding JavaScript components
  • Add Dropnav component
  • Add parent icon to Drop component
  • Add support for YouTube Shorts URLs in Lightbox component
  • Add Android, Android Robot, Apple and Microsoft icons
  • Add uikit:init event triggered on document before components initialize
  • Add countdownstart, countdownstop and countdownend events to Countdown component
Changed
  • IMPORTANT: Remove .uk-dropdown-close from Dropdown component. Use uk-drop-close instead
  • IMPORTANT: Remove .uk-dropdown-grid from Dropdown component. Use uk-drop-grid instead
  • IMPORTANT: Remove .uk-navbar-dropdown-close from Navbar component. Use uk-drop-close instead
  • IMPORTANT: Remove .uk-navbar-dropdown-grid from Navbar component. Use uk-drop-grid instead
  • IMPORTANT: Remove error message options in Upload component, use i18n option
  • IMPORTANT: Rename labels default property and option on UIkit.modal to i18n
  • Move functional CSS from Dropdown, Dropbar and Navbar component to Drop component
Removed
  • Remove ajax() util function, use native fetch instead
  • Remove getImage() util function

v3.15.25

Compare Source

Fixed
  • Fix Dropbar partially closing before opening when switching between Navbar items
  • Fix Parallax component updating too late during slide animation in Filter component

v3.15.24

Compare Source

Fixed
  • Fix Tooltip component appends to container option, prevents margins in scroll container
  • Fix regression in scrollParents function

v3.15.23

Compare Source

Fixed
  • Fix prevent background scrolling in Safari

v3.15.22

Compare Source

Added
  • Add Eye and Eye Slash icons
Changed
  • Update Lifesaver, Paint Bucket and Video Camera icons to fit outline style
Fixed
  • Fix Scroll component scrolls to elements by name
  • Fix Tooltip appends itself to the closest scroll container if within element referenced by container option

v3.15.21

Compare Source

Added
  • Add larger gap on larger viewports to Navbar component in UIkit theme
  • Add gradient for text background to Text component in UIkit theme
  • Add gradient for thumbnav item to Thumbnav component in UIkit theme

v3.15.20

Compare Source

Changed
  • Improve close icon not overlaying content in Modal component in UIkit theme
Fixed
  • Fix nav in Dropdown component not overriding properties of Nav component
  • Fix disable native position sticky in Sticky component if parents overflow is not set to visible
  • Fix Drop positioning

v3.15.19

Compare Source

Changed
  • removeAttr no longer accepts a space separated list of attribute names
Fixed
  • Fix stacking context if using position: sticky in Sticky component
  • Fix height calculation for box-sizing: border-box on Accordion content
  • Fix error in console if image can't be loaded in Svg component with stroke-animation: true
  • Fix scrollIntoView() no longer considers elements with position: clip as scrollable parents
  • Fix Slider shows not centered initially with center: true

v3.15.18

Compare Source

Fixed
  • Fix positioning of Tooltip and Drop components if target is inline element
  • Fix Sticky component resizing on clsBelow class causes stutter
  • Fix Sticky component correctly resets on becoming inactive
  • Fix detection of finite mode in Slider component with center option enabled

v3.15.17

Compare Source

Fixed
  • Fix detecting unit in Parallax component stops

v3.15.16

Compare Source

Changed
  • Add will-change css property to Parallax elements
Fixed
  • Fix for elements with position: sticky to keep their position when Offcanvas is opened
  • Fix regression in clicking hash links in Modal component that match sel-close option
  • Fix jump after animation if Accordion content has padding-bottom
  • Fix Sticky listens for resize of itself while not positioned fixed
  • Fix Sticky positioning on mobile devices

v3.15.15

Compare Source

Changed
  • Remove offsetTop and offsetLeft options from Image and Scrollspy component. Use margin instead.
  • Sticky component uses native position: sticky if possible
Fixed
  • Fix Scroll and Scrollspy Nav components handle same site links only
  • Fix Drop positioning within not scrollable viewport
  • Fix overscroll behavior in Dropbar
  • Fix conversion of viewport height units with toPx() on mobile devices

v3.15.14

Compare Source

Fixed
  • Fix error thrown when keyboard navigating Navbar component

v3.15.13

Compare Source

Fixed
  • Fix Sticky component does not reset width on resize

v3.15.12

Compare Source

Added
  • Add uikit:init event triggered on document before components initialize
Fixed
  • Fix placeholder has no width if Sticky element's width depends on its content
  • Fix Slider/Slideshow Parallax respect media option
  • Fix Video component with autoplay: true no longer resumes autoplay on scroll after being paused
  • Fix width/height passed through attrs to video item in Lightbox component
  • Fix regression in Sortable component (elements are hidden after sorting)

v3.15.11

Compare Source

Added
  • Add Crosshairs icon
Removed
  • Remove focusable option from Icon and SVG component
Fixed
  • Fix content not focusable with keyboard in Scrollspy component
  • Fix removing Lightbox causes JavaScript error
  • Fix cases where Switcher component wouldn't correctly initialize in Chrome
  • Fix Drop component positioning if target and element are not within same scroll parent

v3.15.10

Compare Source

Fixed
  • Fix regression in Filter component animation
  • Fix case where UIkit breaks if a form with an input named attributes exits

v3.15.9

Compare Source

Fixed
  • Fix WAI-ARIA rules for Tooltip component
  • Fix slide animation in Sortable component
  • Fix input fields reverting to previous value while sorting in Sortable component

v3.15.8

Compare Source

Fixed
  • Fix column break within the list item in List component
  • Fix Toggle component when using mouse and keyboard simultaneously
  • Fix register passive event handler in Slider component

v3.15.7

Compare Source

Changed
  • Improve Accordion component keeps toggle in view when toggling
Fixed
  • Fix Slider drag stops on scroll now

v3.15.6

Compare Source

Changed
  • Modal closes on click on hash links
Fixed
  • Fix check for selectable Text in Slider drag
  • Fix reactivity in Switcher component

v3.15.5

Compare Source

Fixed
  • Fix accordion items wrap themselves during transition
  • Fix regression in Video component (no autoplay if within a Scrollspy)

v3.15.4

Compare Source

Fixed
  • Fix detecting unit in Parallax component stops
  • Fix regression in transition animations in Drop component
  • Fix regression in Filter component

v3.15.3

Compare Source

Changed
  • Remove divider from nav header for divider modifier in Nav component
Fixed
  • Fix Slideshow no longer completely resets upon adding slides

v3.15.2

Compare Source

Fixed
  • Fix Dropbar partially closing before opening when switching between Navbar items
  • Fix Parallax component updating too late during slide animation in Filter component

v3.15.1

Compare Source

Changed
  • removeAttr no longer accepts a space separated list of attribute names
Fixed
  • Fix stacking context if using position: sticky in Sticky component
  • Fix height calculation for box-sizing: border-box on Accordion content
  • Fix error in console if image can't be loaded in Svg component with stroke-animation: true
  • Fix scrollIntoView() no longer considers elements with position: clip as scrollable parents
  • Fix Slider shows not centered initially with center: true

v3.15.0

Compare Source

Added
  • Add Dropbar component
  • Add target, target-x, target-y and inset options to Drop component
  • Add stretch and bg-scroll options to Drop component
  • Add shift option to Drop component
  • Add slide and reveal animations to Drop component
  • Add animate-out option to Drop component
  • Add open and close animation to toggle icon in Navbar component
  • Add dropdown large modifier to Dropdown and Navbar component
  • Add gap variables to navbar items in Navbar component
  • Add color mode variables for dropdowns in Dropdown and Navbar component
  • Add navbar parent icon to Navbar component
  • Add secondary style modifier to Nav component
  • Add font size variables to nav and sublist in Nav component
  • Add padding variables for small breakpoint to Modal component
  • Add zero z-index utility class to Position component
  • Add support for picture element to logo in Utility component
  • Add box sizing classes to Utility component
  • Support scroll parent as viewport in Height Viewport component
  • Add ARIA role="alert" to Notification component
Changed
  • IMPORTANT: Remove .uk-nav-parent-icon from Nav component. Use uk-nav-parent-icon attribute on items instead
  • IMPORTANT: Remove *-justify in pos option from Drop and Dropdown components. Use new stretch option instead
  • IMPORTANT: Remove boundary-align option from Drop and Dropdown components. Use new target option instead
  • IMPORTANT: Change flip option values in Drop and Dropdown components. Use new shift option too
  • IMPORTANT: Remove display option in Drop and Dropdown components. Use new auto-update option instead.
  • IMPORTANT: Rename @offcanvas-bar-width-m to @offcanvas-bar-width-s
  • IMPORTANT: Rename @offcanvas-bar-padding-vertical-m to @offcanvas-bar-padding-vertical-s
  • IMPORTANT: Rename @offcanvas-bar-padding-horizontal-m to @offcanvas-bar-padding-horizontal-s
  • IMPORTANT: Rename @nav-primary-item-font-size to @nav-primary-font-size
  • IMPORTANT: Rename @nav-primary-item-line-height to @nav-primary-line-height
  • IMPORTANT: Rename @navbar-dropdown-dropbar-margin-top to @navbar-dropdown-dropbar-padding-top
  • IMPORTANT: Rename @navbar-dropdown-dropbar-margin-bottom to @navbar-dropdown-dropbar-padding-bottom
  • IMPORTANT: Remove style from .uk-navbar-dropbar. Now uses uk-dropbar
Removed
  • Remove getCssVar() utility function
Fixed
  • Fix body is no longer scrollable in Modal component with overlay
  • Fix offsetPosition() adds border-top of offsetParents
  • Fix dragging in Slider component on iOS
  • Fix Drop component no longer flips, if it does not fit into scroll area
  • Fix Drop component alignment within Dropbar
  • Fix ensure write updates aren't called if component is already disconnected
  • Fix Offcanvas component no longer overflows document if isn't wide enough
  • Remove margin from the last-child within dropdowns in Dropdown and Navbar components

v3.14.3

Compare Source

Fixed
  • Fix compatibility with iOS < 14
  • Fix regression in Parallax component

v3.14.2

Compare Source

Fixed
  • Fix logo image not working with text align in Utility component
  • Fix Scroll component on iOS 12
  • Fix offset calculation in Drop component
  • Fix -justify positioning in Drop component
  • Fix Dropbar handles resizing Drop components
  • Fix Toggle component in mode:media default prevents click event
  • Fix Toggle component not default preventing touch click on anchor with closed target
  • Fix Parallax component background image positioning
  • Make content clickable for sticky cover and reveal effects
  • Revert: Height Viewport component sets uk-height-viewport class to reduce initial layout shifts

v3.14.1

Compare Source

Added
  • Add box-shadow to toggleHeight() hide properties
  • Add adaptive velocity to Alert and Accordion components
Changed
  • Set transition option to ease by default in Togglable mixin
Fixed
  • Fix toggling accordion item while transition is in progress
  • Fix Drop positioning with boundaryAlign: true
  • Fix Scrollspy component not triggering in some cases
  • Fix Slider component showing wrong initial index

v3.14.0

Compare Source

Added
  • Add position shifting to Drop and Dropdown components
  • Add axis flipping if overflowing on both sides to Drop and Dropdown components
  • Add max-width to prevent overflowing the viewport to Drop and Dropdown components
  • Add display option to Drop and Dropdown components
  • Add support for negative start value in Sticky component
  • Add overflow-flip option to Sticky component
  • Add navbar justify to Navbar component
  • Add subtitle classes to Nav, Dropdown and Navbar components
  • Add support for vw,vh,% and px units to scale property in Parallax component
  • Add resize horizontal class to Utility component
Changed
  • Rename top and bottom options to start and end in Sticky component
  • Allow text to wrap into the next line for navs in Dropdown component
Removed
  • Remove position: auto option in Sticky component, use overflow-flip option instead
  • Remove overflow-x: hidden on html element, while horizontal animation is active
Fixed
  • Fix dropbar dropdown alignment if boundary-align is true
  • Fix viewport helper functions take border into account
  • Fix Sticky component responsiveness on window resize
  • Fix Cover component correctly applies ratio if only one of width/height is provided
  • Fix responsiveness in Grid, Margin and Height Match component

v3.13.10

Compare Source

Fixed
  • Revert: Fix reposition Drop on scroll
  • Fix Toggle component does not defaultPrevent() click on anchor with touch gesture
  • Fix Sticky component uses wrong offsetParent while it's positioned fixed

v3.13.9

Compare Source

Fixed
  • Fix release

v3.13.8

Compare Source

Changed
  • Scrollspy component uses IntersectionObserver instead of scroll/resize events
Fixed
  • Fix Drop/Dropdowns component does not close on clicked .uk-(drop|dropdown)-close selector
  • Fix Accordion initially not closed
  • Fix Height Match component not matching correctly
  • Fix Margin component does not correctly listen for resize
  • Fix regression in Sticky component affecting height of placeholder
  • Fix Toggle not toggling after re-entering button with mouse before drop has closed itself
  • Fix reposition Drop on scroll

v3.13.7

Compare Source

Fixed
  • Fix regression in Drop component not updating its width if alignment is set to justify
  • Fix regression in Height Match component not updating its height when resized

v3.13.6

Compare Source

Removed
  • Image component no longer sets a background-size for elements with background-size set to auto
Fixed
  • Fix Position component
  • Fix regression in Upload component with multiple option disabled
  • Fix regression in Height Viewport component with expand option enabled
  • Fix regression in Slider/Slideshow Parallax

v3.13.5

Compare Source

Fixed
  • Fix regression in Drop component's offset option
  • Fix initial values for @navbar-dropdown-margin and @navbar-dropdown-dropbar-margin-top

v3.13.4

Compare Source

Fixed
  • Fix Tooltip margin

v3.13.3

Compare Source

Fixed
  • Fix importing UIkit in Next.js

v3.13.2

Compare Source

Changed
  • Use custom property for direction offset in components based on Position mixin
  • Add max-width to drops in Drop, Dropdown and Navbar components
Removed
  • Remove dropbar push mode from Navbar component
Fixed
  • Fix dropbar dropdown alignment
  • Fix dropbar dropdown top margin flickering
  • Fix Switcher component with disabled toggles
  • Fix responsiveness in Responsive component
  • Fix video autoplay
  • Fix importing UIkit in Next.js

v3.13.1

Compare Source

Fixed
  • Revert: Fix reposition Drop on scroll
  • Fix Toggle component does not defaultPrevent() click on anchor with touch gesture
  • Fix Sticky component uses wrong offsetParent while it's positioned fixed

v3.13.0

Compare Source

Added
  • Add support for <img> element to icon image class in Icon component
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

v3.12.2

Compare Source

Fixed
  • Fix regression in Slider/Slideshow touch gestures

v3.12.1

Compare Source

Fixed
  • Fix List component used with flex utility classes

v3.12.0

Compare Source

Added
  • Add support for <picture> element to Image component
  • Add sources option to emulate <picture> element for background images to Image component
  • Add loading option to avoid lazy loading background images in first visible viewport to Image component
  • Add support for loading="lazy" attribute to SVG component
  • Add position option with top, bottom and auto values to Sticky component
  • Add support for basic math operands in offset option of Sticky component
  • Add animation stop positions to Parallax component
  • Add object fit and position classes to Utility component
  • Add height viewport classes to Height component
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 <img> element: Use native loading="lazy" attribute instead
Removed
  • Remove IE11 support
  • Remove data-width and data-height for <img> 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

v3.11.1

Compare Source

Fixed
  • Fix scoping css to exclude :root selector
  • Fix toPx() correctly uses offsetHeight/Width

v3.11.0

Compare Source

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

v3.10.1

Compare Source

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 <input> element

v3.10.0

Compare Source

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'

v3.9.4

Compare Source

Fixed
  • Fix Sticky position when bottom option is used

v3.9.3

Compare Source

Fixed
  • Fix logo image alignment if logo line-height is larger than the image

v3.9.2

Compare Source

Fixed
  • Fix build scripts for Windows users
  • Fix css in Leader component
  • Fix division deprecation warnings in Sass source

v3.9.1

Compare Source

Changed
  • Update Less mixin calls to use parentheses

v3.9.0

Compare Source

Changed
  • Upgrade Less to version 4

v3.8.1

Compare Source

Added
  • Add Less variables for outline style
Changed
  • Make padding large a little bigger on small devices
  • Change logo color to 'emphasis'
Fixed
  • Fix scrollIntoView function with offset argument provided

v3.8.0

Compare Source

Changed
  • Refactor focus styles to use focus-visible in all components
  • Use custom properties in Position component
  • Make transition classes work with position or cover classes on the same element
  • Refactor animation component
Changed
  • Improve sticky performance when bottom option is used
Fixed
  • Revert setting focus to modal/offcanvas toggle after close

v3.7.6

Compare Source

Fixed
  • Fix Drop closing if clicked within through touch event
  • Fix Slider not animating slides if slide wider than slide container

v3.7.5

Compare Source

Change
  • Improve Cover component performance if applied to none video
Fixed
  • Fix toggle behavior in Toggle component
  • Fix Toggle component no longer sets tabindex in media mode

v3.7.4

Compare Source

Added
  • Add itemNav option to Switcher component
Changed
  • Focus modal/offcanvas upon opening
Fixed
  • Fix regression in Toggle component
  • Fix keyboard navigation in Navbar component
  • Fix navbar toggle style and navbar item inverse style if dropdown is open

v3.7.3

Compare Source

Added
  • Add tile hover hooks
Fixed
  • Fix toggle behavior in Toggle component
  • Fix navbar item style if dropdown is open and container option is used

v3.7.2

Compare Source

Fixed
  • Fix text alignment if tabs are left or right aligned in Tab component

v3.7.1

Compare Source

Fixed
  • Fix animation classes only partially being removed in Scrollspy component
  • Fix scrollIntoView did not return Promise if element is hidden

v3.7.0

Compare Source

Added
  • Add text decoration modifier to Text component
  • Add width variable to range thumb in to Form Range component
  • Add Bag icon
Changed
  • Change default search width and horizontal padding in Search component
  • Change badge width and font size in Badge component
  • Change button link color and text decoration in Button component
  • Change card badge height in Card component
  • Remove margin from the navbar item last-child in Navbar component
  • Add white space gap for navbar item in Navbar component
  • Allow text after icon in Iconnav component
Removed
  • Remove badge hover color variable in Badge component
Fixed
  • Fix input type list showing picker indicator in Chrome
  • Fix focus background in Form and Search component
  • Fix form size modifier for textarea in Form component
  • Fix icon alignment in Nav, Subnav and Tab components
  • Fix default dropdown selector in Navbar component
  • Fix show behavior in Drop component for multiple toggles
  • Fix ScrollspyNav component triggering 'active' event on every scroll
  • Fix prevent updates on disconnected components

v3.6.22

Compare Source

Added
  • Add animation set to false in Filter component
Changed
  • Animation classes toggled by Scrollspy component are removed after animation finishes
Fixed
  • Fix box-shadow bottom being clipped in Safari if container is animated

v3.6.21

Compare Source

Added
  • Add divider modifier to Nav component
Fixed
  • Fix passing an array of classes to class utility functions
  • Fix boundary option in Drop component

v3.6.20

Compare Source

Changed
  • Toggle component in hover mode toggles on focus and blur
Fixed
  • Fix inverse colors for link toggle in Base component

v3.6.19

Compare Source

Changed
  • Update card badge style
Fixed
  • Fix animation set to false in Sortable component
  • Fix Tooltip on elements with class uk-active applied
  • Fix Slider parallax states

v3.6.18

Compare Source

Added
  • Add Discord, Twitch and TikTok icons
Removed
  • Remove Google Plus icon
Fixed
  • Fix filter initial state

v3.6.17

Compare Source

Added
  • Add background-size modifier for width and height to Background component
Fixed
  • Fix dragging time control starts dragging slide in Safari

v3.6.16

Compare Source

Changed
  • Make multiple select resizable
Fixed
  • Fix dragging slide correctly prevents click event

v3.6.15

Compare Source

Added
  • beforeSend in 'ajax' function may return Promise
  • Add 'container' option to Notification comp

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency uikit to v3.5.0 Update dependency uikit to v3.5.3 May 30, 2020
@renovate renovate bot changed the title Update dependency uikit to v3.5.3 Update dependency uikit to v3.5.4 Jun 12, 2020
@renovate renovate bot changed the title Update dependency uikit to v3.5.4 Update dependency uikit to v3.5.5 Jul 14, 2020
@renovate renovate bot changed the title Update dependency uikit to v3.5.5 Update dependency uikit to v3.5.6 Aug 26, 2020
@renovate renovate bot changed the title Update dependency uikit to v3.5.6 Update dependency uikit to v3.5.9 Oct 26, 2020
@renovate renovate bot changed the title Update dependency uikit to v3.5.9 Update dependency uikit to v3.6.8 Jan 6, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.8 Update dependency uikit to v3.6.9 Jan 9, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.9 Update dependency uikit to v3.6.13 Jan 23, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.13 Update dependency uikit to v3.6.15 Jan 30, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.15 Update dependency uikit to v3.6.16 Feb 11, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.16 Update dependency uikit to v3.6.20 Apr 26, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.20 Update dependency uikit to v3.6.22 Jun 12, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.6.22 Update dependency uikit to v3.7.6 Oct 18, 2021
@renovate renovate bot changed the title Update dependency uikit to v3.7.6 Update dependency uikit to v3.11.1 Mar 7, 2022
@renovate renovate bot changed the title Update dependency uikit to v3.18.1 Update dependency uikit to v3.18.2 Feb 9, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.18.2 Update dependency uikit to v3.18.3 Feb 13, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.18.3 Update dependency uikit to v3.19.0 Feb 29, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.19.0 Update dependency uikit to v3.19.1 Mar 2, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.19.1 Update dependency uikit to v3.19.2 Mar 12, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.19.2 Update dependency uikit to v3.19.3 Apr 9, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.19.3 Update dependency uikit to v3.19.4 Apr 9, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.19.4 Update dependency uikit to v3.20.0 Apr 23, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.20.0 Update dependency uikit to v3.20.1 Apr 23, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.20.1 Update dependency uikit to v3.20.4 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/uikit-3.x branch 2 times, most recently from 3bf6489 to 4c5cc87 Compare April 24, 2024 16:37
@renovate renovate bot changed the title Update dependency uikit to v3.20.4 Update dependency uikit to v3.20.7 Apr 24, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.20.7 Update dependency uikit to v3.20.8 Apr 26, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.20.8 Update dependency uikit to v3.20.9 May 8, 2024
@renovate renovate bot changed the title Update dependency uikit to v3.20.9 Update dependency uikit to v3.20.10 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants