Skip to content

Commit 839f1f4

Browse files
authored
Merge pull request #68 from coreui/dev-vnext
v2.5.2
2 parents a9a2abb + 684d15f commit 839f1f4

21 files changed

+535
-230
lines changed

CHANGELOG.md

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

3+
##### `v2.5.2`
4+
- refactor(AppHeader): add reactive toggler class based on breakpoint
5+
usage: set toggler breakpoint
6+
```html
7+
<app-header
8+
[sidebarToggler]="'lg'"
9+
[asideMenuToggler]="'md'">
10+
</app-header>
11+
```
12+
###### dependencies update
13+
- update `@angular/animations` to `^8.0.2`
14+
- update `@angular/common` to `^8.0.2`
15+
- update `@angular/compiler` to `^8.0.2`
16+
- update `@angular/core` to `^8.0.2`
17+
- update `@angular/forms` to `^8.0.2`
18+
- update `@angular/platform-browser` to `^8.0.2`
19+
- update `@angular/platform-browser-dynamic` to `^8.0.2`
20+
- update `@angular/router` to `^8.0.2`
21+
- update `@angular-devkit/build-angular` to `^0.800.3`
22+
- update `@angular-devkit/build-ng-packagr` to `^0.800.3`
23+
- update `@angular/cli` to `^8.0.3`
24+
- update `@angular/compiler-cli` to `^8.0.2`
25+
- update `@angular/language-service` to `^8.0.2`
26+
- update `@types/node` to `^11.13.14`
27+
- update `ts-node` to `^8.3.0`
28+
- update `tslib` to `^1.10.0`
29+
330
##### `v2.5.1`
431
- fix(appHtmlAttr): cannot remove html attribute,
532
ex: `attributes: {hidden: null}` removes attribute `hidden`

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

+46-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/header/app-header.component.js

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

0 commit comments

Comments
 (0)