You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,17 @@ switch to using our UMD bundles. Example config:
13
13
}
14
14
```
15
15
16
-
You can see a more detailed example in our demo app's system config [here](https://github.com/angular/material2/blob/master/src/demo-app/system-config.ts).
16
+
You can see a more detailed example in our [demo app's system config](https://github.com/angular/material2/blob/master/src/demo-app/system-config.ts).
17
+
18
+
In addition to this, each component now has an `index.js` file, so you should now have imports like
* all: material modules must be included with `forRoot()` when bootstrapping. See the [ngModules guide](https://angular.io/docs/ts/latest/cookbook/ngmodule-faq.html#!#q-for-root) for
19
29
more information.
@@ -29,6 +39,8 @@ more information.
29
39
});
30
40
```
31
41
42
+
* all: material now depends on TypeScript 2.0
43
+
32
44
* input: `md-input` attributes now match the casing of native attributes. Previously they were camel-cased; now they are all lowercase.
33
45
Example: `autoComplete` is now `autocomplete`. See [#1066](https://github.com/angular/material2/pull/1066) for a full list.
0 commit comments