Skip to content

Releases: material-components/material-components-web

v14.0.0

28 Apr 16:54
432c815
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v13.0.0

24 Sep 19:44
198431f
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v12.0.0

27 Jul 19:48
ae85f7e
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v11.0.0

15 Apr 22:56
3f342c3
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v10.0.0

05 Feb 16:17
633a9fc
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v9.0.0

29 Dec 19:44
555aecc
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v8.0.0

02 Nov 22:57
d6b5cd4
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v7.0.0

23 Jun 19:09
a3212b2
Compare
Choose a tag to compare

See CHANGELOG file to see what's changed in new release.

v5.1.0

25 Feb 21:39
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • list: ensure sass mixin works if leading is provided in px (265ecba)
  • textfield: replace notched outline and ripple <div>s with <span> (765caef)
  • typography: ensure global variables can override styles with module system (7ec9697)
  • typography: Separate @material/feature-targeting, was causing Sass test to fail (772a03e)

Features

  • typography: add CSS custom properties (6a56f38)

v5.0.0

14 Feb 00:15
4784508
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • linear-progress: support aria attributes (#5248) (7084b40), closes #5248
  • auto-init: Fixed issue with multiple default exports (#5464) (8ddd5c6)
  • button: Fix outline & ink color according to spec guidance (#5268) (ee1a68c)
  • button: Fixed parameter default value in height mixin (#5244) (b0cecf1)
  • checkbox: change checkbox event type from change to click and add some logic for IE browser (#5316) (2e491de), closes #4893
  • checkbox: Disabled state colors in IE11 high contrast mode (#5263) (d6a1d4b)
  • checkbox: Replace unique-id with custom color hash functio… (#5404) (7be9e4a)
  • checkbox: update disabled color values (#5209) (821871e)
  • chips: .d.ts file generated with syntax error (d154836)
  • chips: .d.ts file generated with syntax error (#5577) (98f7faa)
  • chips: Do not throw error if chip set becomes empty (#5290) (f978109)
  • chips: Fix browser back nav in FF when removing chip with… (#5537) (a1a0deb)
  • chips: Move touch target inside primary action (ad3bbf7)
  • core: Fix canary release by excluding test files from default tsconfig (#5317) (c916008)
  • data-table: change svg attribute name viewbox to viewBox (#5483) (#5493) (f3adce8)
  • dialog: Move aria roles from dialog root to dialog surface… (#5239) (c704b71)
  • elevation: Update overlay color mixin (#5331) (b723dfa)
  • fab: Add missing dep to fab package.json. (#5236) (e0f6fd9)
  • fab: Add overflow: visible to make touch target visible in… (#5241) (5850080)
  • fab: Adjust fab line-height (#5254) (525989b)
  • fab: Adjust fab line-height to center text (#5258) (591a6ad)
  • floatinglabel: Estimate hidden scroll width (#5448) (981ec9b)
  • list: Ensure disabled colors apply to primary and secondary text (#5322) (878a08b)
  • notched-outline: Restore component test (#5449) (4269133)
  • radio: update disabled color values (#5210) (491fddc)
  • select: Do not fire change event on programmatic change (#5255) (ec72968)
  • select: Fix notch outline width when floating (#5319) (1c494e5)
  • slider: slider track not visible (#5512) (f2426d2)
  • slider: use secondary custom property color for slider container (#5132) (aa8e43e)
  • slider: Visual bug when slider value is displayed as "-0" (3fc3ab5)
  • snackbar: add explicit width for label to wrap in ie11 (#5497) (cd49033)
  • snackbar: adjust mixins to meet spec (#5477) (f16f15b)
  • switch: add transform transition to switch control to avoid overflow-x issues (8c11ea2)
  • switch: fix strict generic checks (7f5e0c2)
  • switch: handle aria-checked correctly. (#5202) (#5357) (d245a1a)
  • switch: set track border to be transparent (#5323) (397905b)
  • testing: Revert change from #5299. (#5324) (5fb62be)
  • textfield: add placeholder mixins and fix disabled colors ([#5360](https://github.com/material-components/material-components-web/iss...
Read more