Commit Graph

8 Commits

Author SHA1 Message Date
Elliott Marquez
043bbad6f3 fix(select): clicking select toggles the menu rather than just open
PiperOrigin-RevId: 595540752
2024-01-03 17:07:06 -08:00
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elliott Marquez
fcfc696c46 test(list,menu,select)!: clean up internal testing patterns from harnesses
lots of hard coded stuff to enable our tests. Cleaning this up for generalized client usage.

BREAKING CHANGE: menu harnesses will not automatically open menus in quick mode anymore and interactions in menu and list harnesses will not automatically go to the first item but rather the menu roots.

PiperOrigin-RevId: 561746073
2023-08-31 13:34:31 -07:00
Andrew Jakubowicz
6ec3f06429 fix!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/<component>/lib` to `@material/web/<component>/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550633216
2023-07-24 12:02:59 -07:00
Andrew Jakubowicz
dac3639721 fix(field)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/field/lib` to `@material/web/field/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550049784
2023-07-21 14:24:05 -07:00
Elliott Marquez
0dfd2b841b test(list): increase test coverage for list and list-item
PiperOrigin-RevId: 544476519
2023-06-29 15:18:52 -07:00
Material Web Team
65d6d03e52 test(select): fix SelectHarness.clickOption() to simulate clicks more faithfully
PiperOrigin-RevId: 542624624
2023-06-22 11:51:22 -07:00
Material Web Team
9c202f5546 feat(select): implement select
PiperOrigin-RevId: 523532548
2023-04-11 16:14:45 -07:00