angular-spring-reactive-sample
angular-spring-reactive-sample copied to clipboard
chore(deps): bump @angular/cdk from 19.0.4 to 20.0.1 in /ui
Bumps @angular/cdk from 19.0.4 to 20.0.1.
Release notes
Sourced from @angular/cdk's releases.
20.0.1
material
Commit Description button: add token for icon button shape (#31223) schematics: filter paths when renaming tokens (#31249) 20.0.0
cdk
Commit Description dialog: add closePredicate option drag-drop: introduce resetToBoundary(#30436)accordion: resolve changed after checked error collections: breaking changes for v20 dialog: breaking changes for v20 dialog: provide proper shaped Directionality (#30898) drag-drop: breaking changes for v20 drag-drop: incorrect type DragConstrainPosition (#30510) overlay: use MutationObserver to detach overlay (#30703) portal: remove deprecated symbols (#30584) schematics: support project index file discovery for object-form and default (#30967) table: breaking changes for v20 table: move out unused style scheduler (#30963) table: remove private symbols from public API (#30956) overlay: add tree-shakeable alternatives for overlay APIs (#30904) material
Commit Description button: add support for tonal button (#30638) button: allow appearance to be set dynamically card: support filled variant (#29868) core: handle prefers-reduced-motion automatically (#30796) core: introduce custom token for controlling animations (#30749) dialog: add closePredicate option autocomplete: allow overlay backdrop by setting hasBackdrop option (#30631) button-toggle: changed after checked error when updating tabindex (#31172) button: align harness with new terminology button: combine MatButton and MatAnchor (#30492) button: tonal touch target token transgression (#30688) checkbox: breaking changes for v20 checkbox: hardcode token renames (#30752) checkbox: resolve change after checked error chips: chip input not showing placeholder (#30664) chips: implement disabledInteractive in chip input (#30665) core: include density tokens in system theme (#30845) datepicker: resolve change after checked errors dialog: breaking changes for v20 form-field: preserve aria-describedby set externally across all form controls (#30699) form-field: use ResizeObserver for label offset calculation (#30702)
... (truncated)
Changelog
Sourced from @angular/cdk's changelog.
20.0.1 "sulfur-sandpaper" (2025-05-28)
material
Commit Type Description ecd17ad75 fix button: add token for icon button shape (#31223) 20fa71807 fix schematics: filter paths when renaming tokens (#31249) 20.0.0 "calcium-carrot" (2025-05-28)
Breaking Changes
cdk
SelectionModel.clearnow returns a boolean.SelectionModel.deselectnow returns a boolean.SelectionModel.selectnow returns a boolean.SelectionModel.setSelectionnow returns a boolean.SelectionModel.togglenow returns a boolean.
DIALOG_SCROLL_STRATEGY_PROVIDERhas been removed.DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORYhas been removed.
DragDropRegistryis no longer generic.DragDropRegistry.scrollhas been removed. Use thescrolledmethod instead.
DomPortalHosthas been removed. UseDomPortalOutletinstead.PortalInjectorhas been removed. UseInjector.createinstead.PortalHosthas been removed. UsePortalOutletinstead.BasePortalHosthas been removed. UseBasePortalOutletinstead.
Constructorsymbol has been removed.CanStickCtorsymbol has been removed.mixinHasStickyInputhas been removed. Implement theCanStickinterface instead.
CanStickhas been removed.CDK_TABLE_TEMPLATEhas been removed.StickyDirectionhas been removed.StickyStylerhas been removed.material
ButtonVariantwhich is returned byMatButtonHarness.getVariantno longer includes the appearance of the button. UseMatButtonHarness.getAppearanceinstead.tabindexvalues set as[attr.tabindex]set on a Material button might not work as expected. Usetabindexfor static values, or[tabindex]/[tabIndex]for dynamic ones.
MAT_CHECKBOX_REQUIRED_VALIDATORhas been removed.MAT_CHECKBOX_VALUE_ACCESSORhas been removed.MatCheckboxRequiredValidatorhas been removed._MatCheckboxRequiredValidatorModulehas been removed.
MAT_DIALOG_SCROLL_STRATEGY_PROVIDERhas been removed.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORYhas been removed.
matSelectAnimations.transformPanelWraphas been removed.
MAT_SLIDE_TOGGLE_REQUIRED_VALIDATORhas been removed.MAT_SLIDE_TOGGLE_VALUE_ACCESSORhas been removed.MatSlideToggleRequiredValidatorhas been removed._MatSlideToggleRequiredValidatorModulehas been removed.multiple
DialogConfig.componentFactoryResolverhas been removed.- The constructor of
DomPortalOutlethas changed.
... (truncated)
Commits
e0a85a0release: cut the v20.0.1 release20fa718fix(material/schematics): filter paths when renaming tokens (#31249)ecd17adfix(material/button): add token for icon button shape (#31223)033028brelease: cut the v20.0.0 releasebabf577Revert "release: cut the v20.0.0 release" (#31244)063b7e9release: cut the v20.0.0 release7150ac7build: update to Angular v20 final (#31241) (#31242)fe66110docs: update contributing guidelines to reference TypeScript style guide (#31...875d85cbuild: enforce that all components are standalone during CI3627d12test(multiple): switch remaining tests to standalone- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)