Skip to content

Commit

Permalink
Merge branch 'release/v3.20.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed May 8, 2024
2 parents 06c2c27 + 3dc4d45 commit 922225f
Show file tree
Hide file tree
Showing 65 changed files with 563 additions and 663 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please open an issues only for a bug report or feature request. Make sure no one
### UIkit Version

_Check if the issue is reproducible with the latest stable version._
3.20.8
3.20.9

### Actual Behavior

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.20.9 (May 8, 2024)

### 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

## 3.20.8 (April 26, 2024)

### Fixed
Expand Down
19 changes: 18 additions & 1 deletion dist/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.20.8 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/*! UIkit 3.20.9 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -2289,24 +2289,28 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-section-default {
--uk-inverse: dark;
background: #fff;
}
/*
* Muted
*/
.uk-section-muted {
--uk-inverse: dark;
background: #f8f8f8;
}
/*
* Primary
*/
.uk-section-primary {
--uk-inverse: light;
background: #1e87f0;
}
/*
* Secondary
*/
.uk-section-secondary {
--uk-inverse: light;
background: #222;
}
/* Overlap modifier
Expand Down Expand Up @@ -2547,24 +2551,28 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-tile-default {
--uk-inverse: dark;
background-color: #fff;
}
/*
* Muted
*/
.uk-tile-muted {
--uk-inverse: dark;
background-color: #f8f8f8;
}
/*
* Primary
*/
.uk-tile-primary {
--uk-inverse: light;
background-color: #1e87f0;
}
/*
* Secondary
*/
.uk-tile-secondary {
--uk-inverse: light;
background-color: #222;
}
/* ========================================================================
Expand Down Expand Up @@ -2669,6 +2677,7 @@ select.uk-form-width-xsmall {
* Note: Header and Footer are only implemented for the default style
*/
.uk-card-default {
--uk-inverse: dark;
background-color: #fff;
color: #666;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand All @@ -2690,6 +2699,7 @@ select.uk-form-width-xsmall {
* Primary
*/
.uk-card-primary {
--uk-inverse: light;
background-color: #1e87f0;
color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand All @@ -2705,6 +2715,7 @@ select.uk-form-width-xsmall {
* Secondary
*/
.uk-card-secondary {
--uk-inverse: light;
background-color: #222;
color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand Down Expand Up @@ -3120,12 +3131,14 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-overlay-default {
--uk-inverse: dark;
background: rgba(255, 255, 255, 0.8);
}
/*
* Primary
*/
.uk-overlay-primary {
--uk-inverse: light;
background: rgba(34, 34, 34, 0.8);
}
/* ========================================================================
Expand Down Expand Up @@ -3549,6 +3562,7 @@ select.uk-form-width-xsmall {
--uk-position-offset: 0;
--uk-position-shift-offset: 0;
--uk-position-viewport-offset: 0;
--uk-inverse: dark;
/* 1 */
width: auto;
/* 2 */
Expand Down Expand Up @@ -4047,6 +4061,7 @@ select.uk-form-width-xsmall {
* 3. Allow scrolling
*/
.uk-offcanvas-bar {
--uk-inverse: light;
/* 1 */
position: absolute;
top: 0;
Expand Down Expand Up @@ -5587,6 +5602,7 @@ ul.uk-nav-sub {
--uk-position-offset: 15px;
--uk-position-shift-offset: 0;
--uk-position-viewport-offset: 15px;
--uk-inverse: dark;
/* 1 */
width: 200px;
/* 2 */
Expand Down Expand Up @@ -6259,6 +6275,7 @@ ul.uk-nav-sub {
.uk-dropdown {
--uk-position-offset: 10px;
--uk-position-viewport-offset: 15px;
--uk-inverse: dark;
/* 1 */
width: auto;
/* 2 */
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit-rtl.min.css

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion dist/css/uikit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.20.8 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/*! UIkit 3.20.9 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -2289,24 +2289,28 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-section-default {
--uk-inverse: dark;
background: #fff;
}
/*
* Muted
*/
.uk-section-muted {
--uk-inverse: dark;
background: #f8f8f8;
}
/*
* Primary
*/
.uk-section-primary {
--uk-inverse: light;
background: #1e87f0;
}
/*
* Secondary
*/
.uk-section-secondary {
--uk-inverse: light;
background: #222;
}
/* Overlap modifier
Expand Down Expand Up @@ -2547,24 +2551,28 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-tile-default {
--uk-inverse: dark;
background-color: #fff;
}
/*
* Muted
*/
.uk-tile-muted {
--uk-inverse: dark;
background-color: #f8f8f8;
}
/*
* Primary
*/
.uk-tile-primary {
--uk-inverse: light;
background-color: #1e87f0;
}
/*
* Secondary
*/
.uk-tile-secondary {
--uk-inverse: light;
background-color: #222;
}
/* ========================================================================
Expand Down Expand Up @@ -2669,6 +2677,7 @@ select.uk-form-width-xsmall {
* Note: Header and Footer are only implemented for the default style
*/
.uk-card-default {
--uk-inverse: dark;
background-color: #fff;
color: #666;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand All @@ -2690,6 +2699,7 @@ select.uk-form-width-xsmall {
* Primary
*/
.uk-card-primary {
--uk-inverse: light;
background-color: #1e87f0;
color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand All @@ -2705,6 +2715,7 @@ select.uk-form-width-xsmall {
* Secondary
*/
.uk-card-secondary {
--uk-inverse: light;
background-color: #222;
color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
Expand Down Expand Up @@ -3120,12 +3131,14 @@ select.uk-form-width-xsmall {
* Default
*/
.uk-overlay-default {
--uk-inverse: dark;
background: rgba(255, 255, 255, 0.8);
}
/*
* Primary
*/
.uk-overlay-primary {
--uk-inverse: light;
background: rgba(34, 34, 34, 0.8);
}
/* ========================================================================
Expand Down Expand Up @@ -3549,6 +3562,7 @@ select.uk-form-width-xsmall {
--uk-position-offset: 0;
--uk-position-shift-offset: 0;
--uk-position-viewport-offset: 0;
--uk-inverse: dark;
/* 1 */
width: auto;
/* 2 */
Expand Down Expand Up @@ -4047,6 +4061,7 @@ select.uk-form-width-xsmall {
* 3. Allow scrolling
*/
.uk-offcanvas-bar {
--uk-inverse: light;
/* 1 */
position: absolute;
top: 0;
Expand Down Expand Up @@ -5587,6 +5602,7 @@ ul.uk-nav-sub {
--uk-position-offset: 15px;
--uk-position-shift-offset: 0;
--uk-position-viewport-offset: 15px;
--uk-inverse: dark;
/* 1 */
width: 200px;
/* 2 */
Expand Down Expand Up @@ -6259,6 +6275,7 @@ ul.uk-nav-sub {
.uk-dropdown {
--uk-position-offset: 10px;
--uk-position-viewport-offset: 15px;
--uk-inverse: dark;
/* 1 */
width: auto;
/* 2 */
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.min.js

Large diffs are not rendered by default.

0 comments on commit 922225f

Please sign in to comment.