Skip to content

Releases: angular/components

v17.3.10

22 May 18:04
Compare
Choose a tag to compare

17.3.10 "soft-starfish" (2024-05-22)

material

Commit Description
fix - 4cc7c1585 chips: simplify repeat chip removal prevention (#29048)
fix - 2f0f57691 slider: aria-valuetext host binding should be onPush compatible (#29042)
fix - 080164e62 slider: resolve duplicate key warnings (#29073)

cdk

Commit Description
fix - a22b29bd2 drag-drop: defer loading reset styles (#29056)

v18.0.0-rc.3

21 May 19:00
Compare
Choose a tag to compare
v18.0.0-rc.3 Pre-release
Pre-release

18.0.0-rc.3 "steel-sofa" (2024-05-21)

material

Commit Description
fix - 57acd08fb chips: simplify repeat chip removal prevention (#29048)
fix - ae82909a9 schematics: Add css token renaming migration
fix - c7396b877 slider: aria-valuetext host binding should be onPush compatible (#29042)
fix - 8299b0912 slider: resolve duplicate key warnings (#29073)

cdk

Commit Description
fix - d80afa95e drag-drop: defer loading reset styles (#29056)

v18.0.0-rc.2

15 May 11:44
Compare
Choose a tag to compare
v18.0.0-rc.2 Pre-release
Pre-release

18.0.0-rc.2 "orange-owl" (2024-05-15)

material

Commit Description
fix - 7a8e88614 core: ripple element not destroyed after trigger change (#29010) (#29012)
fix - a5ad288bf core: ripple loader not working in shadow DOM (#29015)
fix - ec9e83db4 datepicker: resolve repeater warnings in calendar (#29028)
fix - 3e9d3c394 schematics: add option to generate system variables in M3 schematic

cdk

Commit Description
fix - 81bdca50f observers: logs "ResizeObserver loop limit exceeded" errors (#29036)
fix - 98a43c01b overlay: skip trigger interactions in outside click event (#29044)

v17.3.9

15 May 11:34
Compare
Choose a tag to compare

17.3.9 "orange-ornament" (2024-05-15)

material

Commit Description
fix - 0b30688d3 core: ripple element not destroyed after trigger change (#29010) (#29012)

cdk

Commit Description
fix - ba8137dfa observers: logs "ResizeObserver loop limit exceeded" errors (#29036)
fix - 6d9c2e7b3 overlay: skip trigger interactions in outside click event (#29044)

v18.0.0-rc.1

08 May 21:25
Compare
Choose a tag to compare
v18.0.0-rc.1 Pre-release
Pre-release

18.0.0-rc.1 "ruby-river" (2024-05-08)

material

Commit Description
fix - 641a575af1 button: incorrect template for icon button anchor (#28996)
fix - e024c12a5c chips: highlighted not working in M3 (#29001)
fix - bdb17c6b34 schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#28997)
fix - f80ab1f54f tooltip: Tooltip should mark for check when visibility changes (#29000)
perf - a332146ff5 core: speed up M3 compilation (#29009)

cdk

Commit Description
fix - f6864dcdb5 menu: allow for scroll strategy to be configured (#29005)

v17.3.8

08 May 18:22
Compare
Choose a tag to compare

17.3.8 "rock-rope" (2024-05-08)

material

Commit Description
fix - f20105d87e button: incorrect template for icon button anchor (#28996)
fix - 72baa7cff2 chips: highlighted not working in M3 (#29001)
fix - cf0785cd67 tooltip: Tooltip should mark for check when visibility changes (#29000)

cdk

Commit Description
fix - 23dc148e7f menu: allow for scroll strategy to be configured (#29005)

v18.0.0-rc.0

02 May 12:07
Compare
Choose a tag to compare
v18.0.0-rc.0 Pre-release
Pre-release

18.0.0-rc.0 "plastic-moose" (2024-05-02)

material

Commit Description
fix - 0ccc52830e core: export all available M3 palettes (#28975)
fix - 6dc8f7e90d dialog: mark dialog content as scrollable (#28963)
fix - c86359dd43 slide-toggle: no outline when selected in high contrast mode (#28979)
fix - a4fc0a0970 theming: remove shadow css variable (#28953)

cdk

Commit Description
fix - f13b9095ef drag-drop: remove preview wrapper
fix - b86c8c84d1 drag-drop: reset user agent color on preview popover
fix - 66afde5b7e drag-drop: resolve incompatibility with property minification (#28980)
fix - c8b62a1549 scrolling: fix virtual scrolling jankiness with run coalescing (#28968)

v17.3.7

02 May 12:30
Compare
Choose a tag to compare

17.3.7 "plastic-deer" (2024-05-02)

cdk

Commit Description
fix - 3c8abfb990 drag-drop: remove preview wrapper
fix - a03a47c938 drag-drop: reset user agent color on preview popover
fix - 8e3dfd2e5b drag-drop: resolve incompatibility with property minification (#28980)

v18.0.0-next.6

25 Apr 16:00
Compare
Choose a tag to compare
v18.0.0-next.6 Pre-release
Pre-release

18.0.0-next.6 "smoke-contour" (2024-04-25)

cdk

Commit Description
fix - d9c8813ca1 a11y: handle signal based items in list key manager (#28854)
fix - 7cd3f027db drag-drop: use native popover to avoid stacking issues with preview

material

Commit Description
feat - d679024dec core: move Material 3 support into stable (#28913)
feat - 4ba4689dcd core: namespace m2-specific theming APIs (#28892)
feat - f8bd658df3 theming: add ability to use sys variables (#28898)
fix - 5501d9b408 core: add migration for M2 theming APIs (#28927)
fix - cf3506adf1 progress-bar: avoid CSP issues for apps not using buffer mode (#28946)
fix - 0bb5610d03 theming: restrict css color usage behind a flag (#28944)

multiple

Commit Description
feat - 4719da2c34 token overrides api (#28910)
fix - 94a083408d remove label for attribute on non-native elements (#28948)

Breaking Changes

material

  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette
    • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
    • get-color-from-palette to m2-get-color-from-palette
    • get-color-config to m2-get-color-config
    • get-typography-config to m2-get-typography-config
    • get-density-config to m2-get-density-config
    • $red-palette to $m2-red-palette
    • $pink-palette to $m2-pink-palette
    • $indigo-palette to $m2-indigo-palette
    • $purple-palette to $m2-purple-palette
    • $deep-purple-palette to $m2-deep-purple-palette
    • $blue-palette to $m2-blue-palette
    • $light-blue-palette to $m2-light-blue-palette
    • $cyan-palette to $m2-cyan-palette
    • $teal-palette to $m2-teal-palette
    • $green-palette to $m2-green-palette
    • $light-green-palette to $m2-light-green-palette
    • $lime-palette to $m2-lime-palette
    • $yellow-palette to $m2-yellow-palette
    • $amber-palette to $m2-amber-palette
    • $orange-palette to $m2-orange-palette
    • $deep-orange-palette to $m2-deep-orange-palette
    • $brown-palette to $m2-brown-palette
    • $grey-palette to $m2-grey-palette
    • $gray-palette to $m2-gray-palette
    • $blue-grey-palette to $m2-blue-grey-palette
    • $blue-gray-palette to $m2-blue-gray-palette
    • $light-theme-background-palette to $m2-light-theme-background-palette
    • $dark-theme-background-palette to $m2-dark-theme-background-palette
    • $light-theme-foreground-palette to $m2-light-theme-foreground-palette
    • $dark-theme-foreground-palette to $m2-dark-theme-foreground-palette
    • define-typography-level to m2-define-typography-level
    • define-rem-typography-config to m2-define-rem-typography-config
    • define-typography-config to m2-define-typography-config
    • define-legacy-typography-config to m2-define-legacy-typography-config
    • typography-level to m2-typography-level
    • font-size to m2-font-size
    • line-height to m2-line-height
    • font-weight to m2-font-weight
    • letter-spacing to m2-letter-spacing
    • font-family to m2-font-family
    • font-shorthand to m2-font-shorthand

v17.3.6

24 Apr 21:24
Compare
Choose a tag to compare

17.3.6 "onyx-whisper" (2024-04-24)

material

Commit Description
fix - d78c7706c6 progress-bar: avoid CSP issues for apps not using buffer mode (#28946)

cdk

Commit Description
fix - c2dc2da71e a11y: handle signal based items in list key manager (#28854)
fix - e33c436c73 drag-drop: use native popover to avoid stacking issues with preview

multiple

Commit Description
fix - 73d1e2e3cf remove label for attribute on non-native elements (#28948)