Skip to content

Releases: angular/components

v19.0.0-next.7

03 Oct 14:35
Compare
Choose a tag to compare
v19.0.0-next.7 Pre-release
Pre-release

19.0.0-next.7 "snow-supernova" (2024-10-03)

material

Commit Description
feat - ff3d342fd4 tabs: add alignTabs in MatTabsConfig (#29779)
fix - 2861a306ae chips: chip grid not re-focusing first item
fix - 86ebb9bfd5 chips: chip set overwriting disabled state (#29795)
fix - 8e1711216f chips: focus escape not working consistently
fix - 6a8c73d3da core: infer first day of week in native date adapter (#29802)

cdk

Commit Description
fix - 5be8905f65 drag-drop: positioning thrown off with align-self (#29813)

v18.2.7

03 Oct 14:23
Compare
Choose a tag to compare

18.2.7 "lava-labyrinth" (2024-10-03)

material

Commit Description
fix - 9280ad3948 chips: chip grid not re-focusing first item
fix - 7a5c1dfb46 chips: chip set overwriting disabled state (#29795)
fix - 0fabf52036 chips: focus escape not working consistently
fix - da55ad02bc core: infer first day of week in native date adapter (#29802)

cdk

Commit Description
fix - 3e1faec2aa drag-drop: positioning thrown off with align-self (#29813)

v19.0.0-next.6

25 Sep 19:21
Compare
Choose a tag to compare
v19.0.0-next.6 Pre-release
Pre-release

19.0.0-next.6 "topaz-tornado" (2024-09-25)

material

Commit Description
feat - d206225c58 core: create focus-indicator structural styles loader (#29763)
feat - 4adc3725dd schematics: create v19 core removal schematic (#29768)
fix - 49af49bb01 datepicker: set explicit line height on calendar (#29770)

cdk

Commit Description
feat - 9b4085c6e3 private: create cdk-visually-hidden style loader (#29757)

v18.2.6

25 Sep 19:06
Compare
Choose a tag to compare

18.2.6 "emerald-egg" (2024-09-25)

material

Commit Description
fix - d8c2b420c9 datepicker: set explicit line height on calendar (#29770)

v19.0.0-next.5

20 Sep 07:12
Compare
Choose a tag to compare
v19.0.0-next.5 Pre-release
Pre-release

19.0.0-next.5 "astatine-armor" (2024-09-20)

material-date-fns-adapter

Commit Description
feat - 234e5e0e8 add support for date-fns 4 (#29744)

google-maps

Commit Description
feat - 1bd976c6a Add support for some mouse events #29741 (#29747)

material

Commit Description
fix - 777d1d295 chips: increase chip remove touch target size (#29452)
fix - 602bef1cd datepicker: replace labels not pointing to anything (#29755)
fix - 60776637e select: remove incompatible aria-autocomplete attribute (#29645)
fix - 0ed5d7d4f slider: log proper error when slider isn't configured correctly (#29745)

cdk

Commit Description
fix - 4cd2152d9 drag-drop: account for scale when setting free drag position (#29739)
fix - fd4085895 listbox: scroll active option into view when using aria-activedescendant (#29722)
fix - 560878a23 overlay: load structural styles in a cascade layer (#29725)
fix - 873eb01e0 portal: remove ComponentFactoryResolver usages (#27427)
fix - be004b89f tree: resolve maximum call stack error (#29754)

v18.2.5

20 Sep 07:18
Compare
Choose a tag to compare

18.2.5 "bismuth-badge" (2024-09-20)

material

Commit Description
fix - f9e18109e chips: increase chip remove touch target size (#29452)
fix - 2cf2f5321 datepicker: replace labels not pointing to anything (#29755)
fix - 7ab65e4fb select: remove incompatible aria-autocomplete attribute (#29645)
fix - 06818a7ed slider: log proper error when slider isn't configured correctly (#29745)

cdk

Commit Description
fix - 1ea55b6e8 drag-drop: account for scale when setting free drag position (#29739)
fix - aae74b031 listbox: scroll active option into view when using aria-activedescendant (#29722)
fix - 7db4b5f4c tree: resolve maximum call stack error (#29754)

v19.0.0-next.4

12 Sep 14:28
Compare
Choose a tag to compare
v19.0.0-next.4 Pre-release
Pre-release

19.0.0-next.4 "ion-ink" (2024-09-12)

material

Commit Description
feat - 9122335b2 checkbox: add new aria properties to MatCheckbox (#29457)
fix - fead293e9 badge: change legacy container size default (#29713)
fix - 54875a325 core: drop sanity checks (#29688)
fix - ef14c2869 core: option showing double selected indicator in high contrast mode
fix - 77051f871 form-field: Don't allow label to grow larger than input (#29673)
fix - 9dcb95a72 list: remove unnecessary high contrast styles
fix - 4d0a3eff7 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 3a62ab11f overlay: avoid leaking memory through afterNextRender (#29709)

v18.2.4

12 Sep 14:37
Compare
Choose a tag to compare

18.2.4 "aramid-angle" (2024-09-12)

material

Commit Description
fix - 651b448e8 badge: change legacy container size default (#29713)
fix - 0e6dee30a form-field: Don't allow label to grow larger than input (#29673)
fix - 57028df23 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 7cc0d3a6d overlay: avoid leaking memory through afterNextRender (#29709)

v19.0.0-next.3

04 Sep 21:09
Compare
Choose a tag to compare
v19.0.0-next.3 Pre-release
Pre-release

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

cdk

Commit Description
feat - f4a02adb77 a11y: use native media query for high contrast detection (#29678)
fix - 5439460d1f scrolling: adds ngTemplateContextGuard (#27276)

material

Commit Description
fix - 90eea1bf70 core: Allow system variables to be formatted for opacity (#29665)
fix - edce90652a core: delete deprecated APIs (#29651)
fix - 4771931c2f core: Fix incorrect color role mappings (#29655)
fix - 9333de0537 tooltip: remove old IE workaround (#29674)

multiple

Commit Description
fix - b3a9062edf ripples not showing up in some cases (#29672)

Breaking Changes

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • 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

v18.2.3

04 Sep 20:59
Compare
Choose a tag to compare

18.2.3 "parchment-deluge" (2024-09-04)

material

Commit Description
fix - 0f07b25d12 badge: resolve memory leak (#29676)
fix - fe3f30ff2f core: Allow system variables to be formatted for opacity (#29665)
fix - 5d93395442 core: Fix incorrect color role mappings (#29655)
fix - 4a79052ae0 tooltip: remove old IE workaround (#29674)