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
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
Bumps the angular group with 15 updates:
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
18.1.4
18.2.0
Updates
@angular/animations
from 18.1.4 to 18.2.0Release notes
Sourced from
@angular/animations
's releases.... (truncated)
Changelog
Sourced from
@angular/animations
's changelog.... (truncated)
Commits
513a4fe
refactor(core): replace usages of removeChild (#57203)a7b973e
docs(docs-infra): Use shiki for code highlighting (#57059)176b26f
docs: remove private symbol from docs (#56851)Updates
@angular/cdk
from 18.1.4 to 18.2.0Release notes
Sourced from
@angular/cdk
's releases.... (truncated)
Changelog
Sourced from
@angular/cdk
's changelog.... (truncated)
Commits
2caed5b
release: cut the v18.2.0 releasef7a0305
fix(material/tabs): allow for tablist aria-label and aria-labelledby to be se...1ee9d49
fix(material/form-field): update state if control changes (#29573)08d2e3e
fix(material/slide-toggle): account for disabledInteractive in harnessa259b01
fix(material/radio): account for disabledInteractive in harnessaaf0d51
fix(material/checkbox): account for disabledInteractive in harness0f8b4c4
docs(material/chips): wrong example name (#29572)f5566c8
fix(material/schematics): Generate more accurate tonal palettes for M3 schema...4731803
refactor(multiple): remove mdc-based descriptions (#29566)54f4d41
build: move commit message check to be last in pipeline (#29568)Updates
@angular/common
from 18.1.4 to 18.2.0Release notes
Sourced from
@angular/common
's releases.... (truncated)
Changelog
Sourced from
@angular/common
's changelog.... (truncated)
Commits
513a4fe
refactor(core): replace usages of removeChild (#57203)3bdead1
refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)2d8635d
refactor(docs-infra): migrate@angular/docs
from dev-infra into adev director...2c4613a
fix(common): Don't run preconnect assertion on the server. (#56213)229dd83
fix(common): typo in warning for NgOptimizedDirective (#56817)6e1f78f
perf(http): executefetch
outside of Angular zone (#56820)d9fe17a
refactor(common): Fire priority check on stable. (#56776)b5c2e91
refactor(common): remove remaining code for NgSwitch equality patch (#56806)Updates
@angular/compiler
from 18.1.4 to 18.2.0Release notes
Sourced from
@angular/compiler
's releases.