|
| 1 | +## 0.14.0-alpha |
| 2 | +### Component Updates |
| 3 | + |
| 4 | +#### Material Auto Suggest Input |
| 5 | +* Adding generic type to `factoryRenderers` in items. |
| 6 | +* Update blur event logic. |
| 7 | +* Add `inputAutocomplete` input. |
| 8 | +* Improve a11y with added aria controls. |
| 9 | + |
| 10 | +#### Material Checkbox |
| 11 | +* Add Sass mixin to remove all margins. |
| 12 | + |
| 13 | +#### Material Date Picker |
| 14 | +* Fix issue where given `dateFormat` was not used to decode the input value. |
| 15 | +* Apply `FocusableMixin`. |
| 16 | +* Modularize and deprecate `timeZoneAwareDatepickerProviders`. |
| 17 | +* Prevent wordwrap for the range title. |
| 18 | + |
| 19 | +#### Material Dialog |
| 20 | +* Add Sass mixin to justify footer content. |
| 21 | + |
| 22 | +#### Material Dropdown Select |
| 23 | +* Pass `aria-describedby` through to the dropdown button. |
| 24 | + |
| 25 | +#### Material Expansion Panel |
| 26 | +* Only auto focus a child, when the panel is expanded. |
| 27 | +* Only fire events and DOM changes on on-target TransitionEnd events. |
| 28 | +* Improve a11y by toggling content visibility when the panel expands or |
| 29 | + collapses. |
| 30 | +* Add `focusOnOpen` input. |
| 31 | + |
| 32 | +#### Material Input |
| 33 | +* Add Sass mixin to change bottom section width and trailing text. |
| 34 | +* Add `inputAriaControls` input. |
| 35 | + |
| 36 | +#### Material Menu |
| 37 | +* Add `popupClass` and `buttonAriaLabelledBy` inputs. |
| 38 | +* Add Sass mixin to configure the background color of a selected menu item. |
| 39 | + |
| 40 | +#### Material Popup |
| 41 | +* Fix memory leak. |
| 42 | + |
| 43 | +#### Material Radio |
| 44 | +* Ensure changes are picked up by Angular's change detection. |
| 45 | +* Add Sass mixin to configure the content margin. |
| 46 | +* Fix issue where programmatic changes to the value model were not shown. |
| 47 | + |
| 48 | +#### Material Select |
| 49 | +* Adding generic type to `factoryRenderers` in items. |
| 50 | +* Add Sass mixins to configure item colors. |
| 51 | + |
| 52 | +#### Material Stepper |
| 53 | +* Fix an issue where when `activeStepIndex` is set to a value but the step state |
| 54 | + is not updated accordingly. |
| 55 | + |
| 56 | +#### Material Tab |
| 57 | +* Loop items and ignore up and down arrow key presses when focusing. |
| 58 | + |
| 59 | +#### Material Tooltip |
| 60 | +* Add Sass mixin to configure the max width of a tooltip. |
| 61 | +* Improve a11y with focus control. |
| 62 | + |
| 63 | +#### Material Tree |
| 64 | +* Properly apply `nested-material-tree-item-style` Sass mixin to nested items. |
| 65 | +* Introduce a `allowDeselectInHierarchy` configuration that allows clients to |
| 66 | + specify if a user should be allowed to deselect an option that they have |
| 67 | + already selected (by clicking on it again). |
| 68 | + |
| 69 | +#### Material Yes/No Buttons |
| 70 | +* Make `EnterAcceptsDirective` use key press instead of key up to align with |
| 71 | + button decorator. |
| 72 | +* Added `aria-describedby`. |
| 73 | + |
| 74 | +#### Scorecard |
| 75 | +* Only apply tabindex 0 to scorecards that are selectable. |
| 76 | + |
| 77 | +### Other Updates |
| 78 | + |
| 79 | +#### Selection Model |
| 80 | +* Change `SelectionModel.isSingleSelect` from a field to an abstract getter. |
| 81 | +* Add a missing `super.dispose()` call to `_StreamSelectionOptions` |
| 82 | + |
| 83 | +#### Miscellaneous |
| 84 | +* Improve `OverlayService` singleton error message. |
| 85 | +* Modularize ruler bindings. |
| 86 | +* Fix a bug where scroll host would try to add events to a closed |
| 87 | + `StreamController`. |
| 88 | +* Update `FocusItemDirective` and `FocusListDirective` to work consistently |
| 89 | + under `OnPush` components. |
| 90 | +* Use GPU accelerated CSS translate rather than 2D translate in sticky |
| 91 | + controller. |
| 92 | +* Make the new trigger logic the default for popups. This ignores drag mouse up |
| 93 | + calls to that users can more easily select text in popups. |
| 94 | +* Mark `DeferredContentDirective` for change detection, after handling event |
| 95 | + from deferred content aware parent. |
| 96 | +* Fix a scroll host issue where scroll events were not ignored when the `Meta` |
| 97 | + key was pressed. |
| 98 | +* Cleanup uses of deprecated `getBool()`. |
| 99 | +* Replace uses of `detectChanges()` with `runAfterChanges...`. |
| 100 | +* Add generic type argument to `AcxImperativeViewUtils.insertComponent<T>()`. |
| 101 | +* Add the ability to ignore up and down keys (for moving focus around within |
| 102 | + children) when using the focus list. |
| 103 | +* Update all components to use `ref="noopener noreferrer"` for `target="_blank"` |
| 104 | + links. |
| 105 | + |
| 106 | +### Documentation |
| 107 | +* Minor documentation fixes. |
| 108 | + |
1 | 109 | ## 0.13.0 |
2 | 110 | ### Component Updates |
3 | 111 |
|
|
0 commit comments