From 6d29913a3566e6e8a965186ba30fbbea34a67c37 Mon Sep 17 00:00:00 2001 From: xidedix Date: Mon, 18 May 2020 23:38:11 +0200 Subject: [PATCH 1/3] chore(demo/polyfill): update to core-js v3 --- demo/src/polyfill.js | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/demo/src/polyfill.js b/demo/src/polyfill.js index b397fab7..f3e702b0 100644 --- a/demo/src/polyfill.js +++ b/demo/src/polyfill.js @@ -3,28 +3,27 @@ */ /** IE9, IE10 and IE11 requires all of the following polyfills. **/ -// import 'core-js/es6/symbol' -// import 'core-js/es6/object' -// import 'core-js/es6/function' -// import 'core-js/es6/parse-int' -// import 'core-js/es6/parse-float' -// import 'core-js/es6/number' -// import 'core-js/es6/math' -// import 'core-js/es6/string' -// import 'core-js/es6/date' import 'core-js/es/array' -// import 'core-js/es6/regexp' +// import 'core-js/es/date' +// import 'core-js/es/function' import 'core-js/es/map' -// import 'core-js/es6/weak-map' -import 'core-js/es/set' +// import 'core-js/es/math' +// import 'core-js/es/number' import 'core-js/es/object' +// import 'core-js/es/parse-int' +// import 'core-js/es/parse-float' +// import 'core-js/es/regexp' +import 'core-js/es/set' +// import 'core-js/es/string' +// import 'core-js/es/symbol' +// import 'core-js/es/weak-map' /** IE10 and IE11 requires the following for the Reflect API. */ -// import 'core-js/es6/reflect' +// import 'core-js/es/reflect' /** Evergreen browsers require these. **/ // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. -// import 'core-js/es7/reflect' +// import 'core-js/es/reflect' // CustomEvent() constructor functionality in IE9, IE10, IE11 (function () { From e7592146b919f956418e0460f248473c62a20118 Mon Sep 17 00:00:00 2001 From: xidedix Date: Mon, 18 May 2020 23:39:54 +0200 Subject: [PATCH 2/3] chore: dependencies update - update: `core-js` to `^3.6.5` - update: `react` to `^16.13.1` - update: `react-dom` to `^16.13.1` - update: `react-router-dom` to `^5.2.0` - update: `mutationobserver-shim` to `^0.3.5` - update: `eslint` to `^7.0.0` - update: `eslint-plugin-import` to `^2.20.2` - update: `eslint-plugin-react` to `^7.20.0` - update: `nwb` to `^0.24.7` - update: `react` to `^16.13.1` - update: `react-dom` to `^16.13.1` - update: `react-router-dom` to `^5.2.0` - update: `sinon` to `^9.0.2` --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index e5e91292..d1b528da 100644 --- a/package.json +++ b/package.json @@ -36,32 +36,32 @@ }, "dependencies": { "classnames": "^2.2.6", - "core-js": "^3.0.0", + "core-js": "^3.6.5", "prop-types": "^15.7.2", "react-onclickout": "^2.0.8", "react-perfect-scrollbar": "~1.5.8" }, "peerDependencies": { "@coreui/coreui": "^2.1.16", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "react-router-dom": "^5.1.2", - "mutationobserver-shim": "^0.3.3" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-router-dom": "^5.2.0", + "mutationobserver-shim": "^0.3.5" }, "devDependencies": { "@coreui/icons": "~0.3.0", "babel-eslint": "^10.1.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", - "eslint": "^5.16.0", - "eslint-plugin-import": "^2.20.1", - "eslint-plugin-react": "^7.18.3", - "nwb": "^0.23.0", - "react": "^16.13.0", - "react-dom": "^16.13.0", - "react-router-dom": "^5.1.2", + "eslint": "^7.0.0", + "eslint-plugin-import": "^2.20.2", + "eslint-plugin-react": "^7.20.0", + "nwb": "^0.24.7", + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-router-dom": "^5.2.0", "reactstrap": "^8.4.1", - "sinon": "^5.1.1" + "sinon": "^9.0.2" }, "repository": { "type": "git", From 8d502a3a852d13caaea5873c273dd184593e5988 Mon Sep 17 00:00:00 2001 From: xidedix Date: Mon, 18 May 2020 23:42:09 +0200 Subject: [PATCH 3/3] Ship: v2.5.8 --- CHANGELOG.md | 18 ++++++++++++++++++ .../containers/DefaultLayout/DefaultLayout.js | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4ec87c..075db162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ### [@coreui/react](https://coreui.io/) changelog +##### `v2.5.8` +- chore(demo/polyfill): update to core-js v3 + +###### dependencies update +- update: `core-js` to `^3.6.5` +- update: `react` to `^16.13.1` +- update: `react-dom` to `^16.13.1` +- update: `react-router-dom` to `^5.2.0` +- update: `mutationobserver-shim` to `^0.3.5` +- update: `eslint` to `^7.0.0` +- update: `eslint-plugin-import` to `^2.20.2` +- update: `eslint-plugin-react` to `^7.20.0` +- update: `nwb` to `^0.24.7` +- update: `react` to `^16.13.1` +- update: `react-dom` to `^16.13.1` +- update: `react-router-dom` to `^5.2.0` +- update: `sinon` to `^9.0.2` + ##### `v2.5.7` - fix(SidebarNav): add missing alternative icon config object diff --git a/demo/src/containers/DefaultLayout/DefaultLayout.js b/demo/src/containers/DefaultLayout/DefaultLayout.js index 6e66ad3d..1c435c4d 100644 --- a/demo/src/containers/DefaultLayout/DefaultLayout.js +++ b/demo/src/containers/DefaultLayout/DefaultLayout.js @@ -92,7 +92,7 @@ class DefaultLayout extends Component { - CoreUI © 2019 creativeLabs + CoreUI © 2020 creativeLabs Powered by CoreUI for React diff --git a/package.json b/package.json index d1b528da..b48ae984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/react", - "version": "2.5.7", + "version": "2.5.8", "description": "CoreUI React Bootstrap 4 components", "license": "MIT", "author": {