Skip to content

Commit

Permalink
Merge pull request #68 from coreui/dev-vnext
Browse files Browse the repository at this point in the history
v2.5.2
  • Loading branch information
xidedix authored Jun 19, 2019
2 parents a9a2abb + 684d15f commit 839f1f4
Show file tree
Hide file tree
Showing 21 changed files with 535 additions and 230 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.5.2`
- refactor(AppHeader): add reactive toggler class based on breakpoint
usage: set toggler breakpoint
```html
<app-header
[sidebarToggler]="'lg'"
[asideMenuToggler]="'md'">
</app-header>
```
###### dependencies update
- update `@angular/animations` to `^8.0.2`
- update `@angular/common` to `^8.0.2`
- update `@angular/compiler` to `^8.0.2`
- update `@angular/core` to `^8.0.2`
- update `@angular/forms` to `^8.0.2`
- update `@angular/platform-browser` to `^8.0.2`
- update `@angular/platform-browser-dynamic` to `^8.0.2`
- update `@angular/router` to `^8.0.2`
- update `@angular-devkit/build-angular` to `^0.800.3`
- update `@angular-devkit/build-ng-packagr` to `^0.800.3`
- update `@angular/cli` to `^8.0.3`
- update `@angular/compiler-cli` to `^8.0.2`
- update `@angular/language-service` to `^8.0.2`
- update `@types/node` to `^11.13.14`
- update `ts-node` to `^8.3.0`
- update `tslib` to `^1.10.0`

##### `v2.5.1`
- fix(appHtmlAttr): cannot remove html attribute,
ex: `attributes: {hidden: null}` removes attribute `hidden`
Expand Down
48 changes: 46 additions & 2 deletions dist/@coreui/angular/bundles/coreui-angular.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/bundles/coreui-angular.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/bundles/coreui-angular.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/coreui-angular.metadata.json

Large diffs are not rendered by default.

53 changes: 50 additions & 3 deletions dist/@coreui/angular/esm2015/lib/header/app-header.component.js

Large diffs are not rendered by default.

Loading

0 comments on commit 839f1f4

Please sign in to comment.