Skip to content

Commit 577346c

Browse files
authored
Merge pull request #87 from coreui/dev-v2.6.3
v2.6.3
2 parents 73a4290 + e6fa835 commit 577346c

File tree

95 files changed

+1241
-1066
lines changed

Some content is hidden

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

95 files changed

+1241
-1066
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.6.3`
4+
- refactor: change renderer.addClass to HostBinding
5+
- test: add e2e test bed with some tests
6+
7+
###### dependencies update
8+
- update `@angular-devkit/build-angular` to `^0.803.14`
9+
- update `@angular-devkit/build-ng-packagr` to `^0.803.14`
10+
- update `@angular/cli` to `^8.3.14`
11+
- update `@angular/compiler-cli` to `^8.2.12`
12+
- update `@angular/language-service` to `^8.2.12`
13+
- update `@angular/animations` to `^8.2.12`
14+
- update `@angular/common` to `^8.2.12`
15+
- update `@angular/compiler` to `^8.2.12`
16+
- update `@angular/core` to `^8.2.12`
17+
- update `@angular/forms` to `^8.2.12`
18+
- update `@angular/platform-browser` to `^8.2.12`
19+
- update `@angular/platform-browser-dynamic` to `^8.2.12`
20+
- update `@angular/router` to `^8.2.12`
21+
- rollback `protractor` to `^5.4.2`
22+
- add `@coreui/coreui` (e2e)
23+
- add `simple-line-icons` (e2e)
24+
- add `ngx-perfect-scrollbar` (e2e)
25+
326
##### `v2.6.2`
427
- feat(Sidebar): `minimized` state @Input/@Output - thanks @Hagith #84
528
- test(Sidebar): `minimized` state - thanks @Hagith #84

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"src/assets"
2424
],
2525
"styles": [
26-
"src/styles.css"
26+
"node_modules/simple-line-icons/css/simple-line-icons.css",
27+
"src/scss/style.scss"
2728
],
2829
"scripts": []
2930
},
@@ -72,7 +73,7 @@
7273
"tsConfig": "src/tsconfig.spec.json",
7374
"karmaConfig": "src/karma.conf.js",
7475
"styles": [
75-
"src/styles.css"
76+
"src/scss/style.scss"
7677
],
7778
"scripts": [],
7879
"assets": [

0 commit comments

Comments
 (0)