Commit Graph

3634 Commits

Author SHA1 Message Date
Elizabeth Mitchell
1d81416863 refactor(textfield)!: remove container-height token
PiperOrigin-RevId: 501699310
2023-01-12 16:43:06 -08:00
Daniel Freedman
31391eb610 refactor(iconbutton)!: normalize toggle variant API with regular icon button
- Rename `ariaLabelOn` to `ariaLabelSelected`
- Merge `arialLabelOff` into `ariaLabel`
- `onIcon` slot is now `selectedIcon`
- `offIcon` slot is now a default slot
- IconButtonToggle now extends IconButton

PiperOrigin-RevId: 501414360
2023-01-11 16:55:40 -08:00
Daniel Freedman
36f1a1a0b3 refactor(iconbutton)!: remove icon properties, use slots instead
PiperOrigin-RevId: 501403118
2023-01-11 16:04:39 -08:00
Copybara-Service
7c377e9156 Merge pull request #3915 from material-components:workflows
PiperOrigin-RevId: 501324350
2023-01-11 10:53:31 -08:00
Liz Mitchell
c83ceb88d9 chore: simplify workflows and remove commitlint dependency 2023-01-11 09:36:53 -08:00
Material Web Team
21e68fa5d9 rename motion easing & add a few knobs to material stories
PiperOrigin-RevId: 501172397
2023-01-10 21:09:55 -08:00
Elizabeth Mitchell
d5c927a88f chore(radio): add documentation
PiperOrigin-RevId: 501139954
2023-01-10 17:57:11 -08:00
Elizabeth Mitchell
bf1c13286b chore(checkbox): add documentation
PiperOrigin-RevId: 501136153
2023-01-10 17:32:57 -08:00
Elizabeth Mitchell
060d204334 chore: update component tokens to v0.152
PiperOrigin-RevId: 501055718
2023-01-10 11:56:25 -08:00
Elizabeth Mitchell
c61f46c618 feat(tokens): generate tokens v0.152
- Icon buttons: Fixed focus state layer opacity token (b/263130438)
- Side sheets: Added docked modal variant shape token (b/264861886)
- Fixed typo in display name for Small FAB pressed state b/254656737

PiperOrigin-RevId: 501046267
2023-01-10 11:23:00 -08:00
Daniel Freedman
82d75560cf refactor(iconbutton): set target size directly on host, same as radio and checkbox
PiperOrigin-RevId: 501020595
2023-01-10 09:50:13 -08:00
Daniel Freedman
4974edeb73 refactor(button): Use flex gap for internal layout
PiperOrigin-RevId: 500845959
2023-01-09 17:15:06 -08:00
Daniel Freedman
f3383cd740 refactor(focusring): Simplify focus ring to just use host element
PiperOrigin-RevId: 500837060
2023-01-09 16:31:10 -08:00
Liz Mitchell
a539286c3f chore: update next version
Release-As: 1.0.0-pre.2
2023-01-09 16:05:20 -08:00
Copybara-Service
1fc587a9b9 Merge pull request #3896 from material-components:release-please--branches--master--components--web
PiperOrigin-RevId: 500830251
2023-01-09 16:01:24 -08:00
Elizabeth Mitchell
630c4dfaa0 chore: update automatic publishing on tags
PiperOrigin-RevId: 500827443
2023-01-09 15:49:14 -08:00
release-please[bot]
e83b4d94c6
chore: release 1.0.0-pre.1 2023-01-09 22:18:33 +00:00
Daniel Freedman
12c93641a5 fix(icon, iconbutton): Cleanup styling
- Remove duplicate md-ripple sizing in standard icon button
 - Tokens now have disabled outline color for outlined icon button, remove workaround
 - Use icon theming API
 - Also size `<img>` tags in `<md-icon>`

PiperOrigin-RevId: 500805749
2023-01-09 14:17:48 -08:00
Elizabeth Mitchell
2c6ed719dd chore: setup automatic publishing
PiperOrigin-RevId: 500805392
2023-01-09 14:16:27 -08:00
Daniel Freedman
d3b517ad00 fix(button)!: remove icon property from Button, require slotted icons
BREAKING CHANGE: Remove icon property from Button, require slotted icons

