|
| 1 | +## 0.9.0-beta+1 |
| 2 | + |
| 3 | +> NOTE: This code is considered production quality, but depends on angular: |
| 4 | +> 5.0.0-beta+1 (5.0.0-beta+1 is used in production Google apps). |
| 5 | +
|
| 6 | +### Updated Dependencies |
| 7 | +* Bumped the lower bound of the SDK dependency and widened the upper bound to |
| 8 | + include the 2.0.0 stable release. |
| 9 | +* angular: 5.0.0-beta+1 |
| 10 | +* angular_forms: 2.0.0-beta+1 |
| 11 | + |
| 12 | +### Add Material Card Styling |
| 13 | +Material Card is card styling provided by the Google material team also known as |
| 14 | +mdc-web. The styles included in this package are provided as a convenience to |
| 15 | +users in the Dart package ecosystem. |
| 16 | + |
| 17 | +### Breaking Changes |
| 18 | +* `ActiveItemMixin` has been removed in favor of the new `ActiveItemDirective`. |
| 19 | + |
| 20 | +### Component Updates |
| 21 | + |
| 22 | +#### Material Date Range Picker |
| 23 | +* Add the 'popupClass' attribute to allow styling the popup. |
| 24 | + |
| 25 | +#### Material Dropdown Select |
| 26 | +* Add back `keyboardOnlyFocusIndicator` to dropdown items. |
| 27 | + |
| 28 | +#### Material Input |
| 29 | +* Return `null` when input is `"NaN"` or `null`. |
| 30 | + |
| 31 | +#### Material Slider |
| 32 | +* Add touch controls. |
| 33 | +* Enable doubles for slider values. |
| 34 | + |
| 35 | +#### Material Tree |
| 36 | +* Add `visibleChange` output stream to `MaterialTreeDropdownComponent`. |
| 37 | + |
| 38 | +#### Material Toggle |
| 39 | +* Implement `ControlValueAccessor`. |
| 40 | + |
| 41 | +#### Material Yes/No Buttons |
| 42 | +* Fix bug where text color was not applying to highlighted/raised yes button. |
| 43 | +* Fix no button to not override disabled text label color. |
| 44 | + |
| 45 | +#### Reorder List |
| 46 | +* Add ability to specify a handle element in a complex component. |
| 47 | + |
| 48 | +#### Scorecard |
| 49 | +* Add mixin for changing the display to flex. |
| 50 | + |
| 51 | +### Other Updates |
| 52 | +#### Miscellaneous |
| 53 | +* Modify `TextHighlighter` to return separate results for adjacent matches, |
| 54 | + rather than concatenating them into a single result. |
| 55 | +* Migrate to using event tearoffs. |
| 56 | +* Deprecate convenience list for materialDirectives. It has been demonstrated |
| 57 | + that it's use increases code size when only some of the components are being |
| 58 | + used. It is preferable to use only the directives needed for your application |
| 59 | + for improved dart2js tree shaking. |
| 60 | + |
| 61 | +#### Dart 2 Updates |
| 62 | +* Migrate from `Stream<Null>` to `Stream<void>`. |
| 63 | + |
| 64 | +#### Documentation |
| 65 | +* General documentation cleanup for `@Input`s and `@Output`s. Improves |
| 66 | + documentation generated by the component gallery. |
| 67 | + |
1 | 68 | ## 0.9.0-beta |
2 | 69 |
|
3 | 70 | > NOTE: This code is considered production quality, but depends on angular: |
|
0 commit comments