Skip to content

v17.2.0

Compare
Choose a tag to compare
@mmalerba mmalerba released this 14 Feb 23:27
· 240 commits to main since this release

17.2.0 "polymer-prism" (2024-02-14)

material-experimental

Commit Description
feat - d16e8ac5de theming: add M3 tokens for pseudo checkbox (#28407)
fix - 4742a175ab theming: Add more tests for M3 theme tokens (#28561)
fix - 1f1dac5e57 theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
fix - 08c97ab648 theming: Add support for color variants in option, checkbox, and fab (#28412)
fix - 715877a13d theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
fix - 29a1e5d8a1 theming: Add support for color variants in slide-toggle, select, and radio (#28445)
fix - e45e210055 theming: Add support for color variants in tabs and slider (#28417)
fix - 9ab104b804 theming: align dialog with M3
fix - 957bc487bf theming: align fab with M3 spec
fix - ba3680ed48 theming: align M3 icon buttons with spec
fix - 601a745fc8 theming: cap icon button size
fix - 339905c5af theming: disabled radio button incorrect label color (#28415)
fix - b6e0b20e1f theming: Fix chip trailing icon opacity in M3 (#28530)
fix - fdd16e6675 theming: fix filled text field
fix - 06c81e38c7 theming: fix paginator in M3
fix - 59b93b44ab theming: Fix token causing test failure on CI (#28569)
fix - 1e48cd431f theming: fix up M3 checkbox
fix - 056e2221ec theming: implement M3 badge (#28460)
fix - 93f3421538 theming: incorrect track color for alternate progress bar palettes (#28484)
fix - 935eda0872 theming: incorrect validation for density scale
fix - 8fab89229d theming: Make color API back-cmpat styles available (#28526)
fix - f1deb30a17 theming: Make M3 work with typography-hierarchy (#28540)
fix - 5f1a7ea1ee theming: resolve M3 issues in mat-option (#28482)
fix - dabb96765a theming: set up core theme and app tokens (#28431)
fix - d26a51e3a5 theming: set up internal form field in M3 (#28414)
fix - 42f2cc9ad8 theming: set up padding tokens
fix - 0da585f730 theming: Update color palettes (#28472)

material

Commit Description
fix - 99a4e2a10f button-toggle: Add remaining typography tokens needed for M3 (#28578)
fix - e05795dde0 button: calculate icon button padding based on tokens
fix - a496855f30 button: generate separate tokens for mini fab
fix - cbeeb3ae17 checkbox: use token for disabled label color
fix - 0a1c8eedb4 chips: Tokenize chip outline and disabled opacity (#28488)
fix - 58764afec2 chips: Tokenize the hover & focus overlays (#28497)
fix - 32f86e48e1 chips: Tokenize the selected state (#28498)
fix - 1dcc195853 core: ensure that option inherits container background
fix - 873c8e97dc datepicker: fix M3 styles (#28556)
fix - 8ac58ff328 datepicker: fix touchui shadow and border-radius (#28577)
fix - 92ab097987 datepicker: use direction-agnostic text-align
fix - 0edc47673f form-field: container height in lower densities (#28546)
fix - b1f281cab5 list: ensure leading icon scales with token
fix - 306c2424f7 list: indexOf usage incorreect for active focus reset (#28531)
fix - 75955eb9b4 list: match leading icon size in M3 to spec
fix - b8327cd92c list: tokenize active-indicator (#28586)
fix - ba05521005 list: tokenize space around leading icon
fix - 0d88889452 list: use direction-agnostic text-align
fix - 46fe83f21f list: use transparent background for M3 (#28504)
fix - 044c9ba648 menu: prevent icon from collapsing when text is long (#28541)
fix - 47c55925c0 menu: Update token values and styles for M3 (#28470)
fix - a656164255 progress-bar: incorrect alignment if direction is set on element
fix - f6d3f1bc21 schematics: import async animations and remove deprecated function usages (#28424)
fix - fbf2ef3fcb select: fix m3 arrow alignment (#28545)
fix - fca43aa49b select: styles for m3 (#28492)
fix - d799c044a7 slide-toggle: fix m3 slide-toggle handle (#28503)
fix - 130afedf1c slide-toggle: m3 slide-toggle track (#28539)
fix - 63c6b841b4 slide-toggle: m3 track outline and handle opacity (#28565)
fix - 2455a42d3c stepper: Update token values for M3 and add color variant support (#28430)
fix - f9621a7c8c tabs: prevent page scroll on space press (#28532)

cdk

Commit Description
fix - 55eeee3516 listbox: unable to tab in if active option is removed (#28583)
fix - 2f7aaaa220 table: error if outlets are assigned too early (#28551)