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