Skip to content

Commit b924a8d

Browse files
authored
Merge pull request #49 from coreui/dev-v2.4.0
v2.4.0
2 parents 401cbac + 900e28a commit b924a8d

File tree

114 files changed

+5140
-4162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+5140
-4162
lines changed

CHANGELOG.md

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

3+
##### `v2.4.0`
4+
`dist` is the same as `v2.4.0-beta.1`
5+
- update: `@angular/animations` to `^7.2.5`
6+
- update: `@angular/common` to `^7.2.5`
7+
- update: `@angular/compiler` to `^7.2.5`
8+
- update: `@angular/core` to `^7.2.5`
9+
- update: `@angular/forms` to `^7.2.5`
10+
- update: `@angular/http` to `^7.2.5`
11+
- update: `@angular/platform-browser` to `^7.2.5`
12+
- update: `@angular/platform-browser-dynamic` to `^7.2.5`
13+
- update: `@angular/router` to `^7.2.5`
14+
- update: `@angular-devkit/build-angular` to `^0.13.2`
15+
- update: `@angular-devkit/build-ng-packagr` to `^0.13.2`
16+
- update: `@angular/cli` to `^7.3.2`
17+
- update: `@angular/compiler-cli` to `^7.2.5`
18+
- update: `@angular/language-service` to `^7.2.5`
19+
- update: `@types/node` to `^11.9.4`
20+
- update: `karma` to `^4.0.0`
21+
- update: `karma-coverage-istanbul-reporter` to `^2.0.5`
22+
23+
##### `v2.4.0-beta.1`
24+
- fix(sidebar): navItems reassignment bug [#126](https://github.com/coreui/coreui-free-angular-admin-template/issues/126), [#42](https://github.com/coreui/coreui-free-angular-admin-template/issues/42), #12
25+
- refactor(aside): drop `Replace`
26+
- refactor(breadcrumb): drop `Replace` new component `cui-breadcrumb` (migration needed)
27+
- refactor(footer): minor changes
28+
- refactor(header): drop `Replace`
29+
- refactor(layout): cleanup
30+
- refactor(sidebar-nav): drop `Replace`, redesign
31+
- update: `@angular/animations` to `^7.2.4`
32+
- update: `@angular/common` to `^7.2.4`
33+
- update: `@angular/compiler` to `^7.2.4`
34+
- update: `@angular/core` to `^7.2.4`
35+
- update: `@angular/forms` to `^7.2.4`
36+
- update: `@angular/http` to `^7.2.4`
37+
- update: `@angular/platform-browser` to `^7.2.4`
38+
- update: `@angular/platform-browser-dynamic` to `^7.2.4`
39+
- update: `@angular/router` to `^7.2.4`
40+
- update: `core-js` to `^2.6.5`
41+
- update: `@angular-devkit/build-angular` to `^0.13.1`
42+
- update: `@angular-devkit/build-ng-packagr` to `^0.13.1`
43+
- update: `@angular/cli` to `^7.3.1`
44+
- update: `@angular/compiler-cli` to `^7.2.4`
45+
- update: `@angular/language-service` to `^7.2.4`
46+
- update: `@types/jasmine` to `^3.3.9`
47+
- update: `@types/node` to `^10.12.26`
48+
- update: `ng-packagr` to `^4.7.1`
49+
350
##### `v2.3.1`
451
- fix: faulty LayoutModule import causes: Unexpected value 'undefined' imported by the module #47
552
- refactor(appSidebarToggler): inject `ClassToggler` instead of ToggleClasses function

0 commit comments

Comments
 (0)