Skip to content

Commit

Permalink
Merge pull request #87 from coreui/dev-v2.6.3
Browse files Browse the repository at this point in the history
v2.6.3
  • Loading branch information
xidedix authored Oct 24, 2019
2 parents 73a4290 + e6fa835 commit 577346c
Show file tree
Hide file tree
Showing 95 changed files with 1,241 additions and 1,066 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.6.3`
- refactor: change renderer.addClass to HostBinding
- test: add e2e test bed with some tests

###### dependencies update
- update `@angular-devkit/build-angular` to `^0.803.14`
- update `@angular-devkit/build-ng-packagr` to `^0.803.14`
- update `@angular/cli` to `^8.3.14`
- update `@angular/compiler-cli` to `^8.2.12`
- update `@angular/language-service` to `^8.2.12`
- update `@angular/animations` to `^8.2.12`
- update `@angular/common` to `^8.2.12`
- update `@angular/compiler` to `^8.2.12`
- update `@angular/core` to `^8.2.12`
- update `@angular/forms` to `^8.2.12`
- update `@angular/platform-browser` to `^8.2.12`
- update `@angular/platform-browser-dynamic` to `^8.2.12`
- update `@angular/router` to `^8.2.12`
- rollback `protractor` to `^5.4.2`
- add `@coreui/coreui` (e2e)
- add `simple-line-icons` (e2e)
- add `ngx-perfect-scrollbar` (e2e)

##### `v2.6.2`
- feat(Sidebar): `minimized` state @Input/@Output - thanks @Hagith #84
- test(Sidebar): `minimized` state - thanks @Hagith #84
Expand Down
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"src/assets"
],
"styles": [
"src/styles.css"
"node_modules/simple-line-icons/css/simple-line-icons.css",
"src/scss/style.scss"
],
"scripts": []
},
Expand Down Expand Up @@ -72,7 +73,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
"src/scss/style.scss"
],
"scripts": [],
"assets": [
Expand Down
Loading

0 comments on commit 577346c

Please sign in to comment.