# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [15.0.0-canary.90291f2e2.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.90291f2e2.0) (2023-05-23) ### Bug Fixes * **select:** update text field in select to accept dynamic shape and height ([aa5ac7f](https://github.com/material-components/material-components-web/commit/aa5ac7fe52b870752cd578715ad1760731c63aa5)) * **select:** use `text-field-disabled-trailing-icon-color` token ([adcdb7d](https://github.com/material-components/material-components-web/commit/adcdb7db997f3d471346b05f7b8aefec522a96c2)) * rollback of cl/491630368 ([168a629](https://github.com/material-components/material-components-web/commit/168a629a45d885cb6d8778c2d3a75ddf1cd2992a)) * **select:** apply `text-field-error-label-text-color` tokens. ([01da0ca](https://github.com/material-components/material-components-web/commit/01da0cabb367ea0a250885d9ee35a20913f87549)) * **select:** Attribute `hidden` now correctly hides the select component. ([551b40d](https://github.com/material-components/material-components-web/commit/551b40d180a02c45f0432e5e49c35cfd3fb5c2b0)) * **select:** relax handling of corner radii for filled variant ([b5c13a7](https://github.com/material-components/material-components-web/commit/b5c13a7a88fdf69bb5515df1dcbb8ce655cfe22c)) ### Features * **select:** Add `text-field-leading-icon-size` and `text-field-trailing-icon-size` support for theming API. ([3777b03](https://github.com/material-components/material-components-web/commit/3777b03cbed27a4569a72535c51ce7c33510fc76)) * **select:** Add support for `text-field-focus-active-indicator-height` theme key. ([de38de7](https://github.com/material-components/material-components-web/commit/de38de7584a5552e93a3f92db5fb9d397fa2e986)) * **select:** add support for menu related tokens ([b5606a7](https://github.com/material-components/material-components-web/commit/b5606a793c301932f9f28a2f7f55b37201fe2634)) * **select:** add support for supporting text related tokens ([6048fb5](https://github.com/material-components/material-components-web/commit/6048fb5638e16e5eb1637cc2f617bc56e2955fb4)) * **select:** add theme mixin to emit CSS Custom Properties. ([e74b7ba](https://github.com/material-components/material-components-web/commit/e74b7ba7e4ffb1999c0ef80f45e2b08b01353930)) * **select:** Copy over aria-label from option to selected text ([ecfee94](https://github.com/material-components/material-components-web/commit/ecfee946fb16d47fa35a2f53d4d1ed3f5ecf7a9e)) * **select:** Copy over aria-label from option to selected text ([13e9b0d](https://github.com/material-components/material-components-web/commit/13e9b0d1f2d795ecf7b9ab782e1dda0f25b603b1)) * **select:** Copy over aria-label from option to selected text ([c9b1a31](https://github.com/material-components/material-components-web/commit/c9b1a31e424b9e90c4a112cd3175fffae112af88)) * **select:** do not emit styles when calling `theme-styles(())`. ([18b8f31](https://github.com/material-components/material-components-web/commit/18b8f31e17972cdd2db5cae3c584035b535bf44b)) * **select:** Select foundation preserves describedby elements on validate ([7644d63](https://github.com/material-components/material-components-web/commit/7644d63d5a4eed96766ec063ce76b8e22e362b46)) * **select:** Select foundation preserves describedby elements on validate ([901c83e](https://github.com/material-components/material-components-web/commit/901c83e770dd7c0326c2013eaa5d7bf9dca30a6d)) * **select:** Select foundation preserves describedby elements on validate ([fa27ba6](https://github.com/material-components/material-components-web/commit/fa27ba61d48c66d0d56b93039738380285d9ad4a))