|
| 1 | +## 0.9.0-alpha+15 |
| 2 | + |
| 3 | +> NOTE: This code is considered production quality, but depends on angular: |
| 4 | +> 5.0.0-alpha+15. The alpha tag represents the evolving nature of the |
| 5 | +> AngularDart API, not code quality (5.0.0-alpha+15 is used in production Google |
| 6 | +> apps). |
| 7 | +
|
| 8 | + * Update dependencies for compatibility with Dart SDK v2.0.0-dev.62.0. |
| 9 | + * Material Button: Remove styles for vertically aligned icon with text buttons. |
| 10 | + * Material Checkbox: Add `material-checkbox-color` mixin and deprecate |
| 11 | + `material-checkbox-theme`. |
| 12 | + * Material Datepicker: Use updated class names for `ShowHideDirective`. |
| 13 | + * Material Expansion Panel: Add a mixin to show header actions on the bottom |
| 14 | + instead of on the left. |
| 15 | + * Material Popup: Automatically restore focus on the popup source element when |
| 16 | + user tabs out. |
| 17 | + * Material Progress: Add height with rounded possibility for material progress |
| 18 | + bar. |
| 19 | + * Material Select: |
| 20 | + * Update to `activedescendant` ARIA pattern for a11y. |
| 21 | + * Ensure button text displays correctly when there the error message shows |
| 22 | + below it. |
| 23 | + * Material Slider: |
| 24 | + * Add disabled property. |
| 25 | + * Update size of click target. |
| 26 | + * Material Radio: |
| 27 | + * Add `role` attribute. |
| 28 | + * Add `material-radio-color` mixin and deprecate `material-radio-theme`. |
| 29 | + * Add DI modules to Laminate Overlay & Popup components. |
| 30 | + * Update to `SelectionModel.single()`, `SelectionModel.multi()` etc. instead of |
| 31 | + deprecated `SelectionModel.withList()`. |
| 32 | + * Remove explicit `Visibility.local` from Angular components and directives, as |
| 33 | + this is the default now. |
| 34 | + * Remove legacy CSS class names used by `ShowHideDirective` that conflict with |
| 35 | + Angular JS apps. |
| 36 | + * Style updates for new additions to Effective Dart. |
| 37 | + |
1 | 38 | ## 0.9.0-alpha+14
|
2 | 39 |
|
3 | 40 | > NOTE: This code is considered production quality, but depends on angular:
|
|
16 | 53 | * Fix focus bug when clicking on a different focusable element.
|
17 | 54 | * Add new CSS class names used by `ShowHideDirective` to avoid conflicts with
|
18 | 55 | Angular JS apps.
|
19 |
| - * Only focus when `_autoFocus` is `true` when using `AutoFocusDirective`. |
| 56 | + * Only focus when `autoFocus` is `true` when using `AutoFocusDirective`. |
20 | 57 | * Update various components to use finals for `Intl.message`s to improve
|
21 | 58 | performance.
|
22 | 59 | * Update `PopupHierarchy` to better handle cases with multiple modals.
|
|
0 commit comments