uikit 3.15.11-dev.6033fe67f → 3.15.11-dev.cafcc5fd6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -12
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +2 -2
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +5 -15
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +6 -16
- package/dist/js/uikit.min.js +2 -2
- package/package.json +1 -1
- package/src/js/components/lightbox.js +1 -1
- package/src/js/core/icon.js +1 -3
- package/src/js/core/svg.js +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
- Add Crosshairs icon
|
|
8
8
|
|
|
9
|
+
### Removed
|
|
10
|
+
|
|
11
|
+
- Remove `focusable` option from Icon and SVG component
|
|
12
|
+
|
|
9
13
|
### Fixed
|
|
10
14
|
|
|
11
15
|
- Fix content not focusable with keyboard in Scrollspy component
|
|
16
|
+
- Fix removing Lightbox causes JavaScript error
|
|
12
17
|
|
|
13
18
|
## 3.15.10 (September 21, 2022)
|
|
14
19
|
|
|
@@ -991,7 +996,7 @@
|
|
|
991
996
|
### Fixed
|
|
992
997
|
|
|
993
998
|
- Fix prop observer for dataSrc option in Image component
|
|
994
|
-
- Fix ajax function supports responseType 'json' in
|
|
999
|
+
- Fix ajax function supports responseType 'json' in IE11
|
|
995
1000
|
- Fix Accordion component with `multiple: true` and `collapsible: false`
|
|
996
1001
|
|
|
997
1002
|
## 3.5.3 (May 29, 2020)
|
|
@@ -1093,7 +1098,7 @@
|
|
|
1093
1098
|
- Fix Sticky component sets its width with fraction
|
|
1094
1099
|
- Fix Sticky component with `show-on-up` and `bottom` option updates correctly
|
|
1095
1100
|
- Fix Tooltip component no longer disappears on SVG shape elements
|
|
1096
|
-
- Fix regression with Modal/Offcanvas component not opening in
|
|
1101
|
+
- Fix regression with Modal/Offcanvas component not opening in IE11
|
|
1097
1102
|
|
|
1098
1103
|
## 3.4.0 (April 9, 2020)
|
|
1099
1104
|
|
|
@@ -1173,7 +1178,7 @@
|
|
|
1173
1178
|
|
|
1174
1179
|
- Fix style for breadcrumbs without last active item
|
|
1175
1180
|
- Fix infinite loop in Slider component
|
|
1176
|
-
- Fix
|
|
1181
|
+
- Fix IE11 compatibility
|
|
1177
1182
|
- Fix Spinner component in RTL mode
|
|
1178
1183
|
- Fix animating `stroke` in Parallax component when element is hidden
|
|
1179
1184
|
|
|
@@ -1332,7 +1337,7 @@
|
|
|
1332
1337
|
- Fix Modal close on bgClick behaviour
|
|
1333
1338
|
- Fix spreading event args on delegated event listeners
|
|
1334
1339
|
- Fix clicking an empty link within itself no longer closes the Drop
|
|
1335
|
-
- Fix
|
|
1340
|
+
- Fix IE11 compatibility
|
|
1336
1341
|
- Fix empty tooltips will no longer show
|
|
1337
1342
|
|
|
1338
1343
|
## 3.1.7 (July 31, 2019)
|
|
@@ -1541,7 +1546,7 @@
|
|
|
1541
1546
|
|
|
1542
1547
|
### Fixed
|
|
1543
1548
|
|
|
1544
|
-
- Fix `flex bug` mixin (
|
|
1549
|
+
- Fix `flex bug` mixin (IE11)
|
|
1545
1550
|
- Fix properly resolving css custom properties in scss
|
|
1546
1551
|
- Fix order of variable assignments in scss
|
|
1547
1552
|
- Fix background images are shown too large on retina displays in Image component
|
|
@@ -1782,11 +1787,11 @@
|
|
|
1782
1787
|
### Fixed
|
|
1783
1788
|
|
|
1784
1789
|
- Fix Filter component height during transition
|
|
1785
|
-
- Fix Filter/Sortable component in
|
|
1790
|
+
- Fix Filter/Sortable component in IE11
|
|
1786
1791
|
- Fix Overflow Auto component triggering `resize` event indefinitely
|
|
1787
1792
|
- Fix Slider/Slideshow capture slide during transition in Safari 11
|
|
1788
1793
|
- Fix Slider/Slideshow drag behavior in iOS 11.3+ (https://bugs.webkit.org/show_bug.cgi?id=184250)
|
|
1789
|
-
- Fix `toEventTargets` in
|
|
1794
|
+
- Fix `toEventTargets` in IE11
|
|
1790
1795
|
|
|
1791
1796
|
## 3.0.0 rc 8 (July 5, 2018)
|
|
1792
1797
|
|
|
@@ -1808,7 +1813,7 @@
|
|
|
1808
1813
|
|
|
1809
1814
|
### Fixed
|
|
1810
1815
|
|
|
1811
|
-
- Fix Dropbar in Navbar in
|
|
1816
|
+
- Fix Dropbar in Navbar in IE11
|
|
1812
1817
|
- Fix single components did not get exported from their modules
|
|
1813
1818
|
- Fix Lightbox reactivity
|
|
1814
1819
|
|
|
@@ -1869,7 +1874,7 @@
|
|
|
1869
1874
|
|
|
1870
1875
|
### Fixed
|
|
1871
1876
|
|
|
1872
|
-
- Fix regression in Scrollspy in
|
|
1877
|
+
- Fix regression in Scrollspy in IE11
|
|
1873
1878
|
- Fix Sass distribution
|
|
1874
1879
|
- Fix large close icon
|
|
1875
1880
|
|
|
@@ -1981,7 +1986,7 @@
|
|
|
1981
1986
|
- Fix Slider Nav initially has no state
|
|
1982
1987
|
- Fix Esc closing on Confirm and Prompt dialogs
|
|
1983
1988
|
- Fix using Grids in Slider component in Safari
|
|
1984
|
-
- Fix edge scrolling in Sortable component in
|
|
1989
|
+
- Fix edge scrolling in Sortable component in IE11
|
|
1985
1990
|
- Fix touch scrolling in Slideshow/Slider in Edge
|
|
1986
1991
|
- Fix tap event on touch devices
|
|
1987
1992
|
- Fix initial Drop positioning
|
|
@@ -2085,7 +2090,7 @@
|
|
|
2085
2090
|
- Fix Scrollspy triggering before other components have been applied at least once
|
|
2086
2091
|
- Fix Accordion title click behavior
|
|
2087
2092
|
- Fix Sortable on iOS
|
|
2088
|
-
- Fix Sticky Navbar (
|
|
2093
|
+
- Fix Sticky Navbar (IE11)
|
|
2089
2094
|
|
|
2090
2095
|
## 3.0.0 beta 34 (November 7, 2017)
|
|
2091
2096
|
|
|
@@ -2432,7 +2437,7 @@
|
|
|
2432
2437
|
|
|
2433
2438
|
- Fix deferred UIKit loading
|
|
2434
2439
|
- Fix Dropdowns not closing immediately upon hovering other navbar item in Navbar component
|
|
2435
|
-
- Fix navbar groups center left/right (
|
|
2440
|
+
- Fix navbar groups center left/right (IE11)
|
|
2436
2441
|
- Fix "sticky on up" behaviour in Sticky component
|
|
2437
2442
|
- Fix Offcanvas closing without animation
|
|
2438
2443
|
- Fix links in Notification message clickable
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.15.11-dev.
|
|
1
|
+
/*! UIkit 3.15.11-dev.cafcc5fd6 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|