Skip to content

Commit d599e37

Browse files
authored
Merge pull request coreui#38 from coreui/dev-vnext
v2.2.2
2 parents 031e508 + d7933db commit d599e37

28 files changed

+327
-244
lines changed

CHANGELOG.md

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

3+
##### `v2.2.2`
4+
- refactor(app-header): new prop `navbarBrandText` = {icon: 'C', text: 'CoreUI'} render as innerHTML
5+
- refactor(app-header): new prop `navbarBrandHref` = ''
6+
- refactor(app-header): `navbarBrandImg`: Boolean
7+
- fix(app-sidebar): missing semicolon
8+
- fix(angular.json): missing css path
9+
- update: `@angular/animations` to `7.1.4`
10+
- update: `@angular/common` to `7.1.4`
11+
- update: `@angular/compiler` to `7.1.4`
12+
- update: `@angular/core` to `7.1.4`
13+
- update: `@angular/forms` to `7.1.4`
14+
- update: `@angular/http` to `7.1.4`
15+
- update: `@angular/platform-browser` to `7.1.4`
16+
- update: `@angular/platform-browser-dynamic` to `7.1.4`
17+
- update: `@angular/router` to `7.1.4`
18+
- update: `core-js` to `2.6.1`
19+
- update: `@angular-devkit/build-angular` to `0.11.3`
20+
- update: `@angular-devkit/build-ng-packagr` to `0.11.3`
21+
- update: `@angular/cli` to `7.1.3`
22+
- update: `@angular/compiler-cli` to `7.1.4`
23+
- update: `@angular/language-service` to `7.1.4`
24+
- update: `@types/jasmine` to `3.3.4`
25+
- update: `@types/node` to `10.12.17`
26+
- update: `karma` to `3.1.4`
27+
- update: `tslint` to `5.12.0`
28+
329
##### `v2.2.1`
430
- fix: remove `-fixed` class on layout components destroy
531
- chore: commit `package-lock.json`

angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tsConfig": "src/tsconfig.spec.json",
7373
"karmaConfig": "src/karma.conf.js",
7474
"styles": [
75-
"styles.css"
75+
"src/styles.css"
7676
],
7777
"scripts": [],
7878
"assets": [

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

+7-2
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

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

0 commit comments

Comments
 (0)