@angular/material
Advanced tools
Changelog
18.2.2 "steel-sword" (2024-08-28)
| Commit | Type | Description |
| -- | -- | -- |
| 39d3d01340 | fix | drag-drop: error if ngDevMode is undefined (#29634) |
| b1c5ed7260 | fix | tree: avoid breaking change in constructor (#29648) |
| ff95692125 | fix | tree: capturing focus on load (#29641) |
| f888b3d95a | fix | tree: fix issue where isExpanded
wouldn't be set if placed before isExpandable
(#29565) (#29647) |
| Commit | Type | Description | | -- | -- | -- | | 3ce4e9fc2a | fix | schematics: Add the missing neutral tones for the M3 color palettes (#29644) | | f93d0f4095 | perf | tooltip: Avoid unneeded calls to clearTimeout (#29643) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.2.1"></a>
Changelog
18.2.0 "technetium-tapas" (2024-08-14)
Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.
Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.
Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.
Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.
Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy
disabled renamed to isDisabled.
| Commit | Type | Description | | -- | -- | -- | | ddc307e28 | feat | button-toggle: allow disabled buttons to be interactive (#29550) | | 841760101 | feat | checkbox: add the ability to interact with disabled checkboxes (#29474) | | 0af3b6175 | feat | radio: add the ability to interact with disabled radio buttons (#29490) | | 4292e1b3a | feat | slide-toggle: add the ability to interact with disabled toggle (#29502) | | a018fb0ee | feat | tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467) | | aaf0d5156 | fix | checkbox: account for disabledInteractive in harness | | d22a24d66 | fix | list: checkmark not visible in high contrast mode (#29546) | | a259b016b | fix | radio: account for disabledInteractive in harness | | fd47a0e60 | fix | radio: avoid error if destroyed quickly (#29507) | | 08d2e3e69 | fix | slide-toggle: account for disabledInteractive in harness | | fd416a30e | fix | tooltip: remove aria-describedby when disabled (#29520) | | ff36c80f9 | fix | tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062) | | 1f992d06c | fix | tree: aria-expanded attribute should not appear in the leaf node (#29273) |
| Commit | Type | Description | | -- | -- | -- | | b2c051d2c | feat | drag-drop: add input to specify dragged item scale (#29392) |
| Commit | Type | Description | | -- | -- | -- | | db5b8dc29 | feat | fallback to system level variables (#29480) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.5"></a>
Changelog
18.1.4 "pewter-polka" (2024-08-07)
| Commit | Type | Description | | -- | -- | -- | | 2b5ae8c0ed | fix | chips: missing tokens in M3 (#29531) | | b98432839e | fix | sidenav: disable focus trap while closed (#29548) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.3"></a>
Changelog
18.1.3 "plastic-beach" (2024-07-31)
| Commit | Type | Description | | -- | -- | -- | | 2c76917779 | fix | coercion: Return undefined when the fallback value is undefined (#29491) |
| Commit | Type | Description | | -- | -- | -- | | caf4b61ead | fix | chips: remove tab-index attribute from mat-chip host (#29436) | | 913267c0b1 | fix | core: custom system-level variable prefix not used in some mixins (#29513) | | 70048ef226 | fix | dialog: invalid font-family declaration (#29516) | | d7d82e1455 | fix | slide-toggle: don't trigger active state for entire container (#29514) | | d237e7d2c7 | fix | slide-toggle: remove divs from button (#29485) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.2"></a>
Changelog
18.1.2 "velvet-violin" (2024-07-24)
| Commit | Type | Description | | -- | -- | -- | | cf61af53bd | fix | chips: remove button is too small (#29351) | | c79ec264aa | fix | form-field: hiding a label after it has been (#29461) | | 15238d255f | fix | input: Number input not changing on wheel interaction (#29449) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.1"></a>
Changelog
18.1.1 "tantalum-tale" (2024-07-17)
| Commit | Type | Description | | -- | -- | -- | | ca634cb7b | fix | drag-drop: remove preview after animate to placeholder animation completes (#29439) |
| Commit | Type | Description | | -- | -- | -- | | b7959c241 | fix | button: support palettes for icon button in M3 (#29433) | | ffe1c35c0 | fix | chips: fix focus issue (#29427) | | 57cc0b04b | fix | core: require theme for option typography (#29416) | | 2e5e415ec | fix | tabs: prevent tab header from collapsing when empty inside a drop list (#29418) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.0"></a>
Changelog
18.1.0 "coral-odyssey" (2024-07-10)
| Commit | Type | Description | | -- | -- | -- | | 0bc6583892 | feat | drag-drop: add mixed orientation support | | b5e30156c1 | feat | drag-drop: add the ability to specify an alternate drop list container (#29283) | | 03d4e134c8 | fix | drag-drop: reset pointer events on descendants (#29370) |
| Commit | Type | Description | | -- | -- | -- | | 5da528e44d | feat | button: allow button color to be configured through DI (#29297) | | 6f698fa4e2 | feat | core: add option to configure prefix of system variables (#29139) | | 5a97c03928 | fix | chips: navigate between rows on up/down arrow (#29364) | | 566057b8f5 | fix | divider: non-text color contrast issues (#28995) | | 65b56400bd | fix | tabs: remove visibility style when hydrating (#29220) |
| Commit | Type | Description | | -- | -- | -- | | fc6beeae18 | fix | popover-edit: Fix dialog role and allow aria label on popup (#29380) |
| Commit | Type | Description | | -- | -- | -- | | aa17c2d128 | fix | remove workarounds for formControl directive (#29296) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.6"></a>
Changelog
18.0.2 "velvet-viola" (2024-06-05)
| Commit | Type | Description | | -- | -- | -- | | 5ef11b1e15 | fix | testing: TestbedHarnessEnvironment should work when Zone is not present (#29176) |
| Commit | Type | Description | | -- | -- | -- | | dfc19e2884 | fix | core: hide ripples inside drag&drop elements (#29184) | | 51488a2b7e | fix | datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137) | | 3945ed62cd | fix | radio: Ensure focus and selected states stay linked (#29082) | | 8d44ed99c6 | fix | schematics: theming API migration not working with CRLF line endings (#29171) | | 5e3d13d559 | fix | slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.1"></a>
Changelog
18.0.1 "plastic-baby" (2024-05-29)
| Commit | Type | Description | | -- | -- | -- | | d96b5e39e0 | fix | core: M3 themes not inserting loaded marker | | b7c0a6ef56 | fix | form-field: outline label position (#29123) | | 24de3d4884 | fix | menu: prevent divider styles from bleeding out (#29111) | | 2110f2c97e | fix | tabs: avoid pagination infinite loop in safari (#29121) |
| Commit | Type | Description | | -- | -- | -- | | 466e249cd1 | fix | error when interacting with the player before the API has been loaded (#29127) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.0"></a>