Commit Graph

3634 Commits

Author SHA1 Message Date
Material Web Team
b794990003 chore(update-readme): mark tabs, circular progress, and linear progress as Alpha in progress
PiperOrigin-RevId: 515463394
2023-03-09 15:47:39 -08:00
Liz Mitchell
405ec5399c chore: update next version
Release-As: 1.0.0-pre.5
2023-03-08 15:46:44 -08:00
Elizabeth Mitchell
001278ba0b Merge pull request #4009 from material-components:release-please--branches--master--components--web
PiperOrigin-RevId: 515159864
2023-03-08 23:45:10 +00:00
release-please[bot]
68f1f1c2aa
chore: release 1.0.0-pre.4 2023-03-08 23:26:17 +00:00
Liz Mitchell
a6176de684 chore: update next version
Release-As: 1.0.0-pre.4
2023-03-08 15:25:23 -08:00
Liz Mitchell
367e76aecf chore: update next version
Release-As: 1.0.0-pre.5
2023-03-08 15:20:48 -08:00
Material Web Team
5092de07e9 refactor(menu,list): clean up list-menu tokens and remove list-item variant components
In this PR:

- Remove unnecessary list-item variants
  - `md-list-item-icon` -> md-icon[data-variant=icon]
  - `md-list-item-video` -> video[data-variant=video]
  - `md-list-item-avatar` -> :is(img,div)[data-variant=avatar]
  - `md-list-item-avatar` -> img[data-variant=avatar]
- also upgrade menu tokens to maximize token sharing in list-item and menu-item
- testing menu and list for unused & undefined tokens
- fixed some small things in list to align with spec more

PiperOrigin-RevId: 513932810
2023-03-06 07:01:56 -08:00
Steve Repsher
a588856a8e
feat(button,iconbutton): Add support for aria-expanded to buttons 2023-03-06 00:08:58 -05:00
Elizabeth Mitchell
f7649add43 docs: update status icons
Fixes #4021

PiperOrigin-RevId: 513295921
2023-03-01 11:37:59 -08:00
Elizabeth Mitchell
c98f5e017d fix(textfield): outlined label jumping horizontally with leading icon
PiperOrigin-RevId: 513028108
2023-02-28 13:45:10 -08:00
Elizabeth Mitchell
fd605d537c feat(field): add resizability
PiperOrigin-RevId: 512747965
2023-02-27 15:27:57 -08:00
Elizabeth Mitchell
b310e6b9e6 test(text-field): add token tests
PiperOrigin-RevId: 512659469
2023-02-27 10:09:10 -08:00
Elizabeth Mitchell
a969fdadb6 fix(text-field): apply suffix-color and icon size tokens
Text field changes:
- Fixed suffix color token not applying
- Fixed icon size tokens not applying
- Remove redundant styles with field changes

Field changes:
- Added content-type token for inheriting font
- Added leading/trailing content color tokens for icons
- Update field token values functions to be easier to grok all tokens
- Remove container-height token
- Update screenshots for new tokens

PiperOrigin-RevId: 512652818
2023-02-27 09:44:41 -08:00
Elizabeth Mitchell
d755d107fa fix(text-field): remove indicator expansion animation
PiperOrigin-RevId: 512117352
2023-02-24 11:17:23 -08:00
Elizabeth Mitchell
828d7aeb4d fix(all): update non-menu components to v0.161
PiperOrigin-RevId: 512101052
2023-02-24 10:16:16 -08:00
Elizabeth Mitchell
e2cd8327b6 feat(tokens): generate tokens v0.161
v0.161
- Deprecated menu specific list item tokens. Use standalone list tokens instead (b/261029781)
- Bug fix, wrong color mapping for date picker "date ranges" (b/269510888)

PiperOrigin-RevId: 511811300
2023-02-23 09:43:47 -08:00
Elizabeth Mitchell
e7c766f818 chore(field): swap the label that is animated
PiperOrigin-RevId: 511654319
2023-02-22 18:44:40 -08:00
Elizabeth Mitchell
d9f911ad17 chore(field): make animations synchronous
PiperOrigin-RevId: 511617262
2023-02-22 15:44:52 -08:00
Elizabeth Mitchell
510a867f0d fix: update license year and holder
Fixes #3073

PiperOrigin-RevId: 511616692
2023-02-22 15:42:31 -08:00
Daniel Freedman
ff3d379bc8 fix(icon): mark icon and icon button as beta
PiperOrigin-RevId: 511613114
2023-02-22 15:27:52 -08:00
Liz Mitchell
9a36b3a9ae chore: update next version
Release-As: 1.0.0-pre.4
2023-02-22 15:23:29 -08:00
Daniel Freedman
232982ef03 fix(icon,iconbutton,list)!: use material symbols for icons
- Material Symbols is recommended for M3
- Refactor list items to use md-icon directly

