@coreui/coreui 2.1.10 → 2.1.16
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 +395 -313
- package/README.md +150 -147
- package/dist/css/bootstrap.css.map +1 -1
- package/dist/css/coreui-standalone.css +138 -2
- package/dist/css/coreui-standalone.css.map +1 -1
- package/dist/css/coreui-standalone.min.css +2 -2
- package/dist/css/coreui-standalone.min.css.map +1 -1
- package/dist/css/coreui.css +138 -2
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/js/coreui-utilities.js +205 -122
- package/dist/js/coreui-utilities.js.map +1 -1
- package/dist/js/coreui-utilities.min.js +2 -2
- package/dist/js/coreui-utilities.min.js.map +1 -1
- package/dist/js/coreui.js +295 -166
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/ajax-load.js +9 -3
- package/js/dist/ajax-load.js.map +1 -1
- package/js/dist/aside-menu.js +9 -3
- package/js/dist/aside-menu.js.map +1 -1
- package/js/dist/index.js +1 -1
- package/js/dist/index.js.map +1 -1
- package/js/dist/sidebar.js +25 -7
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/toggle-classes.js +1 -1
- package/js/dist/toggle-classes.js.map +1 -1
- package/js/dist/utilities/get-color.js +1 -1
- package/js/dist/utilities/get-color.js.map +1 -1
- package/js/dist/utilities/get-css-custom-properties.js +1 -1
- package/js/dist/utilities/get-css-custom-properties.js.map +1 -1
- package/js/dist/utilities/get-style.js +1 -1
- package/js/dist/utilities/get-style.js.map +1 -1
- package/js/dist/utilities/hex-to-rgb.js +1 -1
- package/js/dist/utilities/hex-to-rgb.js.map +1 -1
- package/js/dist/utilities/hex-to-rgba.js +1 -1
- package/js/dist/utilities/hex-to-rgba.js.map +1 -1
- package/js/dist/utilities/rgb-to-hex.js +1 -1
- package/js/dist/utilities/rgb-to-hex.js.map +1 -1
- package/js/src/ajax-load.js +7 -2
- package/js/src/aside-menu.js +8 -3
- package/js/src/index.js +1 -1
- package/js/src/sidebar.js +27 -6
- package/js/src/toggle-classes.js +1 -1
- package/js/src/utilities/classes.js +1 -1
- package/js/src/utilities/get-color.js +1 -1
- package/js/src/utilities/get-css-custom-properties.js +1 -1
- package/js/src/utilities/get-style.js +1 -1
- package/js/src/utilities/hex-to-rgb.js +1 -1
- package/js/src/utilities/hex-to-rgba.js +1 -1
- package/js/src/utilities/rgb-to-hex.js +1 -1
- package/package.json +30 -30
- package/scss/_header.scss +1 -1
- package/scss/_layout.scss +24 -8
- package/scss/_navbar.scss +1 -1
- package/scss/_sidebar.scss +18 -2
- package/scss/_variables.scss +4 -0
- package/scss/coreui-standalone.scss +1 -1
- package/scss/coreui.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,313 +1,395 @@
|
|
|
1
|
-
## v2.1.
|
|
2
|
-
-
|
|
3
|
-
|
|
4
|
-
###### Dependencies update:
|
|
5
|
-
- update
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- update `
|
|
12
|
-
- update `
|
|
13
|
-
- update
|
|
14
|
-
- update `
|
|
15
|
-
- update
|
|
16
|
-
- update `
|
|
17
|
-
- update `
|
|
18
|
-
- update `
|
|
19
|
-
- update `
|
|
20
|
-
- update `
|
|
21
|
-
- update `
|
|
22
|
-
- update `
|
|
23
|
-
- update `eslint
|
|
24
|
-
- update `
|
|
25
|
-
- update `
|
|
26
|
-
- update `
|
|
27
|
-
- update `
|
|
28
|
-
- update `
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
36
|
-
- update
|
|
37
|
-
- update
|
|
38
|
-
- update
|
|
39
|
-
- update
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
- update `
|
|
71
|
-
- update `
|
|
72
|
-
- update `
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
## v2.1.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
-
|
|
173
|
-
- chore: update `eslint` to
|
|
174
|
-
- chore: update `
|
|
175
|
-
- chore: update `
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
-
|
|
179
|
-
- chore: update
|
|
180
|
-
- chore: update `
|
|
181
|
-
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
-
|
|
188
|
-
- chore: update `
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
- chore: update
|
|
195
|
-
- chore: update `
|
|
196
|
-
- chore: update `
|
|
197
|
-
- chore: update `
|
|
198
|
-
- chore: update `
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
- chore:
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
- chore: update `
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
- chore: update
|
|
227
|
-
- chore: update
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
- fix(sidebar)
|
|
247
|
-
-
|
|
248
|
-
- chore:
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
-
|
|
255
|
-
- chore: update `
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
- chore: update
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
-
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
- chore: update `
|
|
277
|
-
- chore: update `eslint` to `5.
|
|
278
|
-
- chore: update `
|
|
279
|
-
- chore: update `
|
|
280
|
-
- chore: update `
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
-
|
|
284
|
-
- chore:
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
-
|
|
301
|
-
-
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
-
|
|
1
|
+
## v2.1.16
|
|
2
|
+
- fix: Event listeners for Sidebar and AsideMenu plugins persist in jQuery instance - thanks @nesterow closes #77
|
|
3
|
+
|
|
4
|
+
###### Dependencies update:
|
|
5
|
+
- update `core-js` to `^3.3.4`
|
|
6
|
+
|
|
7
|
+
## v2.1.15
|
|
8
|
+
- fix(sidebar): Selector.NAV_LINK_QUERIED must be "nav-link-queried" - thanks @expressiveco @gtruini closes #83
|
|
9
|
+
|
|
10
|
+
###### Dependencies update:
|
|
11
|
+
- update `core-js` to `^3.3.3`
|
|
12
|
+
- update `regenerator-runtime` to `^0.13.3`
|
|
13
|
+
- update `@babel/cli` to `^7.6.4`
|
|
14
|
+
- update `@babel/core` to `^7.6.4`
|
|
15
|
+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.6.2`
|
|
16
|
+
- update `@babel/plugin-transform-runtime` to `^7.6.2`
|
|
17
|
+
- update `@babel/preset-env` to `^7.6.3`
|
|
18
|
+
- update `autoprefixer` to `^9.7.0`
|
|
19
|
+
- update `babel-eslint` to `^10.0.3`
|
|
20
|
+
- update `babel-plugin-istanbul` to `^5.2.0`
|
|
21
|
+
- update `copyfiles` to `^2.1.1`
|
|
22
|
+
- update `cross-env` to `^5.2.1`
|
|
23
|
+
- update `eslint` to `^6.5.1`
|
|
24
|
+
- update `eslint-plugin-compat` to `^3.3.0`
|
|
25
|
+
- update `node-sass` to `^4.13.0`
|
|
26
|
+
- update `nodemon` to `^1.19.4`
|
|
27
|
+
- update `postcss-cli` to `^6.1.3`
|
|
28
|
+
- update `rimraf` to `^2.7.1`
|
|
29
|
+
- update `rollup` to `^1.25.2`
|
|
30
|
+
- update `rollup-plugin-babel` to `^4.3.3`
|
|
31
|
+
- update `rollup-plugin-commonjs` to `^10.1.0`
|
|
32
|
+
- update `rollup-plugin-node-resolve` to `^5.2.0`
|
|
33
|
+
- update `semver` to `^6.3.0`
|
|
34
|
+
- update `stylelint` to `^11.1.1`
|
|
35
|
+
- update `stylelint-config-recommended-scss` to `^4.0.0`
|
|
36
|
+
- update `stylelint-config-standard` to `^19.0.0`
|
|
37
|
+
- update `stylelint-order` to `^3.1.1`
|
|
38
|
+
- update `stylelint-scss` to `^3.12.0`
|
|
39
|
+
- update `uglify-js` to `^3.6.4`
|
|
40
|
+
|
|
41
|
+
## v2.1.14
|
|
42
|
+
###### Dependencies update:
|
|
43
|
+
- chore(deps): bump lodash from 4.17.11 to 4.17.14
|
|
44
|
+
- update `rollup` to `^1.15.4`
|
|
45
|
+
- update `rollup-plugin-node-resolve` to `^5.0.2`
|
|
46
|
+
|
|
47
|
+
## v2.1.12
|
|
48
|
+
- fix(scss): new mobile breakpoint variables
|
|
49
|
+
```scss
|
|
50
|
+
// Breakpoints for mobile defaults:
|
|
51
|
+
$breakpoint-mobile-up: lg !default;
|
|
52
|
+
$breakpoint-mobile-down: md !default;
|
|
53
|
+
```
|
|
54
|
+
usage: to shift mobile breakpoint in your template:
|
|
55
|
+
1. override `_variables.scss`
|
|
56
|
+
```scss
|
|
57
|
+
// Variable overrides
|
|
58
|
+
$breakpoint-mobile-up: md;
|
|
59
|
+
$breakpoint-mobile-down: sm;
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
2. and complementary changes in `index.html`
|
|
63
|
+
- body: `sidebar-lg-show` -> `sidebar-md-show`
|
|
64
|
+
- mobile sidebar toggler button: `d-lg-none` -> `d-md-none`
|
|
65
|
+
- sidebar toggler button:
|
|
66
|
+
- `d-md-down-none` -> `d-sm-down-none`
|
|
67
|
+
- `data-toggle="sidebar-lg-show"` -> `data-toggle="sidebar-md-show"`
|
|
68
|
+
|
|
69
|
+
###### Dependencies update:
|
|
70
|
+
- update `autoprefixer` to `^9.6.0`
|
|
71
|
+
- update `rollup` to `^1.15.1`
|
|
72
|
+
- update `stylelint` to `^10.1.0`
|
|
73
|
+
|
|
74
|
+
## v2.1.11
|
|
75
|
+
- fix(sidebar): add optional container `sidebar-scroll`. Thanks @MartijnBastiaansen
|
|
76
|
+
- fixes an issue where `sidebar-toggler` causes an error when there is no `sidebar-nav` element in it
|
|
77
|
+
- if no container is set, returns null for perfectScrollbar
|
|
78
|
+
|
|
79
|
+
###### Dependencies update:
|
|
80
|
+
- update `rollup` to `^1.13.1`
|
|
81
|
+
- update `stylelint-scss` to `^3.8.0`
|
|
82
|
+
|
|
83
|
+
## v2.1.10
|
|
84
|
+
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
|
|
85
|
+
|
|
86
|
+
###### Dependencies update:
|
|
87
|
+
- update `@babel/polyfill` to `^7.4.4`
|
|
88
|
+
- update `@babel/cli` to `^7.4.4`
|
|
89
|
+
- update `@babel/core` to `^7.4.5`
|
|
90
|
+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
|
|
91
|
+
- update `@babel/plugin-transform-runtime` to `^7.4.4`
|
|
92
|
+
- update `@babel/preset-env` to `^7.4.5`
|
|
93
|
+
- update `autoprefixer` to `^9.5.1`
|
|
94
|
+
- update `babel-plugin-istanbul` to `^5.1.4`
|
|
95
|
+
- update `clean-css-cli` to `^4.3.0`
|
|
96
|
+
- update `eslint` to `^5.16.0`
|
|
97
|
+
- update `node-sass` to `^4.12.0`
|
|
98
|
+
- update `nodemon` to `^1.19.1`
|
|
99
|
+
- update `rollup` to `^1.13.0`
|
|
100
|
+
- update `stylelint-config-recommended-scss` to `^3.3.0`
|
|
101
|
+
- update `stylelint-config-standard` to `^18.3.0`
|
|
102
|
+
- update `stylelint-order` to `^2.2.1`
|
|
103
|
+
- update `stylelint-scss` to `^3.7.0`
|
|
104
|
+
- update `uglify-js` to `^3.6.0`
|
|
105
|
+
- update `eslint-plugin-compat` to `^3.1.1`
|
|
106
|
+
- update `rollup-plugin-commonjs` to `^10.0.0`
|
|
107
|
+
- update `rollup-plugin-node-resolve` to `^5.0.1`
|
|
108
|
+
- update `semver` to `^6.1.1`
|
|
109
|
+
- update `stylelint` to `^10.0.1`
|
|
110
|
+
- update `stylelint-order` to `^3.0.0`
|
|
111
|
+
|
|
112
|
+
## v2.1.9
|
|
113
|
+
- fix(dropdown): rtl caret spacing
|
|
114
|
+
- fix(input-group): rtl append, prepend border radius and margins
|
|
115
|
+
- fix(rtl): rtl float, margin and padding
|
|
116
|
+
- fix(button-group): rtl margin and border-radius
|
|
117
|
+
###### Dependencies update:
|
|
118
|
+
- update `@babel/core` to `^7.4.0`
|
|
119
|
+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.0`
|
|
120
|
+
- update `@babel/plugin-transform-runtime` to `^7.4.0`
|
|
121
|
+
- update `@babel/preset-env` to `^7.4.2`
|
|
122
|
+
- update `autoprefixer` to `^9.5.0`
|
|
123
|
+
- update `eslint` to `^5.15.3`
|
|
124
|
+
- update `rollup` to `^1.7.0`
|
|
125
|
+
- update `uglify-js` to `^3.5.1`
|
|
126
|
+
|
|
127
|
+
## v2.1.8
|
|
128
|
+
- fix(scss): `cssnano` mangles `background-position` temp fix (re: BS4 misplaced validation feedback icons)
|
|
129
|
+
###### Dependencies update:
|
|
130
|
+
- update `@babel/core` to `^7.3.4`
|
|
131
|
+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.4`
|
|
132
|
+
- update `@babel/plugin-transform-runtime` to `^7.3.4`
|
|
133
|
+
- update `@babel/preset-env` to `^7.3.4`
|
|
134
|
+
- update `autoprefixer` to `^9.4.10`
|
|
135
|
+
- update `eslint` to `^5.15.1`
|
|
136
|
+
- update `postcss-cli` to `^6.1.2`
|
|
137
|
+
- update `rollup` to `^1.6.0`
|
|
138
|
+
- update `rollup-plugin-commonjs` to `^9.2.1`
|
|
139
|
+
- update `rollup-plugin-node-resolve` to `^4.0.1`
|
|
140
|
+
- update `stylelint-order` to `^2.1.0`
|
|
141
|
+
- update `stylelint-scss` to `^3.5.4`
|
|
142
|
+
|
|
143
|
+
## v2.1.7
|
|
144
|
+
- update `bootstrap` to `^4.3.1` fixes *Class 'btn' style white-space: nowrap; has been removed creating issues with the btn with favicon* [#151](https://github.com/coreui/coreui-free-react-admin-template/issues/151)
|
|
145
|
+
###### Dependencies update:
|
|
146
|
+
- update `bootstrap` to `^4.3.1`
|
|
147
|
+
- update `@babel/core` to `^7.3.3`
|
|
148
|
+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.2`
|
|
149
|
+
- update `@babel/preset-env` to `^7.3.1`
|
|
150
|
+
- update `autoprefixer` to `^9.4.8`
|
|
151
|
+
- update `babel-plugin-istanbul` to `^5.1.1`
|
|
152
|
+
- update `eslint` to `^5.14.1`
|
|
153
|
+
- update `eslint-plugin-compat` to `^2.7.0`
|
|
154
|
+
- update `nodemon` to `^1.18.10`
|
|
155
|
+
- update `rollup` to `^1.2.2`
|
|
156
|
+
- update `rollup-plugin-babel` to `^4.3.2`
|
|
157
|
+
- update `rollup-plugin-node-resolve` to `^4.0.0`
|
|
158
|
+
- update `stylelint` to `^9.10.1`
|
|
159
|
+
- update `stylelint-scss` to `^3.5.3`
|
|
160
|
+
|
|
161
|
+
## v2.1.6
|
|
162
|
+
- fix: clean exit on postinstall dependency missing #25
|
|
163
|
+
- chore: update `rollup-plugin-babel` to `^4.3.0`
|
|
164
|
+
|
|
165
|
+
## v2.1.5
|
|
166
|
+
###### Dependencies update:
|
|
167
|
+
- chore: update `bootstrap` to `^4.2.1`
|
|
168
|
+
- chore: update `@babel/polyfill` to `^7.2.5`
|
|
169
|
+
- chore: update `@babel/cli` to `^7.2.3`
|
|
170
|
+
- chore: update `@babel/core` to `^7.2.2`
|
|
171
|
+
- chore: update `@babel/preset-env` to `^7.2.3`
|
|
172
|
+
- chore: update `autoprefixer` to `^9.4.4`
|
|
173
|
+
- chore: update `eslint` to `^5.12.0`
|
|
174
|
+
- chore: update `node-sass` to `^4.11.0`
|
|
175
|
+
- chore: update `nodemon` to `^1.18.9`
|
|
176
|
+
- chore: update `postcss-cli` to `^6.1.1`
|
|
177
|
+
- chore: update `rimraf` to `^2.6.3`
|
|
178
|
+
- chore: update `rollup` to `^0.68.2`
|
|
179
|
+
- chore: update `rollup-plugin-babel` to `^4.2.0`
|
|
180
|
+
- chore: update `stylelint-scss` to `^3.4.4`
|
|
181
|
+
###### Pull Requests:
|
|
182
|
+
- Re-added composer file #35
|
|
183
|
+
- Re-added composer file so new versions can be downloaded via composer
|
|
184
|
+
- Replaced relative paths in .scss files so files can be generated correctly
|
|
185
|
+
|
|
186
|
+
## v2.1.4
|
|
187
|
+
- fix(scss): .sidebar .nav-link.disabled
|
|
188
|
+
- chore: update `@babel/cli` to `^7.2.0`
|
|
189
|
+
- chore: update `@babel/core` to `^7.2.0`
|
|
190
|
+
- chore: update `@babel/plugin-external-helpers` to `^7.2.0`
|
|
191
|
+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `^7.2.0`
|
|
192
|
+
- chore: update `@babel/plugin-proposal-throw-expressions` to `^7.2.0`
|
|
193
|
+
- chore: update `@babel/plugin-transform-runtime` to `^7.2.0`
|
|
194
|
+
- chore: update `@babel/preset-env` to `^7.2.0`
|
|
195
|
+
- chore: update `autoprefixer` to `^9.4.2`
|
|
196
|
+
- chore: update `rollup` to `^0.67.4`
|
|
197
|
+
- chore: update `stylelint` to `^9.9.0`
|
|
198
|
+
- chore: update `stylelint-order` to `^2.0.0`
|
|
199
|
+
- chore: update `stylelint-scss` to `^3.4.1`
|
|
200
|
+
|
|
201
|
+
## v2.1.3
|
|
202
|
+
- chore: update `nodemon` to `1.18.7` (remove vulnerability)
|
|
203
|
+
|
|
204
|
+
## v2.1.2
|
|
205
|
+
- fix: devDependencies security issues (event-stream, flatmap-stream)
|
|
206
|
+
- chore: dependencies update
|
|
207
|
+
- update `npm-run-all` to `^4.1.5`
|
|
208
|
+
- reinstall `nodemon`
|
|
209
|
+
```bash
|
|
210
|
+
npm uninstall nodemon
|
|
211
|
+
npm install --save-dev nodemon
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
## v2.1.1
|
|
215
|
+
- fix(sidebar): `url("data:,")` turns into `url("'data:,'")`
|
|
216
|
+
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
|
|
217
|
+
1. `ie11` ignores `list-style:none` (ie11 rtl sidebar minimized issue)
|
|
218
|
+
2. `url("data:,")` turns into `url("'data:,'")` after minification
|
|
219
|
+
3. angular 7 cli build complains on `url("'data:,'")`
|
|
220
|
+
- chore: update `@babel/cli` to `7.1.5`
|
|
221
|
+
- chore: update `stylelint` to `9.8.0`
|
|
222
|
+
- chore: update `stylelint-scss` to `3.4.0`
|
|
223
|
+
- chore: update `shelljs` to `0.8.3`
|
|
224
|
+
- chore: update `@babel/preset-env` to `7.1.6`
|
|
225
|
+
- chore: update `@babel/core` to `7.1.6`
|
|
226
|
+
- chore: update `eslint` to `5.9.0`
|
|
227
|
+
- chore: update `rollup` to `0.67.3`
|
|
228
|
+
|
|
229
|
+
## v2.1.0
|
|
230
|
+
- feat(scss): sidebar-nav-link-disabled
|
|
231
|
+
- chore: update `nodemon` to `1.18.6`
|
|
232
|
+
|
|
233
|
+
## v2.0.26
|
|
234
|
+
- fix(.sidebar-minimizer): add `cursor: pointer`
|
|
235
|
+
- feat: delegated event handlers to support turbolinks (sidebar, aside-menu)- thanks @RyanVasichko
|
|
236
|
+
- chore: update `node-sass` to `4.10.0`
|
|
237
|
+
- chore: update `rollup` to `0.67.0`
|
|
238
|
+
|
|
239
|
+
## v2.0.25
|
|
240
|
+
- fix(buttons.scss): remove `button { @extend .btn; }`
|
|
241
|
+
|
|
242
|
+
## v2.0.24
|
|
243
|
+
- fix(build): add missing `commonjs` for utilities
|
|
244
|
+
- chore: add `@babel/polyfill`
|
|
245
|
+
- fix(ie): add `NodeList` `forEach` polyfill
|
|
246
|
+
- fix(sidebar): add `dataset.toggle` ie10 fix
|
|
247
|
+
- fix(aside-menu): add `dataset.toggle` ie10 fix
|
|
248
|
+
- chore(build): add `rollup-plugin-commonjs`
|
|
249
|
+
|
|
250
|
+
## v2.0.23
|
|
251
|
+
_broken build, do not use_
|
|
252
|
+
|
|
253
|
+
## v2.0.22
|
|
254
|
+
- fix(buttons.scss): wrong cursor for disabled state
|
|
255
|
+
- chore: update `eslint` to `5.8.0`
|
|
256
|
+
- chore: update `nodemon` to `1.18.5`
|
|
257
|
+
- chore: update `stylelint` to `9.7.1`
|
|
258
|
+
|
|
259
|
+
## v2.0.21
|
|
260
|
+
- feat(sidebar): mobile clickout behaviour
|
|
261
|
+
- chore: update `@babel/plugin-external-helpers` to `7.0.0`
|
|
262
|
+
- chore: update `autoprefixer` to `9.3.1`
|
|
263
|
+
- chore: update `postcss-cli` to `6.0.1`
|
|
264
|
+
- chore: update `stylelint-scss` to `3.3.2`
|
|
265
|
+
|
|
266
|
+
## v2.0.20
|
|
267
|
+
- fix(layout): sidebar on mobile issue [#23](https://github.com/coreui/coreui-angular/issues/23)
|
|
268
|
+
- fix: sidebar, sidebar-minimizer `rtl` ie issues, tweaks
|
|
269
|
+
- refactor(sidebar.js): ps minor cleanup
|
|
270
|
+
- chore: update `autoprefixer` to `9.2.1`
|
|
271
|
+
|
|
272
|
+
## v2.0.19
|
|
273
|
+
- refactor: extract getCssCustomProperties function
|
|
274
|
+
- feat: add getColor function
|
|
275
|
+
- feat: sidebar set active using query string PR #21
|
|
276
|
+
- chore: update `node-sass` to `4.9.4`
|
|
277
|
+
- chore: update `eslint` to `5.7.0`
|
|
278
|
+
- chore: update `babel-plugin-istanbul` to `5.1.0`
|
|
279
|
+
- chore: update `semver` to `5.6.0`
|
|
280
|
+
- chore: update `autoprefixer` to `9.2.0`
|
|
281
|
+
|
|
282
|
+
## v2.0.18
|
|
283
|
+
- feat: add deep objects merge utility
|
|
284
|
+
- chore: build rollup utilities script cleanup
|
|
285
|
+
- fix(rgbToHex): transparent is not a valid rgb color ie issue
|
|
286
|
+
|
|
287
|
+
## v2.0.17
|
|
288
|
+
- fix(card): `rtl` for `card-header` icon margins
|
|
289
|
+
- fix(sidebar): `rtl` for `sidebar-minimizer` icon
|
|
290
|
+
- chore: update `rollup` to `0.66.6`
|
|
291
|
+
- thanks @MrDevIr
|
|
292
|
+
|
|
293
|
+
## v2.0.16
|
|
294
|
+
- fix(breadcrumb): `rtl` padding
|
|
295
|
+
- fix(card): `rtl` float for `card-header-actions`
|
|
296
|
+
- fix(sidebar): `rtl` ps scrollbar issue temp fix/refactor
|
|
297
|
+
- chore: update `rollup` to `0.66.5`
|
|
298
|
+
|
|
299
|
+
## v2.0.15
|
|
300
|
+
- feat(sidebar): `badge` margins for `nav-dropdown-toggle`
|
|
301
|
+
- chore: update `eslint-plugin-compat` to `2.6.2`
|
|
302
|
+
- chore: update `rollup` to `0.66.4`
|
|
303
|
+
|
|
304
|
+
## v2.0.14
|
|
305
|
+
- fix(scss): add missing `light-blue` color variable
|
|
306
|
+
|
|
307
|
+
## v2.0.13
|
|
308
|
+
- chore: update `@babel/core` to `7.1.2`
|
|
309
|
+
- chore: update `@babel/cli` to `7.1.2`
|
|
310
|
+
- chore: update `eslint` to `5.6.1`
|
|
311
|
+
|
|
312
|
+
## v2.0.12
|
|
313
|
+
- fix(layout) `aside` IE issue with `.main` margin on mobile
|
|
314
|
+
- fix(sidebar) `rtl` IE issue with `sidebar-minimized` captions
|
|
315
|
+
- fix(sidebar) `rtl` ps scrollbar issue temp fix
|
|
316
|
+
|
|
317
|
+
## v2.0.11
|
|
318
|
+
- fix(layout) `sidebar-fixed` IE issue with `.main` margin on mobile
|
|
319
|
+
- fix(sidebar) `sidebar-toggler` issue for `rtl`
|
|
320
|
+
- chore: update `babel-eslint` to `10.0.1`
|
|
321
|
+
- chore: update `stylelint` to `9.6.0`
|
|
322
|
+
|
|
323
|
+
## v2.0.10
|
|
324
|
+
- fix(_layout.scss) `navbar-brand` top position IE issue
|
|
325
|
+
- chore: update `babel-eslint` to `10.0.0`
|
|
326
|
+
|
|
327
|
+
## v2.0.9
|
|
328
|
+
- fix(sidebar) remove scrollbar when `sidebar-minimized`
|
|
329
|
+
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`
|
|
330
|
+
- chore: update `@babel/cli` to `7.1.0`
|
|
331
|
+
- chore: update `@babel/core` to `7.1.0`
|
|
332
|
+
- chore: update `@babel/plugin-transform-runtime` to `7.1.0`
|
|
333
|
+
- chore: update `@babel/preset-env` to `7.1.0`
|
|
334
|
+
- chore: update `copyfiles` to `2.1.0`
|
|
335
|
+
- chore: update `eslint` to `5.6.0`
|
|
336
|
+
- chore: update `rollup` to `0.66.2`
|
|
337
|
+
- chore: update `stylelint-scss` to `3.3.1`
|
|
338
|
+
|
|
339
|
+
## v2.0.8
|
|
340
|
+
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
|
|
341
|
+
- fix(sidebar) show scrollbar after height change #419
|
|
342
|
+
|
|
343
|
+
## v2.0.6
|
|
344
|
+
- fix(sidebar) static mobile sidebar not dismissed on link click
|
|
345
|
+
|
|
346
|
+
## v2.0.5
|
|
347
|
+
- fix(sidebar) mobile sidebar not dismissed on link click #409
|
|
348
|
+
- chore: update `bootstrap` to `4.1.3`
|
|
349
|
+
- chore: update `@babel/cli` to `7.0.0`
|
|
350
|
+
- chore: update `@babel/core` to `7.0.0`
|
|
351
|
+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0`
|
|
352
|
+
- chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0`
|
|
353
|
+
- chore: update `@babel/plugin-transform-runtime` to `7.0.0`
|
|
354
|
+
- chore: update `@babel/preset-env` to `7.0.0`
|
|
355
|
+
- chore: update `autoprefixer` to `9.1.5`
|
|
356
|
+
- chore: update `babel-eslint` to `9.0.0`
|
|
357
|
+
- chore: update `babel-plugin-istanbul` to `5.0.1`
|
|
358
|
+
- chore: update `clean-css-cli` to `4.2.1`
|
|
359
|
+
- chore: update `eslint` to `5.5.0`
|
|
360
|
+
- chore: update `eslint-plugin-compat` to `2.5.1`
|
|
361
|
+
- chore: update `node-sass` to `4.9.3`
|
|
362
|
+
- chore: update `nodemon` to `1.18.4`
|
|
363
|
+
- chore: update `postcss-cli` to `6.0.0`
|
|
364
|
+
- chore: update `rollup` to `0.65.0`
|
|
365
|
+
- chore: update `rollup-plugin-babel` to `4.0.3`
|
|
366
|
+
- chore: update `rollup-plugin-node-resolve` to `3.4.0`
|
|
367
|
+
- chore: update `semver` to `5.5.1`
|
|
368
|
+
- chore: update `stylelint` to `9.5.0`
|
|
369
|
+
- chore: update `stylelint-order` to `1.0.0`
|
|
370
|
+
- chore: update `stylelint-scss` to `3.3.0`
|
|
371
|
+
- chore: update `uglify-js` to `3.4.9`
|
|
372
|
+
|
|
373
|
+
## v2.0.4
|
|
374
|
+
- **Refactor: SCSS Variables**
|
|
375
|
+
- Update: @babel/cli to 7.0.0-beta.53
|
|
376
|
+
- Update: @babel/core to 7.0.0-beta.53
|
|
377
|
+
- Update: @babel/plugin-proposal-object-rest-spread to 7.0.0-beta.53
|
|
378
|
+
- Update: @babel/plugin-proposal-throw-expressions to 7.0.0-beta.53
|
|
379
|
+
- Update: @babel/plugin-transform-runtime to 7.0.0-beta.53
|
|
380
|
+
- Update: @babel/preset-env to 7.0.0-beta.53
|
|
381
|
+
- Update: autoprefixer to 8.6.5
|
|
382
|
+
- Update: babel-eslint to 8.2.6
|
|
383
|
+
- Update: bootstrap to 4.1.2
|
|
384
|
+
- Update: cross-env to 5.2.0
|
|
385
|
+
- Update: eslint to 5.1.0
|
|
386
|
+
- Update: eslint-plugin-compat to 2.5.0
|
|
387
|
+
- Update: node-sass to 4.9.2
|
|
388
|
+
- Update: nodemon to 1.18.1
|
|
389
|
+
- Update: postcss-cli to 5.0.1
|
|
390
|
+
- Update: rollup to 0.62.0
|
|
391
|
+
- Update: rollup-plugin-babel to 3.0.7
|
|
392
|
+
- Update: shx to 0.3.2
|
|
393
|
+
- Update: stylelint to 9.3.0
|
|
394
|
+
- Update: stylelint-scss to 3.1.3
|
|
395
|
+
- Update: uglify-js to 3.4.4
|