Skip to content

Commit 2dc4521

Browse files
authored
Merge pull request #114 from coreui/dev-v2.5.8
v2.5.8
2 parents 50d9b44 + 8d502a3 commit 2dc4521

File tree

4 files changed

+46
-29
lines changed

4 files changed

+46
-29
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.5.8`
4+
- chore(demo/polyfill): update to core-js v3
5+
6+
###### dependencies update
7+
- update: `core-js` to `^3.6.5`
8+
- update: `react` to `^16.13.1`
9+
- update: `react-dom` to `^16.13.1`
10+
- update: `react-router-dom` to `^5.2.0`
11+
- update: `mutationobserver-shim` to `^0.3.5`
12+
- update: `eslint` to `^7.0.0`
13+
- update: `eslint-plugin-import` to `^2.20.2`
14+
- update: `eslint-plugin-react` to `^7.20.0`
15+
- update: `nwb` to `^0.24.7`
16+
- update: `react` to `^16.13.1`
17+
- update: `react-dom` to `^16.13.1`
18+
- update: `react-router-dom` to `^5.2.0`
19+
- update: `sinon` to `^9.0.2`
20+
321
##### `v2.5.7`
422
- fix(SidebarNav): add missing alternative icon config object
523

demo/src/containers/DefaultLayout/DefaultLayout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class DefaultLayout extends Component {
9292
</AppAside>
9393
</div>
9494
<AppFooter>
95-
<span><a href="https://coreui.io">CoreUI</a> &copy; 2019 creativeLabs</span>
95+
<span><a href="https://coreui.io">CoreUI</a> &copy; 2020 creativeLabs</span>
9696
<span className="ml-auto">Powered by <a href="https://coreui.io/react">CoreUI for React</a></span>
9797
</AppFooter>
9898
</div>

demo/src/polyfill.js

+13-14
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,27 @@
33
*/
44

55
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
6-
// import 'core-js/es6/symbol'
7-
// import 'core-js/es6/object'
8-
// import 'core-js/es6/function'
9-
// import 'core-js/es6/parse-int'
10-
// import 'core-js/es6/parse-float'
11-
// import 'core-js/es6/number'
12-
// import 'core-js/es6/math'
13-
// import 'core-js/es6/string'
14-
// import 'core-js/es6/date'
156
import 'core-js/es/array'
16-
// import 'core-js/es6/regexp'
7+
// import 'core-js/es/date'
8+
// import 'core-js/es/function'
179
import 'core-js/es/map'
18-
// import 'core-js/es6/weak-map'
19-
import 'core-js/es/set'
10+
// import 'core-js/es/math'
11+
// import 'core-js/es/number'
2012
import 'core-js/es/object'
13+
// import 'core-js/es/parse-int'
14+
// import 'core-js/es/parse-float'
15+
// import 'core-js/es/regexp'
16+
import 'core-js/es/set'
17+
// import 'core-js/es/string'
18+
// import 'core-js/es/symbol'
19+
// import 'core-js/es/weak-map'
2120

2221
/** IE10 and IE11 requires the following for the Reflect API. */
23-
// import 'core-js/es6/reflect'
22+
// import 'core-js/es/reflect'
2423

2524
/** Evergreen browsers require these. **/
2625
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
27-
// import 'core-js/es7/reflect'
26+
// import 'core-js/es/reflect'
2827

2928
// CustomEvent() constructor functionality in IE9, IE10, IE11
3029
(function () {

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -36,32 +36,32 @@
3636
},
3737
"dependencies": {
3838
"classnames": "^2.2.6",
39-
"core-js": "^3.0.0",
39+
"core-js": "^3.6.5",
4040
"prop-types": "^15.7.2",
4141
"react-onclickout": "^2.0.8",
4242
"react-perfect-scrollbar": "~1.5.8"
4343
},
4444
"peerDependencies": {
4545
"@coreui/coreui": "^2.1.16",
46-
"react": "^16.12.0",
47-
"react-dom": "^16.12.0",
48-
"react-router-dom": "^5.1.2",
49-
"mutationobserver-shim": "^0.3.3"
46+
"react": "^16.13.1",
47+
"react-dom": "^16.13.1",
48+
"react-router-dom": "^5.2.0",
49+
"mutationobserver-shim": "^0.3.5"
5050
},
5151
"devDependencies": {
5252
"@coreui/icons": "~0.3.0",
5353
"babel-eslint": "^10.1.0",
5454
"enzyme": "^3.11.0",
5555
"enzyme-adapter-react-16": "^1.15.2",
56-
"eslint": "^5.16.0",
57-
"eslint-plugin-import": "^2.20.1",
58-
"eslint-plugin-react": "^7.18.3",
59-
"nwb": "^0.23.0",
60-
"react": "^16.13.0",
61-
"react-dom": "^16.13.0",
62-
"react-router-dom": "^5.1.2",
56+
"eslint": "^7.0.0",
57+
"eslint-plugin-import": "^2.20.2",
58+
"eslint-plugin-react": "^7.20.0",
59+
"nwb": "^0.24.7",
60+
"react": "^16.13.1",
61+
"react-dom": "^16.13.1",
62+
"react-router-dom": "^5.2.0",
6363
"reactstrap": "^8.4.1",
64-
"sinon": "^5.1.1"
64+
"sinon": "^9.0.2"
6565
},
6666
"repository": {
6767
"type": "git",

0 commit comments

Comments
 (0)