Skip to content

Commit 12c92d3

Browse files
authored
Merge pull request #43 from coreui/dev-renderer
v2.2.5
2 parents 927ee72 + 91d9716 commit 12c92d3

File tree

69 files changed

+2476
-1016
lines changed

Some content is hidden

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

69 files changed

+2476
-1016
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.5`
4+
- refactor: use Renderer2 instead of direct DOM manipulation
5+
- refactor: use DOCUMENT dependency injection
6+
- update: `@angular/animations` to `^7.2.3`
7+
- update: `@angular/common` to `^7.2.3`
8+
- update: `@angular/compiler` to `^7.2.3`
9+
- update: `@angular/core` to `^7.2.3`
10+
- update: `@angular/forms` to `^7.2.3`
11+
- update: `@angular/http` to `^7.2.3`
12+
- update: `@angular/platform-browser` to `^7.2.3`
13+
- update: `@angular/platform-browser-dynamic` to `^7.2.3`
14+
- update: `@angular/router` to `^7.2.3`
15+
- update: `core-js` to `^2.6.3`
16+
- update: `rxjs` to `^6.4.0`
17+
- update: `zone.js` to `^0.8.29`
18+
- update: `@angular-devkit/build-angular` to `^0.12.4`
19+
- update: `@angular-devkit/build-ng-packagr` to `^0.12.4`
20+
- update: `@angular/cli` to `^7.3.0`
21+
- update: `@angular/compiler-cli` to `^7.2.3`
22+
- update: `@angular/language-service` to `^7.2.3`
23+
- update: `@types/jasmine` to `^3.3.8`
24+
- update: `@types/node` to `^10.12.20`
25+
- update: `ng-packagr` to `^4.7.0`
26+
327
##### `v2.2.4`
428
- update: `typescript` to `~3.2.4`
529
- update: `@angular/animations` to `^7.2.1`

dist/@coreui/angular/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui-angular)
44
[![Npm badge](https://img.shields.io/npm/v/@coreui/angular.svg)][npm]
55
[![NPM downloads][npm-download]][npm]
6+
[![@coreui angular-next](https://img.shields.io/badge/@coreui%[email protected]?style=flat-square)](https://github.com/coreui/coreui-angular)
7+
[![npm next][npm-next]][npm]
68
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
79
[![npm package][npm-coreui-badge]][npm-coreui]
810
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^7.1.1-lightgrey.svg?style=flat-square)
11+
![angular](https://img.shields.io/badge/angular-^7.2.3-lightgrey.svg?style=flat-square)
1012

13+
[npm-next]: https://img.shields.io/npm/v/@coreui/angular/next.png?style=flat-square
1114
[npm]: https://www.npmjs.com/package/@coreui/angular
1215
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
1316
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
1417
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
1518
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
1619

17-
> [@coreui/angular](https://coreui.io/angular) `v2` library project
18-
> for use with [CoreUI](https://coreui.io/angular/) `v2` Bootstrap Admin Template
20+
> [@coreui/angular](https://coreui.io/angular) v2 library project
21+
> for use with [CoreUI](https://coreui.io/angular/) v2 Bootstrap Admin Template
1922
2023
## Installation
2124
```

0 commit comments

Comments
 (0)