You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [04a7652dca](https://github.com/angular/components/commit/04a7652dcaeffa36d27cb9f61d04bd9772fcab09) | fix | **table:** set border none for header cells on last row ([#30193](https://github.com/angular/components/pull/30193)) |
| [b924e869c5](https://github.com/angular/components/commit/b924e869c548850caf9d511a5fa56ab402d435bb) | fix | **theming:** fix not found error in the guide duplicate theming styles document ([#30108](https://github.com/angular/components/pull/30108)) |
22
+
| [c04f84fd3b](https://github.com/angular/components/commit/c04f84fd3b81dbf5e1e76304845f51d16f365ab3) | fix | **tooltip:** body line height affecting gap ([#30164](https://github.com/angular/components/pull/30164)) |
23
+
### cdk-experimental
24
+
| Commit | Type | Description |
25
+
| -- | -- | -- |
26
+
| [50d906b3e3](https://github.com/angular/components/commit/50d906b3e3bb841917bafc05bc65ae7c01a57705) | fix | **column-resize:** Previous size was being sent for persistance rather than newly updated size in non-live resize mode. ([#30161](https://github.com/angular/components/pull/30161)) |
27
+
28
+
<!-- CHANGELOG SPLIT MARKER -->
29
+
1
30
<a name="19.1.0-next.2"></a>
2
31
# 19.1.0-next.2 "rhodium-rhubarb" (2024-12-11)
3
32
### material
@@ -125,9 +154,9 @@
125
154
- * Since `cdk.high-contrast` targets a media query instead of a class, the specificity of the styles it emits is lower than before.
126
155
- * The overlay stays are now loaded slightly later than before which can change their specificity. You may have to update any overlay style overrides.
127
156
- * Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.
128
-
157
+
129
158
* fix(cdk/scrolling): adds ngTemplateContextGuard
130
-
159
+
131
160
implements ngTemplateContextGuard for CdkVirtualForOf directive
132
161
### material
133
162
- * The ripples styles are now loaded slightly later than before which can change their specificity. You may have to update any ripple style overrides.
@@ -440,16 +469,16 @@
440
469
* CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
441
470
* MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
442
471
* MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.
443
-
472
+
444
473
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.
445
474
- Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.
446
475
* MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
447
476
* MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
448
477
* MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
449
478
* LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.
450
-
479
+
451
480
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.
452
-
481
+
453
482
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
454
483
- disabled renamed to isDisabled.
455
484
* CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled
@@ -2008,7 +2037,7 @@ Kristiyan Kostadinov, RuoJia123 and Zach Arend
2008
2037
<a name="15.2.1"></a>
2009
2038
# 15.2.1 "silicone-soliloquy" (2023-03-01)
2010
2039
## Breaking Changes
2011
-
###
2040
+
###
2012
2041
- the description for body-1 and body-2 has changed
2013
2042
### material
2014
2043
| Commit | Type | Description |
@@ -2020,7 +2049,7 @@ Kristiyan Kostadinov, RuoJia123 and Zach Arend
| [4338e5ee57](https://github.com/angular/components/commit/4338e5ee5724a28a434f2d04d3e1f29d43c4a0b3) | fix | **snack-bar:** misaligned lines on safari for long messages ([#26692](https://github.com/angular/components/pull/26692)) |
0 commit comments