Elizabeth Mitchell
|
c390291687
|
chore: format files with prettier
PiperOrigin-RevId: 576601342
|
2023-10-25 11:59:00 -07:00 |
|
Elizabeth Mitchell
|
9647f5e514
|
fix(iconbutton): rename selectedIcon slot to selected
BREAKING CHANGE: change `slot="selectedIcon"` to `slot="selected"` for toggle icon buttons.
PiperOrigin-RevId: 561740365
|
2023-08-31 13:14:41 -07:00 |
|
Elizabeth Mitchell
|
379aa6140d
|
chore(progress): add linear progress demo aria
PiperOrigin-RevId: 557937995
|
2023-08-17 14:31:41 -07:00 |
|
Elizabeth Mitchell
|
cc26ef6c02
|
fix(button)!: rename <md-tonal-button> to <md-filled-tonal-button>
BREAKING CHANGE: Rename "md-tonal-button" elements, imports, and tokens to "md-filled-tonal-button"
PiperOrigin-RevId: 552600206
|
2023-07-31 14:57:34 -07:00 |
|
Elizabeth Mitchell
|
a117b06b7b
|
fix(iconbutton)!: rename <md-standard-icon-button> to <md-icon-button>
PiperOrigin-RevId: 552545415
|
2023-07-31 11:37:56 -07:00 |
|
Elizabeth Mitchell
|
2329d2b419
|
fix(button)!: rename spacing tokens
BREAKING CHANGE: Rename `--md-<button>-spacing-<token>` to `--md-<button>-<token>-space`. Rename `--md-<button>-with-icon-*` to `--md-<button>-with-leading-icon-*`.
PiperOrigin-RevId: 552323014
|
2023-07-30 17:18:48 -07:00 |
|
Elliott Marquez
|
86ccec3e7e
|
build: use firebase for hosting and remove url prefixes
|
2023-07-27 09:17:27 -07:00 |
|
Elizabeth Mitchell
|
c1aac1174c
|
fix(progress): update circular demos
PiperOrigin-RevId: 549675905
|
2023-07-20 10:42:43 -07:00 |
|
Elizabeth Mitchell
|
02a509b480
|
feat(progress): add max property
PiperOrigin-RevId: 549673538
|
2023-07-20 10:34:59 -07:00 |
|
Elizabeth Mitchell
|
a2b4f6152d
|
fix(progress)!: rename progress property to value
PiperOrigin-RevId: 549471839
|
2023-07-19 17:31:45 -07:00 |
|
Elizabeth Mitchell
|
aea4d5e4fd
|
fix(progress)!: remove circular progress slots
PiperOrigin-RevId: 549190658
|
2023-07-18 20:57:24 -07:00 |
|
Andrew Jakubowicz
|
15df1d5f1a
|
fix(progress): squash linearprogress and circular progress into progress
This changes the following imports from:
```js
import '@material/web/circularprogress/circular-progress.js';
import '@material/web/linearprogress/linear-progress.js';
```
to
```js
import '@material/web/progress/circular-progress.js';
import '@material/web/progress/linear-progress.js';
```
PiperOrigin-RevId: 547860610
|
2023-07-13 11:18:24 -07:00 |
|