Skip to content

Commit 33b08fc

Browse files
authored
Merge pull request #33 from coreui/dev-angular-update-to-7
chore: update to Angular 7
2 parents 9a91bfe + becd763 commit 33b08fc

File tree

57 files changed

+400
-258
lines changed

Some content is hidden

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

57 files changed

+400
-258
lines changed

CHANGELOG.md

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

3+
##### `v2.2.0`
4+
- chore: build with Angular 7
5+
- chore: update Angular to `^7.1.0` see: https://update.angular.io/
6+
- update: `@angular/animations` to `^7.1.1`
7+
- update: `@angular/common` to `^7.1.1`
8+
- update: `@angular/compiler` to `^7.1.1`
9+
- update: `@angular/core` to `^7.1.1`
10+
- update: `@angular/forms` to `^7.1.1`
11+
- update: `@angular/http` to `^7.1.1`
12+
- update: `@angular/platform-browser` to `^7.1.1`
13+
- update: `@angular/platform-browser-dynamic` to `^7.1.1`
14+
- update: `@angular/router` to `^7.1.1`
15+
- update: `@angular-devkit/build-angular` to `~0.11.0`
16+
- update: `@angular-devkit/build-ng-packagr` to `~0.11.0`
17+
- update: `@angular/cli` to `^7.1.0`
18+
- update: `@angular/compiler-cli` to `^7.1.1`
19+
- update: `@angular/language-service` to `^7.1.1`
20+
- update: `@types/jasmine` to `~3.3.0`
21+
- update: `karma` to `^3.1.3`
22+
- update: `karma-jasmine` to `~2.0.1`
23+
- update: `ng-packagr` to `^4.4.5`
24+
- update: `ts-node` to `~7.0.1`
25+
- update: `typescript` to `^3.1.6"
26+
327
##### `v2.1.0`
428
- feat: sidebar nav-link `attributes` - optional JS object with valid JS API naming:
529
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

dist/@coreui/angular/bundles/coreui-angular.umd.js

+60-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/coreui-angular.metadata.json

+1-1
Large diffs are not rendered by default.

dist/@coreui/angular/esm2015/lib/aside/app-aside.component.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/aside/app-aside.module.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/breadcrumb/app-breadcrumb.component.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)