PiperOrigin-RevId: 511601359
2023-02-22 14:39:58 -08:00
Copybara-Service
c633e85192 Merge pull request #3955 from material-components:release-please--branches--master--components--web
PiperOrigin-RevId: 511577081
2023-02-22 13:10:39 -08:00
Elizabeth Mitchell
cff8a3c49e chore(field): replace spans with divs
PiperOrigin-RevId: 511560974
2023-02-22 12:07:18 -08:00
Elizabeth Mitchell
7cea77390a refactor(field): simplify rendering
PiperOrigin-RevId: 511557733
2023-02-22 11:55:15 -08:00
release-please[bot]
5df352072b
chore: release 1.0.0-pre.3 2023-02-22 17:59:41 +00:00
Material Web Team
535d889775 fix(slider)!: fix ripple end hover state when leaving handle
PiperOrigin-RevId: 511523980
2023-02-22 09:58:25 -08:00
Material Web Team
8b58f98a82 fix(controller)!: fix label activation utility on slotted elements
PiperOrigin-RevId: 511523410
2023-02-22 09:57:01 -08:00
Material Web Team
c63a1d9caf fix(dialog)!: fix exception when opening when compiled with advanced closure settings
PiperOrigin-RevId: 511523151
2023-02-22 09:55:28 -08:00
Material Web Team
1f7e538028 chore(dialog): adds screenshot tests
PiperOrigin-RevId: 511353583
2023-02-21 17:58:16 -08:00
Elizabeth Mitchell
0d862c355b chore(ripple): beta complete
PiperOrigin-RevId: 511258290
2023-02-21 11:32:01 -08:00
Elizabeth Mitchell
0cc7d2959a fix(ripple)!: rename press methods to event handlers
PiperOrigin-RevId: 511251253
2023-02-21 11:08:31 -08:00
Daniel Freedman
43ce8c1d31 fix(testing): remove header-cell-text-tracking
PiperOrigin-RevId: 511244427
2023-02-21 10:44:27 -08:00
Elizabeth Mitchell
90960edf90 chore(ripple): update tests to use harness
PiperOrigin-RevId: 511240295
2023-02-21 10:30:45 -08:00
Daniel Freedman
2a8ba18360 fix(typograph): remove typography resolver
PiperOrigin-RevId: 511239056
2023-02-21 10:26:34 -08:00
Daniel Freedman
ad889ea31b fix(slider): use label-label-text-type font token
PiperOrigin-RevId: 510723088
2023-02-18 17:29:12 -08:00
Elizabeth Mitchell
df6a723e83 chore(ripple): remove directive click handler
PiperOrigin-RevId: 510550957
2023-02-17 16:41:23 -08:00
Elizabeth Mitchell
2da0f1a8c9 chore(ripple): move state from directive to element
PiperOrigin-RevId: 510550315
2023-02-17 16:38:07 -08:00
Elizabeth Mitchell
6e977178c5 fix(ripple)!: rename focus methods to event handlers
PiperOrigin-RevId: 510549646
2023-02-17 16:34:44 -08:00
Elizabeth Mitchell
cde7ca0e3b fix(ripple)!: rename hover methods to event handlers
PiperOrigin-RevId: 510547677
2023-02-17 16:24:41 -08:00
Daniel Freedman
c955055ae2 fix(docs): fix documentation to show using -type tokens
PiperOrigin-RevId: 510541177
2023-02-17 15:54:32 -08:00
Daniel Freedman
7b8667711a fix(navigation,badge)!: migrate to -text-type tokens
PiperOrigin-RevId: 510540741
2023-02-17 15:52:26 -08:00
Material Web Team
f0f5ae57ab feat(slider): adds slider element
PiperOrigin-RevId: 510521193
2023-02-17 14:22:32 -08:00
Elizabeth Mitchell
71cf061403 chore(textfield): clean up rendering implementation
PiperOrigin-RevId: 510494532
2023-02-17 12:27:21 -08:00
Daniel Freedman
8c01aeea08 fix(fab)!: move to label-text-type token, shape corners
PiperOrigin-RevId: 510494199
2023-02-17 12:25:53 -08:00
Daniel Freedman
bd125fe456 fix(segementedbutton)!: move to label-text-type token
PiperOrigin-RevId: 510493878
2023-02-17 12:24:15 -08:00
Copybara-Service
5e39ab7de5 Merge pull request #3982 from material-components:ts
PiperOrigin-RevId: 510469693
2023-02-17 10:47:01 -08:00
Liz Mitchell
f46b8b1058 chore: update TS to 4.9 2023-02-17 10:30:14 -08:00
Daniel Freedman
45a6d45577 fix(list,menu)!: move to -text-type tokens
PiperOrigin-RevId: 510452426
2023-02-17 09:37:08 -08:00
Elizabeth Mitchell
816762d7f3 chore(text-field): flatten selectors
PiperOrigin-RevId: 510444424
2023-02-17 09:01:10 -08:00