Sourced from @âangular/cdk
's releases.
v19.0.0
19.0.0 "hafnium-hippo" (2024-11-19)
cdk
Commit Description a11y: use native media query for high contrast detection (#29678) private: create cdk-visually-hidden style loader (#29757) overlay: avoid having to manually load structural styles overlay: load structural styles in a cascade layer (#29725) portal: remove ComponentFactoryResolver usages (#27427) scrolling: adds ngTemplateContextGuard (#27276) text-field: avoid having to manually load text field styles tree: fix issue where isExpanded
wouldn't be set if placed beforeisExpandable
(#29565)tree: only handle keyboard events directly from the node (#29861) tree: warn if mixed node types are used within the same tree material
Commit Description checkbox: add new aria properties to MatCheckbox (#29457) core: add experimental theme demo (#29636) core: add theme-overrides mixin (#29858) core: create focus-indicator structural styles loader (#29763) core: default to color-scheme theme type (#29907) core: deprecate the core mixin (#29906) core: rename theme mixin (#29857) core: switch system prefix from sys to mat-sys (#29908) input: add the ability to interact with disabled inputs (#29574) schematics: create v19 core removal schematic (#29768) schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#29642) schematics: Update custom theme schematic to work with light-dark and use theme-overrides mixin (#29911) tabs: add alignTabs
inMatTabsConfig
(#29779)theming: Disambiguate token names in theme overrides (#29859) timepicker: add test harnesses timepicker: add timepicker component bottom-sheet: add height
minHeight
maxHeight
to config (#29794)core: add missing system variables (#29624) core: allow optgroup overrides through core-overrides (#29897) core: avoid browser inconsistencies when parsing time core: avoid having to manually load ripple styles core: change ng-add to use mat.theme (#29990) core: correctly identify color input (#29909) core: delete deprecated APIs (#29651) core: drop sanity checks (#29688) core: option showing double selected indicator in high contrast mode core: remove unused motion system vars (#29920) core: rename sys vars from mat-app to mat-sys (#29879) core: stop manually instantiating MatRipple directive (#29630) core: update prebuilt themes to use mat.theme (#29989) datepicker: calendar font tokens not being picked up (#29610)
... (truncated)
Sourced from @âangular/cdk
's changelog.
19.0.0 "hafnium-hippo" (2024-11-19)
Breaking Changes
cdk
- Since
cdk.high-contrast
targets a media query instead of a class, the specificity of the styles it emits is lower than before.
- The overlay stays are now loaded slightly later than before which can change their specificity. You may have to update any overlay style overrides.
Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.
fix(cdk/scrolling): adds ngTemplateContextGuard
implements ngTemplateContextGuard for CdkVirtualForOf directive
material
- The ripples styles are now loaded slightly later than before which can change their specificity. You may have to update any ripple style overrides.
mixinColor
andCanColor
have been removed. Use a host binding instead.mixinDisableRipple
andCanDisableRipple
have been removed. Use input transforms instead.mixinDisabled
andCanDisable
have been removed. Use input transforms instead.mixinInitialized
andHasInitialized
have been removed. Use aSubject
that emits inngOnInit
instead.mixinTabIndex
andHasTabIndex
have been removed. Use input transforms instead.google-maps
- The new
@âgooglemaps/markerclusterer
API should be imported instead of the old one. Read more at: https://github.com/googlemaps/js-markerclusterer- The
MapMarkerClusterer
class has been renamed toDeprecatedMapMarkerClusterer
.- The
map-marker-clusterer
selector has been changed todeprecated-map-marker-clusterer
.multiple
- In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like
@include mat.button-theme($theme); --mat-button-color: red;
. It can be resolved by wrapping the overrides with& {}
, for example@include mat.button-theme($theme); & { --mat-button-color: red; }
.
MatButton.ripple
is no longer available.MatCheckbox.ripple
is no longer available.MatChip.ripple
is no longer available.material-date-fns-adapter
Commit Type Description 234e5e0e8 feat add support for date-fns 4 (#29744) youtube-player
Commit Type Description 09da06b42 fix ready event not emitting 288598750 fix startSeconds not applied when using placeholder google-maps
Commit Type Description 1bd976c6a feat Add support for some mouse events #29741 (#29747) a05475e76 feat deprecate marker cluster component c70aae15b feat implement new marker clusterer b9deeee85 fix add schematic to switch to the new clusterer name a6709497f fix expose all clusterer types (#29905) 74c2a081f fix resolve CLI errors in ng update schematic (#29947) material
Commit Type Description 9122335b2 feat checkbox: add new aria properties to MatCheckbox (#29457) 64ed7ca71 feat core: add experimental theme demo (#29636) a58e6f671 feat core: add theme-overrides mixin (#29858)
... (truncated)
2f3cea1
release: cut the v19.0.0 release56834a2
build: update to v19 final (#30045)734f296
docs: fix broken links (#30038)370e6cc
release: cut the v19.0.0-rc.3 release05c78af
fix(cdk/table): run differ for all columns (#30012)3a4158e
refactor(cdk/testing): fix out of sync file (#30021)dbcb921
fix(material/menu): handle keyboard events through dispatcher (#29997)5345a87
fix(material/input): preserve aria-describedby set externally5ba9792
fix(material/form-field): avoid touching the DOM on each state change13beab5
release: cut the v19.0.0-rc.2 release