You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@angular/cdk-experimental

Package Overview
Dependencies
Maintainers
1
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
23
47
Next

18.2.0-next.2

Diff

google-wombot
published 18.1.2 •

google-wombot
published 18.1.1 •

Changelog

Source

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

cdk

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

material

| 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.2.0-next.1"></a>

google-wombot
published 18.2.0-next.1 •

Changelog

Source

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

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

material

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

cdk

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.0-next.0"></a>

google-wombot
published 18.2.0-next.0 •

Changelog

Source

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

cdk

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

material

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.0"></a>

google-wombot
published 18.1.0 •

Changelog

Source

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

cdk

| 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) |

material

| 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) |

cdk-experimental

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

multiple

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.6"></a>

google-wombot
published 18.1.0-rc.0 •

google-wombot
published 18.0.6 •

Changelog

Source

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

material

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.5"></a>

google-wombot
published 18.1.0-next.4 •

google-wombot
published 18.0.5 •

Changelog

Source

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

cdk

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

material

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

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.4"></a>

23
47
Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc