Skip to content

Releases: angular/components

v18.2.0-next.1

17 Jul 13:01
Compare
Choose a tag to compare
v18.2.0-next.1 Pre-release
Pre-release

18.2.0-next.1 "osmium-opal" (2024-07-17)

cdk

Commit Description
fix - 565566151 drag-drop: remove preview after animate to placeholder animation completes (#29439)

material

Commit Description
fix - 095947c8c button: support palettes for icon button in M3 (#29433)
fix - e69b2b09e chips: fix focus issue (#29427)
fix - b116643a0 core: require theme for option typography (#29416)
fix - 92ab713a6 tabs: prevent tab header from collapsing when empty inside a drop list (#29418)
fix - ff36c80f9 tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062)

Deprecations

material

  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.

    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.

    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.

    • MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
    • MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
    • MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
    • LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.

    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.

    • CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled

v18.1.1

17 Jul 13:12
Compare
Choose a tag to compare

18.1.1 "tantalum-tale" (2024-07-17)

material

Commit Description
fix - b7959c241 button: support palettes for icon button in M3 (#29433)
fix - ffe1c35c0 chips: fix focus issue (#29427)
fix - 57cc0b04b core: require theme for option typography (#29416)
fix - 2e5e415ec tabs: prevent tab header from collapsing when empty inside a drop list (#29418)

cdk

Commit Description
fix - ca634cb7b drag-drop: remove preview after animate to placeholder animation completes (#29439)

v18.2.0-next.0

10 Jul 18:17
Compare
Choose a tag to compare
v18.2.0-next.0 Pre-release
Pre-release

18.2.0-next.0 "pumice-reverie" (2024-07-10)

material

Commit Description
fix - 1f992d06c6 tree: aria-expanded attribute should not appear in the leaf node (#29273)

cdk

Commit Description
feat - b2c051d2c1 drag-drop: add input to specify dragged item scale (#29392)

v18.1.0

10 Jul 18:04
Compare
Choose a tag to compare

18.1.0 "coral-odyssey" (2024-07-10)

cdk-experimental

Commit Description
fix - fc6beeae18 popover-edit: Fix dialog role and allow aria label on popup (#29380)

material

Commit Description
feat - 5da528e44d button: allow button color to be configured through DI (#29297)
feat - 6f698fa4e2 core: add option to configure prefix of system variables (#29139)
fix - 5a97c03928 chips: navigate between rows on up/down arrow (#29364)
fix - 566057b8f5 divider: non-text color contrast issues (#28995)
fix - 65b56400bd tabs: remove visibility style when hydrating (#29220)

cdk

Commit Description
feat - 0bc6583892 drag-drop: add mixed orientation support
feat - b5e30156c1 drag-drop: add the ability to specify an alternate drop list container (#29283)
fix - 03d4e134c8 drag-drop: reset pointer events on descendants (#29370)

multiple

Commit Description
fix - aa17c2d128 remove workarounds for formControl directive (#29296)

v18.1.0-rc.0

03 Jul 11:18
Compare
Choose a tag to compare
v18.1.0-rc.0 Pre-release
Pre-release

18.1.0-rc.0 "zirconium-zoo" (2024-07-03)

material

Commit Description
fix - 674538b77 core: add fallback if ripples get stuck (#29323)

v18.0.6

03 Jul 11:05
Compare
Choose a tag to compare

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Description
fix - e5c5f151c core: add fallback if ripples get stuck (#29323)

v18.1.0-next.4

26 Jun 21:28
Compare
Choose a tag to compare
v18.1.0-next.4 Pre-release
Pre-release

18.1.0-next.4 "plastic-pliers" (2024-06-26)

material

Commit Description
feat - 5da528e44d button: allow button color to be configured through DI (#29297)
fix - d9181b53a4 button-toggle: skip disabled buttons during keyboard navigation (#29308)
fix - f67ffa5c0f button: stack icons on top of touch target (#29291)
fix - e74065ad94 datepicker: avoid losing focus when re-rendering the current view (#29287)
fix - 36c627beaf sidenav: not closing on escape key press (#29292)

cdk

Commit Description
fix - 5f7680f76f a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

multiple

Commit Description
fix - aa17c2d128 remove workarounds for formControl directive (#29296)

v18.0.5

26 Jun 21:09
Compare
Choose a tag to compare

18.0.5 "plastic-puppy" (2024-06-26)

material

Commit Description
fix - fad2a074e2 button-toggle: skip disabled buttons during keyboard navigation (#29308)
fix - e5684fe2b7 button: stack icons on top of touch target (#29291)
fix - c1a40a26d1 datepicker: avoid losing focus when re-rendering the current view (#29287)
fix - 7f575daab5 sidenav: not closing on escape key press (#29292)

cdk

Commit Description
fix - 0be4013d90 a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

v18.1.0-next.3

20 Jun 09:41
Compare
Choose a tag to compare
v18.1.0-next.3 Pre-release
Pre-release

18.1.0-next.3 "copper-carousel" (2024-06-20)

material

Commit Description
fix - 008212a98 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - aaea0e272 bottom-sheet: changed after checked error with zoneless (#29277)
fix - cee9b0415 core: generate mat-optgroup tokens in M3 (#29257)
fix - a4846a961 core: implement elevation classes in M3
fix - 6318f24d5 form-field: outline label position (#29138)
fix - 3550a8798 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 03d00f573 menu: update elevation logic for M3
fix - 99b33120e paginator: items per page form field touch target size insufficient (#29109)
fix - 43b8dcbb1 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
feat - b5e30156c drag-drop: add the ability to specify an alternate drop list container (#29283)
fix - 09df51d8e overlay: incorrectly dispatching outside click for shadow DOM (#29249)

v18.0.4

20 Jun 09:30
Compare
Choose a tag to compare

18.0.4 "caesium-carnival" (2024-06-20)

material

Commit Description
fix - 303984fd9 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - 69ae4040e bottom-sheet: changed after checked error with zoneless (#29277)
fix - 317e371f0 core: generate mat-optgroup tokens in M3 (#29257)
fix - 93bc60964 core: implement elevation classes in M3
fix - 6310016f2 form-field: outline label position (#29138)
fix - ce195dee4 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 9988ef2f5 menu: update elevation logic for M3
fix - bad8f6ad4 paginator: items per page form field touch target size insufficient (#29109)
fix - f834a11d2 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
fix - 8e7ac0804 overlay: incorrectly dispatching outside click for shadow DOM (#29249)