Skip to content

Commit

Permalink
Merge pull request #43 from coreui/dev-renderer
Browse files Browse the repository at this point in the history
v2.2.5
  • Loading branch information
xidedix authored Jan 31, 2019
2 parents 927ee72 + 91d9716 commit 12c92d3
Show file tree
Hide file tree
Showing 69 changed files with 2,476 additions and 1,016 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.2.5`
- refactor: use Renderer2 instead of direct DOM manipulation
- refactor: use DOCUMENT dependency injection
- update: `@angular/animations` to `^7.2.3`
- update: `@angular/common` to `^7.2.3`
- update: `@angular/compiler` to `^7.2.3`
- update: `@angular/core` to `^7.2.3`
- update: `@angular/forms` to `^7.2.3`
- update: `@angular/http` to `^7.2.3`
- update: `@angular/platform-browser` to `^7.2.3`
- update: `@angular/platform-browser-dynamic` to `^7.2.3`
- update: `@angular/router` to `^7.2.3`
- update: `core-js` to `^2.6.3`
- update: `rxjs` to `^6.4.0`
- update: `zone.js` to `^0.8.29`
- update: `@angular-devkit/build-angular` to `^0.12.4`
- update: `@angular-devkit/build-ng-packagr` to `^0.12.4`
- update: `@angular/cli` to `^7.3.0`
- update: `@angular/compiler-cli` to `^7.2.3`
- update: `@angular/language-service` to `^7.2.3`
- update: `@types/jasmine` to `^3.3.8`
- update: `@types/node` to `^10.12.20`
- update: `ng-packagr` to `^4.7.0`

##### `v2.2.4`
- update: `typescript` to `~3.2.4`
- update: `@angular/animations` to `^7.2.1`
Expand Down
9 changes: 6 additions & 3 deletions dist/@coreui/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui-angular)
[![Npm badge](https://img.shields.io/npm/v/@coreui/angular.svg)][npm]
[![NPM downloads][npm-download]][npm]
[![@coreui angular-next](https://img.shields.io/badge/@coreui%20-angular@next-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui-angular)
[![npm next][npm-next]][npm]
[![@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-^7.1.1-lightgrey.svg?style=flat-square)
![angular](https://img.shields.io/badge/angular-^7.2.3-lightgrey.svg?style=flat-square)

[npm-next]: https://img.shields.io/npm/v/@coreui/angular/next.png?style=flat-square
[npm]: https://www.npmjs.com/package/@coreui/angular
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square

> [@coreui/angular](https://coreui.io/angular) `v2` library project
> for use with [CoreUI](https://coreui.io/angular/) `v2` Bootstrap Admin Template
> [@coreui/angular](https://coreui.io/angular) v2 library project
> for use with [CoreUI](https://coreui.io/angular/) v2 Bootstrap Admin Template
## Installation
```
Expand Down
Loading

0 comments on commit 12c92d3

Please sign in to comment.