PiperOrigin-RevId: 500770988
2023-01-09 11:51:32 -08:00
Liz Mitchell
ea33cb8122 chore: update next version
Release-As: 1.0.0-pre.1
2023-01-09 11:17:17 -08:00
Liz Mitchell
3360215f93 chore: update next version\n\nRelease-As: 1.0.0-pre.1 2023-01-09 11:15:37 -08:00
Elizabeth Mitchell
95897b3e25 fix(radio): update motion to current spec
PiperOrigin-RevId: 500761190
2023-01-09 11:13:55 -08:00
Daniel Freedman
5a27f05cd7 fix(icon): Remove fixed left-to-right direction to fix RTL styling
PiperOrigin-RevId: 500760821
2023-01-09 11:12:06 -08:00
Copybara-Service
0e877f0bb6 Merge pull request #3893 from material-components:release-please--branches--master--components--web
PiperOrigin-RevId: 500758264
2023-01-09 11:02:43 -08:00
release-please[bot]
42ac2dffc2
chore: release 1.0.0-pre.0 2023-01-09 18:06:19 +00:00
Elizabeth Mitchell
0b5283dadf chore: update release-please
Release-As: 1.0.0-pre.0
PiperOrigin-RevId: 500741815
2023-01-09 10:04:00 -08:00
Elizabeth Mitchell
2c3630c117 chore: set release-please manifest to current version
PiperOrigin-RevId: 500282132
2023-01-07 00:17:23 +00:00
Elizabeth Mitchell
2d7f5dc137 chore: update release-please to use github app
PiperOrigin-RevId: 500045857
2023-01-05 21:12:22 -08:00
Daniel Freedman
6e0775ded3 fix(button, fab): Ensure elevation is correct when focused and hovering
PiperOrigin-RevId: 500032153
2023-01-05 21:08:41 -08:00
Elizabeth Mitchell
bab6ebca2f chore: set release-please version
PiperOrigin-RevId: 499605121
2023-01-04 16:00:56 -08:00
Elizabeth Mitchell
f4679c2607 chore: add release-please
PiperOrigin-RevId: 499595495
2023-01-04 15:32:25 -08:00
Elizabeth Mitchell
3aff084297 fix(radio): update rendering and styles
PiperOrigin-RevId: 499587641
2023-01-04 15:01:14 -08:00
Elizabeth Mitchell
b0e87c538a feat(radio): change SingleSelectionController to a ReactiveController
PiperOrigin-RevId: 499515557
2023-01-04 10:09:23 -08:00
Copybara-Service
9b9ce0e28e Merge pull request #3882 from material-components:commitlint
PiperOrigin-RevId: 499343209
2023-01-03 16:32:41 -08:00
Liz Mitchell
a529a8d858 chore: add commitlint 2023-01-03 14:38:58 -08:00
Daniel Freedman
c70198a567 fix(list,textfield): Fix TS 4.9 compliation of role property override.
PiperOrigin-RevId: 499312798
2023-01-03 14:10:22 -08:00
Elizabeth Mitchell
a6bbac52fe chore(elevation): remove old implementation
PiperOrigin-RevId: 499298232
2023-01-03 13:11:12 -08:00
Elizabeth Mitchell
527b273d8f fix(list): use new elevation component
PiperOrigin-RevId: 499297946
2023-01-03 13:09:48 -08:00
Elizabeth Mitchell
2f1a8dfc41 fix(button): use new elevation component
PiperOrigin-RevId: 499297613
2023-01-03 13:08:21 -08:00
Elizabeth Mitchell
563518b59f fix(menu): use new elevation component
PiperOrigin-RevId: 499297369
2023-01-03 13:06:52 -08:00
Elizabeth Mitchell
c2fe5e1d1b fix(navigationdrawer): use new elevation component
PiperOrigin-RevId: 499296724
2023-01-03 13:03:56 -08:00
Material Web Team
dd6a56bace fix(checkbox): Fixes incorrect styling of native input which also caused tapping to check to sometimes fail.
PiperOrigin-RevId: 499282285
2023-01-03 12:05:21 -08:00
Material Web Team
eec25b393e fix(styling): Removes tap highlight color visible on mobile Safari for checkbox, radio, iconbutton, and textfield.
PiperOrigin-RevId: 499279539
2023-01-03 11:54:32 -08:00
Elizabeth Mitchell
2f112fa4ca chore: fix script import paths
PiperOrigin-RevId: 499279039
2023-01-03 11:52:31 -08:00
Elizabeth Mitchell
0feece8f7b chore(fab): remove old elevation styles
PiperOrigin-RevId: 499263034
2023-01-03 10:49:54 -08:00
Daniel Freedman
f8db6f77cd chore(iconbutton): Focus ring matches icon shape
PiperOrigin-RevId: 497255853
2022-12-22 15:59:03 -08:00
Elizabeth Mitchell
e76d330855 chore(tokens): update to v0.150
PiperOrigin-RevId: 497207814
2022-12-22 11:36:10 -08:00
Daniel Freedman
7fad3a56d9 feat(focus-ring, button): Match focus ring shape to button shape
BREAKING CHANGE: Button shape properties are now of the form `--md-text-button-container-shape-start-start`

PiperOrigin-RevId: 497196760
2022-12-22 10:42:52 -08:00
Elizabeth Mitchell
10af36ad91 chore(release): v0.1.0-alpha.2
PiperOrigin-RevId: 497193404
2022-12-22 10:27:17 -08:00