Skip to content

Commit 471e96a

Browse files
authored
Merge pull request #195 from coreui/dev-v2.9.4
v2.9.4
2 parents 10c8345 + fc104c2 commit 471e96a

File tree

3 files changed

+78
-46
lines changed

3 files changed

+78
-46
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.9.4`
4+
- refactor(polyfills): update core-js polyfills imports
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `^9.1.12`
8+
- update `@angular/common` to `^9.1.12`
9+
- update `@angular/compiler` to `^9.1.12`
10+
- update `@angular/core` to `^9.1.12`
11+
- update `@angular/forms` to `^9.1.12`
12+
- update `@angular/platform-browser` to `^9.1.12`
13+
- update `@angular/platform-browser-dynamic` to `^9.1.12`
14+
- update `@angular/router` to `^9.1.12`
15+
- update `@coreui/angular` to `~2.9.4`
16+
- update `bootstrap` to `^4.5.0`
17+
- update `core-js` to `^3.6.5`
18+
- update `flag-icon-css` to `^3.5.0`
19+
- update `moment` to `^2.27.0`
20+
- update `mutationobserver-shim` to `^0.3.7`
21+
- update `ng2-charts` to `^2.3.2`
22+
- update `rxjs` to `^6.6.0`
23+
- update `tslib` to `^1.13.0`
24+
- update `@angular-devkit/build-angular` to `^0.901.11`
25+
- update `@angular/cli` to `^9.1.11`
26+
- update `@angular/compiler-cli` to `^9.1.12`
27+
- update `@angular/language-service` to `^9.1.12`
28+
- update `@types/jasmine` to `^3.5.11`
29+
- update `@types/node` to `^13.13.14`
30+
- update `karma` to `^5.1.0`
31+
- update `karma-jasmine` to `^3.3.1`
32+
- update `karma-jasmine-html-reporter` to `^1.5.4`
33+
- update `protractor` to `^7.0.0`
34+
- update `ts-node` to `^8.10.2`
35+
336
###### `v2.9.2`
437
- fix(navbars): cannot find module `ngx-bootstrap`
538

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.9.2",
3+
"version": "2.9.4",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -28,53 +28,53 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^9.1.1",
32-
"@angular/common": "^9.1.1",
33-
"@angular/compiler": "^9.1.1",
34-
"@angular/core": "^9.1.1",
35-
"@angular/forms": "^9.1.1",
36-
"@angular/platform-browser": "^9.1.1",
37-
"@angular/platform-browser-dynamic": "^9.1.1",
38-
"@angular/router": "^9.1.1",
39-
"@coreui/angular": "^2.9.2",
31+
"@angular/animations": "^9.1.12",
32+
"@angular/common": "^9.1.12",
33+
"@angular/compiler": "^9.1.12",
34+
"@angular/core": "^9.1.12",
35+
"@angular/forms": "^9.1.12",
36+
"@angular/platform-browser": "^9.1.12",
37+
"@angular/platform-browser-dynamic": "^9.1.12",
38+
"@angular/router": "^9.1.12",
39+
"@coreui/angular": "~2.9.4",
4040
"@coreui/coreui": "^2.1.16",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",
43-
"bootstrap": "^4.4.1",
43+
"bootstrap": "^4.5.0",
4444
"chart.js": "^2.9.3",
45-
"core-js": "^2.6.11",
46-
"flag-icon-css": "^3.4.6",
45+
"core-js": "^3.6.5",
46+
"flag-icon-css": "^3.5.0",
4747
"font-awesome": "^4.7.0",
48-
"moment": "^2.24.0",
49-
"mutationobserver-shim": "^0.3.5",
50-
"ng2-charts": "^2.3.0",
48+
"moment": "^2.27.0",
49+
"mutationobserver-shim": "^0.3.7",
50+
"ng2-charts": "^2.3.2",
5151
"ngx-bootstrap": "^5.6.1",
5252
"ngx-perfect-scrollbar": "^9.0.0",
53-
"rxjs": "^6.5.5",
53+
"rxjs": "^6.6.0",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
56-
"tslib": "^1.11.1",
56+
"tslib": "^1.13.0",
5757
"web-animations-js": "^2.3.2",
5858
"zone.js": "~0.10.3"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "~0.901.1",
62-
"@angular/cli": "^9.1.1",
63-
"@angular/compiler-cli": "^9.1.1",
64-
"@angular/language-service": "^9.1.1",
65-
"@types/jasmine": "^3.5.10",
61+
"@angular-devkit/build-angular": "^0.901.11",
62+
"@angular/cli": "^9.1.11",
63+
"@angular/compiler-cli": "^9.1.12",
64+
"@angular/language-service": "^9.1.12",
65+
"@types/jasmine": "^3.5.11",
6666
"@types/jasminewd2": "^2.0.8",
67-
"@types/node": "^13.11.1",
67+
"@types/node": "^13.13.14",
6868
"codelyzer": "^5.2.2",
6969
"jasmine-core": "^3.5.0",
7070
"jasmine-spec-reporter": "^5.0.1",
71-
"karma": "^5.0.1",
71+
"karma": "^5.1.0",
7272
"karma-chrome-launcher": "^3.1.0",
7373
"karma-coverage-istanbul-reporter": "^2.1.1",
74-
"karma-jasmine": "^3.1.1",
75-
"karma-jasmine-html-reporter": "^1.5.3",
76-
"protractor": "^5.4.3",
77-
"ts-node": "^8.8.2",
74+
"karma-jasmine": "^3.3.1",
75+
"karma-jasmine-html-reporter": "^1.5.4",
76+
"protractor": "^7.0.0",
77+
"ts-node": "^8.10.2",
7878
"tslint": "^6.1.1",
7979
"typescript": "~3.7.5"
8080
},

src/polyfills.ts

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,27 @@
1919
*/
2020

2121
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
22-
import 'core-js/es6/symbol';
23-
import 'core-js/es6/object';
24-
import 'core-js/es6/function';
25-
import 'core-js/es6/parse-int';
26-
import 'core-js/es6/parse-float';
27-
import 'core-js/es6/number';
28-
import 'core-js/es6/math';
29-
import 'core-js/es6/string';
30-
import 'core-js/es6/date';
31-
import 'core-js/es6/array';
32-
import 'core-js/es6/regexp';
33-
import 'core-js/es6/map';
34-
import 'core-js/es6/weak-map';
35-
import 'core-js/es6/set';
36-
import 'core-js/es7/array';
37-
import 'core-js/es7/object';
22+
import 'core-js/es/symbol';
23+
import 'core-js/es/object';
24+
import 'core-js/es/function';
25+
import 'core-js/es/parse-int';
26+
import 'core-js/es/parse-float';
27+
import 'core-js/es/number';
28+
import 'core-js/es/math';
29+
import 'core-js/es/string';
30+
import 'core-js/es/date';
31+
import 'core-js/es/array';
32+
import 'core-js/es/regexp';
33+
import 'core-js/es/map';
34+
import 'core-js/es/weak-map';
35+
import 'core-js/es/set';
36+
import 'core-js/es/array';
3837

3938
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
4039
// import 'classlist.js'; // Run `npm install --save classlist.js`.
4140

4241
/** IE10 and IE11 requires the following for the Reflect API. */
43-
import 'core-js/es6/reflect';
42+
import 'core-js/es/reflect';
4443

4544
// for IE10
4645
import 'mutationobserver-shim';

0 commit comments

Comments
 (0)