|
| 1 | +## 0.9.0-alpha |
| 2 | + |
| 3 | + * Application Layout: Provide list-item changes as a mixin to be used in |
| 4 | + components that wrap drawer contents. |
| 5 | + * Material Auto Suggest Input: Protect against method being called after it is |
| 6 | + destroyed. |
| 7 | + * Material Button: |
| 8 | + * Update hover, focus, and disabled styles to be inline with Material Spec. |
| 9 | + * Update mixin names and fix to prevent styles leaking outside of the |
| 10 | + component. |
| 11 | + * Material Checkbox: |
| 12 | + * Implement onTouched logic. |
| 13 | + * Fix disabled state to match Material Spec which is a light grey not a |
| 14 | + certain opacity of the checkbox. |
| 15 | + * Material Dialog: |
| 16 | + * Remove `preserveWhitespace: false`. |
| 17 | + * Material Expansionpanel: |
| 18 | + * Smooth appearance/disappearance of expansion panel contents. |
| 19 | + * Add mixin to allow change the panel name min width. |
| 20 | + * Remove `preserveWhitespace: false`. |
| 21 | + * Material Input: Fix unexpected `)` in selector for |
| 22 | + `MaterialInputDefaultValueAccessor`. |
| 23 | + * Material Popup: |
| 24 | + * Listen to DomService.trackLayoutChange streams for overlayRepositionLoop |
| 25 | + popups. |
| 26 | + * Material Progress: Fall back to the non-optimized animation if the width is 0 |
| 27 | + after view init. |
| 28 | + * Material Select: |
| 29 | + * Add `showButtonBorder` input to Material Dropdown Select component. |
| 30 | + * Cleanup unused styles. |
| 31 | + * Material Tabs: Increase space between labels. |
| 32 | + * Material Tooltip: Fix material-paper-tooltip content that are change detected |
| 33 | + and using deferred content by having the visible property be set in an async |
| 34 | + manner so that the value isn't added in the middle of a change detection |
| 35 | + loop. |
| 36 | + * Material Tree: Clear filter inside the popup when MaterialTreeDropdown |
| 37 | + closes. |
| 38 | + * Scorecard: Add a tooltip field. |
| 39 | + * Add color contrast ratio utility. |
| 40 | + * Remove deprecated box-sizing styles. |
| 41 | + * Deprecate `ManagedZone` and replace with `NgZone`. |
| 42 | + * Remove unnecessary uses of `::ng-deep`. |
| 43 | + * Add `visibility: Visibility.none` to most components for reduced code size. |
| 44 | + * Update documentation. |
| 45 | + |
1 | 46 | ## 0.8.0 |
2 | 47 |
|
3 | 48 | * Move entry points to all components out of the lib/src/ directory. |
|
0 commit comments