Skip to content

Commit 0e3110c

Browse files
committed
release: v3.4.2
1 parent bd1aef5 commit 0e3110c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+27423
-6320
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v3.4.2
2+
- fix(MultiSelect): typo in `DATA_KEY = 'coreui.mutli-select'`
3+
- fix(_email.scss): text in `c-message-body` not visible in light theme
4+
## v3.4.1
5+
- fix(MultiSelect): undefined instead of option text
6+
## v3.4.0
7+
## v3.3.0
8+
## v3.2.2
9+
## v3.2.1
10+
## v3.2.0
11+
## v3.1.1
12+
## v3.1.0
13+
## v3.0.0
114
## v3.0.0-next
215
- chore: Move the browserslist config to a separate file.
316
- chore add `bundlesize`
@@ -19,7 +32,7 @@
1932
- chore: update `rollup-plugin-node-resolve` to `4.0.0`
2033
- chore: update `stylelint` to `9.9.0`
2134
- chore: update `stylelint-order` to `2.0.0`
22-
- chore: update `stylelint-scss` to `3.4.1`
35+
- chore: update `stylelint-scss` to `3.4.2`
2336

2437
## v2.1.3
2538
- chore: update `nodemon` to `1.18.7` (remove vulnerability)

css/apps.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/apps.css.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/apps.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/apps.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* CoreUI PRO - HTML, CSS, and JavaScript UI Components Library
4-
* @version v3.4.1
4+
* @version v3.4.2
55
* @link https://coreui.io/pro/
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* License (https://coreui.io/pro/license/)
@@ -9312,7 +9312,6 @@ html:not([dir="rtl"]) .was-validated .custom-select:invalid, html:not([dir="rtl"
93129312

93139313
@media (min-width: 576px) {
93149314
.form-inline label {
9315-
-ms-flex-align: center;
93169315
-ms-flex-pack: center;
93179316
justify-content: center;
93189317
}
@@ -9328,7 +9327,6 @@ html:not([dir="rtl"]) .was-validated .custom-select:invalid, html:not([dir="rtl"
93289327
flex: 0 0 auto;
93299328
-ms-flex-flow: row wrap;
93309329
flex-flow: row wrap;
9331-
-ms-flex-align: center;
93329330
}
93339331
.form-inline .form-control {
93349332
display: inline-block;
@@ -27562,6 +27560,10 @@ html:not([dir="rtl"]) .c-email-app .c-message-headers-date {
2756227560
}
2756327561

2756427562
.c-email-app .c-message-body {
27563+
color: #636f83;
27564+
}
27565+
27566+
.c-dark-theme .c-email-app .c-message-body {
2756527567
color: rgba(255, 255, 255, 0.87);
2756627568
}
2756727569

dist/css/coreui.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)