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
Bumps the all-updates group with 20 updates in the / directory:
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
6.1.0
6.1.1
6.1.0
6.1.1
6.1.24
6.1.30
0.14.7
0.14.8
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
18.1.0
18.1.1
6.1.0
6.1.1
20.14.10
20.14.11
7.16.0
7.16.1
7.16.0
7.16.1
48.7.0
48.8.3
Updates
@angular/cdk
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/cdk
's releases.Changelog
Sourced from
@angular/cdk
's changelog.... (truncated)
Commits
cae52de
release: cut the v18.1.1 releaseb7959c2
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)Updates
@angular/common
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/common
's releases.Changelog
Sourced from
@angular/common
's changelog.Commits
a1cb9df
fix(common): Don't run preconnect assertion on the server. (#56213)Updates
@angular/core
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/core
's releases.Changelog
Sourced from
@angular/core
's changelog.Commits
5682527
fix(core): not all callbacks running when registered at the same time (#56981)daf0317
fix(compiler): JIT mode incorrectly interpreting host directive configuration...b666d2c
fix(migrations): fix common module removal (#56968)a7b774c
refactor(core): RefactorEarlyEventContract
to prepare for using it as a co...4b82b98
refactor(core): Remove unused A11Y_CLICK_SUPPORT define. (#56901)Updates
@angular/forms
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/forms
's releases.Changelog
Sourced from
@angular/forms
's changelog.Commits
Updates
@angular/platform-browser
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/platform-browser
's releases.Changelog
Sourced from
@angular/platform-browser
's changelog.Commits
Updates
@angular/platform-browser-dynamic
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/platform-browser-dynamic
's releases.Changelog
Sourced from
@angular/platform-browser-dynamic
's changelog.Commits
Updates
@angular/router
from 18.1.0 to 18.1.1Release notes
Sourced from
@angular/router
's releases.Changelog
Sourced from
@angular/router
's changelog.Commits
Updates
@capacitor/android
from 6.1.0 to 6.1.1Release notes
Sourced from
@capacitor/android
's releases.Changelog
Sourced from
@capacitor/android
's changelog.