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