chore(deps): bump @angular/material from 17.3.10 to 18.1.1
Created by: dependabot[bot]
Bumps @angular/material from 17.3.10 to 18.1.1.
Release notes
Sourced from @angular/material
's releases.
v18.1.1
18.1.1 "tantalum-tale" (2024-07-17)
material
Commit Description button: support palettes for icon button in M3 (#29433) chips: fix focus issue (#29427) core: require theme for option typography (#29416) tabs: prevent tab header from collapsing when empty inside a drop list (#29418) cdk
Commit Description drag-drop: remove preview after animate to placeholder animation completes (#29439) v18.1.0
18.1.0 "coral-odyssey" (2024-07-10)
cdk-experimental
Commit Description popover-edit: Fix dialog role and allow aria label on popup (#29380) material
Commit Description button: allow button color to be configured through DI (#29297) core: add option to configure prefix of system variables (#29139) chips: navigate between rows on up/down arrow (#29364) divider: non-text color contrast issues (#28995) tabs: remove visibility style when hydrating (#29220) cdk
Commit Description drag-drop: add mixed orientation support drag-drop: add the ability to specify an alternate drop list container (#29283) drag-drop: reset pointer events on descendants (#29370) multiple
Commit Description remove workarounds for formControl directive (#29296) v18.1.0-rc.0
18.1.0-rc.0 "zirconium-zoo" (2024-07-03)
material
Commit Description core: add fallback if ripples get stuck (#29323) v18.1.0-next.4
... (truncated)
Changelog
Sourced from @angular/material
's changelog.
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) 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)
... (truncated)
Commits
-
cae52de
release: cut the v18.1.1 release -
b7959c2
fix(material/button): support palettes for icon button in M3 (#29433) -
58efa28
refactor(material/core): simplify token utils (#29430) -
ca634cb
fix(cdk/drag-drop): remove preview after animate to placeholder animation com... -
d57e6a5
build: remove token validation tests (#29438) -
2e5e415
fix(material/tabs): prevent tab header from collapsing when empty inside a dr... -
f9cc120
build: update to Angular 18.1 stable (#29429) -
ffe1c35
fix(material/chips): fix focus issue (#29427) -
2124ce6
docs: update getting started (#29423) -
57cc0b0
fix(material/core): require theme for option typography (#29416) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)