Skip to content

Commit

Permalink
Ship: v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Nov 5, 2019
1 parent e94ceae commit 6b1fe22
Show file tree
Hide file tree
Showing 119 changed files with 4,078 additions and 9,985 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.7.0`
- chore: upgrade to Angular 9 - see also:
- `https://next.angular.io/guide/updating-to-version-9`
- `https://update.angular.io/#8.0:9.0`
- add missing `@Injectable` decorator to `SidebarNavHelper`
- add a generic type to `ModuleWithProviders`
- tsconfig.lib `enableIvy: false` for library backward compatibility
- tsconfig.lib `annotateForClosureCompiler: false` and remove `tsickle` dependency
- move `tslib` to `dependencies`
- tsconfig.app: add files[]
- test: deprecate TestBed.get() use TestBed.inject()
- refactor(SidebarNavItem): add INavData items type

###### dependencies update
- update `@angular/animations` to `^9.0.0-rc.0`
- update `@angular/common` to `^9.0.0-rc.0`
- update `@angular/compiler` to `^9.0.0-rc.0`
- update `@angular/core` to `^9.0.0-rc.0`
- update `@angular/forms` to `^9.0.0-rc.0`
- update `@angular/platform-browser` to `^9.0.0-rc.0`
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.0`
- update `@angular/router` to `^9.0.0-rc.0`
- update `@angular-devkit/build-angular` to `~0.900.0-rc.0`
- update `@angular-devkit/build-ng-packagr` to `~0.900.0-rc.0`
- update `@angular/cli` to `^9.0.0-rc.0`
- update `@angular/compiler-cli` to `^9.0.0-rc.0`
- update `@angular/language-service` to `^9.0.0-rc.0`
- update `ng-packagr` to `^9.0.0-rc.1`
- update `typescript` to `~3.6.4"
- update `@types/node` to `^12.11.1`
- update `codelyzer` to `^5.1.2`
- update `@coreui/coreui` to `^2.1.16`
- update `@types/jasmine` to `^3.4.5`

##### `v2.6.3`
- refactor: change renderer.addClass to HostBinding
- test: add e2e test bed with some tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^8.2.11-lightgrey.svg?style=flat-square)
![angular](https://img.shields.io/badge/angular-^9.0.0%20rc.0-lightgrey.svg?style=flat-square)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
Expand Down
13 changes: 8 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
},
"configurations": {
"production": {
"project": "projects/coreui/angular/ng-package.prod.json"
, "tsConfig": "projects/coreui/angular/tsconfig.lib.prod.json"
}
"project": "projects/coreui/angular/ng-package.prod.json",
"tsConfig": "projects/coreui/angular/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand All @@ -166,5 +166,8 @@
}
}
},
"defaultProject": "coreui"
}
"defaultProject": "coreui",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 6b1fe22

Please sign in to comment.