Skip to content

Commit 37e4251

Browse files
committed
update to 5.0.0.rc.2
1 parent 4f053c0 commit 37e4251

9 files changed

Lines changed: 2031 additions & 959 deletions

File tree

.angular-cli.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
},
3838
"lint": [
3939
{
40-
"project": "src/tsconfig.app.json"
40+
"project": "src/tsconfig.app.json",
41+
"exclude": "**/node_modules/**"
4142
},
4243
{
43-
"project": "src/tsconfig.spec.json"
44+
"project": "src/tsconfig.spec.json",
45+
"exclude": "**/node_modules/**"
4446
},
4547
{
46-
"project": "e2e/tsconfig.e2e.json"
48+
"project": "e2e/tsconfig.e2e.json",
49+
"exclude": "**/node_modules/**"
4750
}
4851
],
4952
"test": {

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## Changelog
22

33

4+
- 20171129
5+
- update to material2 5.0.0.rc.2 (include @angular/cdk)
6+
- fix Overlay part of the cdk
7+
- update to cli 1.5.5 generated template files
8+
- deprecated HttpModule from @angular/http
9+
- ng lint errors
10+
- latest dependencies
411
- 20170927
512
- update to material2 beta11 (include @angular/cdk)
613
- Overlay is now part of the cdk `overlayContainer.getContainerElement().classList.add('my-theme-class')`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ npm i
2323
ng s
2424
```
2525
#### Changes to original:
26-
- update to material2 beta11 (include @angular/cdk)
27-
- update to Angular 4.4.3
28-
- update to Angular-cli 1.4.3 (including generated files)
26+
- update to material2 5.0.0-rc.2 (include @angular/cdk)
27+
- update to Angular 5.0.3
28+
- update to Angular-cli 1.5.5 (including generated files)
2929
- replace deprecated import of MaterialModule (-> split to seperate import for each componet)
3030
- replace deprecated use of `<md-input>` and `<md-sidenav-layout>` with `<md-input-container>` and `<md-sidenav-container>`
3131
- `<md-input-container>` renamed to `<md-form-field>`

0 commit comments

Comments
 (0)