Skip to content

Commit 065aa0c

Browse files
committed
updates to changelog
1 parent d5783f9 commit 065aa0c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Bug Fixes
66

7-
* **build:** omit module ids from component metadata. ([#984](https://github.com/angular/material2/issues/984)) ([7f594ce](https://github.com/angular/material2/commit/7f594ce))
87
* **button:** hover styles no longer applied to disabled buttons ([#909](https://github.com/angular/material2/issues/909)) ([21e419d](https://github.com/angular/material2/commit/21e419d)), closes [#866](https://github.com/angular/material2/issues/866)
98
* **button:** stop using `Type` from [@angular](https://github.com/angular) ([#991](https://github.com/angular/material2/issues/991)) ([97d3ed3](https://github.com/angular/material2/commit/97d3ed3))
9+
* **button-toggle:** toggle group should not emit an initial change event. ([#1144](https://github.com/angular/material2/issues/1144)) ([e5830d1](https://github.com/angular/material2/commit/e5830d1))
1010
* **card:** remove unnecessary intermediate div ([#1068](https://github.com/angular/material2/issues/1068)) ([b5e1e33](https://github.com/angular/material2/commit/b5e1e33))
1111
* **checkbox:** export TransitionCheckState enum ([#1147](https://github.com/angular/material2/issues/1147)) ([cda90f3](https://github.com/angular/material2/commit/cda90f3))
1212
* **input:** make attributes match native ones ([#1066](https://github.com/angular/material2/issues/1066)) ([f3a7b91](https://github.com/angular/material2/commit/f3a7b91)), closes [#1065](https://github.com/angular/material2/issues/1065)
@@ -27,6 +27,18 @@
2727

2828
### BREAKING CHANGES
2929

30+
* all: we've updated our packaging to match angular/angular's packaging. If you're using System.js in your project, you will probably want to
31+
switch to using our UMD bundles. Example config:
32+
33+
```ts
34+
'@angular2-material/core': {
35+
format: 'cjs',
36+
main: 'core.umd.js'
37+
}
38+
```
39+
40+
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).
41+
3042
* input: `md-input` attributes now match the casing of native attributes. Previously they were camel-cased; now they are all lowercase.
3143
Example: `autoComplete` is now `autocomplete`. See [#1066](https://github.com/angular/material2/pull/1066) for a full list.
3244
* overlay: overlays are now synchronous. This means actions like creating an overlay no longer return a promise.

0 commit comments

Comments
 (0)