|
| 1 | +## 0.9.0-beta+3 |
| 2 | + |
| 3 | +### Breaking Changes |
| 4 | +* Remove `is SelectableWithComposition`. |
| 5 | + |
| 6 | +### Component Updates |
| 7 | +#### Material Datepicker |
| 8 | +* Allow scoped overrides of themed values. |
| 9 | +* Update `material-calendar-theme` mixin to use the `range` highlight. |
| 10 | + |
| 11 | +#### Material Dialog |
| 12 | +* Fix bug with full screen dialogs. |
| 13 | + |
| 14 | +#### Material Input |
| 15 | +* Remove element used for resizing if the textarea does not need to be resized. |
| 16 | +* Added an `aria-labelledby` attribute. |
| 17 | +* Add mixin to adjust padding for multi-line inputs. |
| 18 | + |
| 19 | +#### Material Expansionpanel |
| 20 | +* Do not change background color on focus or hover when disabled. |
| 21 | + |
| 22 | +#### Material Ripple |
| 23 | +* Allow the ripple to be created programmatically. |
| 24 | + |
| 25 | +#### Material Spinner |
| 26 | +* Add mixin to adjust the stroke width. |
| 27 | + |
| 28 | +#### Material Time Picker |
| 29 | +* Fix bug where `selectedTime` is not reset when the time is set |
| 30 | + programmatically. |
| 31 | + |
| 32 | +### Other Updates |
| 33 | +#### Miscellaneous |
| 34 | +* Make `DomService` run callbacks in the correct zone. |
| 35 | +* Fix bug in `DomTreeIterator.moveNext()` where it was using equality instead of |
| 36 | + assignment. |
| 37 | +* EntityFormatters now implement the regular Formatters. |
| 38 | + |
1 | 39 | ## 0.9.0-beta+2 |
2 | 40 |
|
3 | 41 | > NOTE: This code is considered production quality, but depends on angular: |
|
8 | 46 | with the intention to remove. They are widely unused, complicated the |
9 | 47 | implementations, and unsound in Dart 2. |
10 | 48 |
|
| 49 | +### Component Updates |
11 | 50 | #### Material Dialog |
12 | 51 | * Fix bug where a disposable could be added to its disposer after it had already |
13 | 52 | been destroyed. |
|
28 | 67 |
|
29 | 68 | #### Dart 2 Updates |
30 | 69 | * Fixes for Dart 2 compile-time and runtime errors. |
31 | | -* Applicaion of `dartfmt --fix`. |
| 70 | +* Application of `dartfmt --fix`. |
32 | 71 |
|
33 | 72 | ## 0.9.0-beta+1 |
34 | 73 |
|
|
0 commit comments