Skip to content

Commit

Permalink
Merge pull request #65 from coreui/fix-remove-html-attribute
Browse files Browse the repository at this point in the history
v2.5.1
  • Loading branch information
xidedix authored Jun 7, 2019
2 parents eda88a2 + ccb601f commit a9a2abb
Show file tree
Hide file tree
Showing 16 changed files with 220 additions and 134 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.5.1`
- fix(appHtmlAttr): cannot remove html attribute,
ex: `attributes: {hidden: null}` removes attribute `hidden`

###### dependencies update
- update `@angular-devkit/build-angular` to `^0.800.2`
- update `@angular-devkit/build-ng-packagr` to `^0.800.2`
- update `@angular/cli` to `^8.0.2`
- update `ng-packagr` to `^5.3.0`

##### `v2.5.0`
- chore: upgrade to Angular 8.0 - thanks @dennisameling
- chore: move browserslist file
Expand Down
4 changes: 3 additions & 1 deletion 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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/@coreui/angular/fesm2015/coreui-angular.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/fesm2015/coreui-angular.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/@coreui/angular/fesm5/coreui-angular.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/fesm5/coreui-angular.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "2.5.0",
"version": "2.5.1",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand Down
Loading

0 comments on commit a9a2abb

Please sign in to comment.