Commit Graph

2514 Commits

Author SHA1 Message Date
Liam DeBeasi
7543c84445 fix(datetime): swiping wheel no longer dismisses card modal (#25981) 2022-09-21 15:28:35 -04:00
Amanda Johnston
3a5de7de9b test(content): migrate to Playwright (#25979) 2022-09-20 13:33:08 -05:00
Amanda Johnston
e9a1195644 test(card-header): migrate to Playwright (#25978) 2022-09-20 13:04:42 -05:00
Liam DeBeasi
55ebd6cdf3 fix(datetime): account for 12AM with min times and 12 hour format (#25952)
resolves #25183
2022-09-19 11:51:09 -04:00
Liam DeBeasi
eb6fb0d935 test(overlay): fix test flakiness (#25956) 2022-09-16 15:17:36 -04:00
Brandy Carney
d7db1333f1 fix(item): show the highlight on iOS when --highlight-height is set (#25905) 2022-09-16 12:33:38 -04:00
Liam DeBeasi
6cb5827d06 fix(overlays): focus trapping no longer includes disabled elements (#25949) 2022-09-16 11:45:45 -04:00
Amanda Johnston
e89c382e59 test(button): migrate to Playwright (#25943) 2022-09-16 09:39:36 -05:00
Liam DeBeasi
5c10f98ceb fix(overlays): focus trapping no longer includes hidden elements (#25948) 2022-09-15 16:36:45 -04:00
Liam DeBeasi
8629dfa9e8 chore(eslint): add custom rule to disallow componentOnReady method (#25944) 2022-09-15 11:51:51 -04:00
Liam DeBeasi
174c3b30a0 perf(card): avoid force compositing on ios (#25942) 2022-09-15 09:39:07 -04:00
Brandy Carney
0855f8dc79 docs(button): update docs for properties to describe options better (#25940) 2022-09-14 17:55:24 -04:00
Liam DeBeasi
5f1346ef39 test(card): migrate tests to playwright (#25941) 2022-09-14 15:29:08 -04:00
Sean Perkins
9b244dd3f0 test(avatar): migrate to playwright (#25925) 2022-09-14 11:53:56 -04:00
Liam DeBeasi
7577473a67 test(label): migrate e2e tests to playwright (#25932) 2022-09-13 17:45:16 -04:00
Liam DeBeasi
edbb64c4b6 fix(footer): padding is added correctly with tabs (#25921)
resolves #25918
2022-09-13 16:26:42 -04:00
Sean Perkins
777109a7e8 fix(textarea): auto grow textarea line wraps long contents (#25928)
Resolves #25893
2022-09-13 15:23:04 -04:00
Sean Perkins
9451b283e2 fix(input,textarea): data-form-type attribute is assigned to inner input (#25927)
Resolves #25908
2022-09-13 15:02:22 -04:00
Liam DeBeasi
fa169d2dca fix(modal): sheet is easier to dismiss with swipe (#25883)
resolves #24296
2022-09-09 15:26:17 -04:00
Liam DeBeasi
fb653ebe67 fix(datetime): correct year is set in wheel picker (#25896)
resolves #25895
2022-09-09 15:08:27 -04:00
Sean Perkins
2969169f50 test(refresher): disable pull to refresher tests (#25887) 2022-09-08 11:56:44 -04:00
Cory McArthur
ad46045bcc fix(tab-bar): use correct import path (#25898)
resolves #25897
2022-09-08 09:58:51 -04:00
Brandy Carney
400b52e902 docs(label): specify that the color css variable only works in an item (#25888) 2022-09-06 17:55:32 -04:00
Liam DeBeasi
1a1491df02 fix(datetime): hourCycle formats hour correctly (#25869)
resolves #25862
2022-09-06 10:24:50 -04:00
Liam DeBeasi
cbd1268a03 fix(datetime): calendar day and years are now localized (#25847)
resolves #25843
2022-09-01 12:54:10 -04:00
Liam DeBeasi
c11f509eb4 test(segment): migrate e2e tests to playwright (#25856) 2022-09-01 10:53:37 -04:00
Liam DeBeasi
c938054605 fix(datetime): month grid no longer loops on ios (#25857)
resolves #25752
2022-09-01 09:52:00 -04:00
Liam DeBeasi
85af6ce436 fix(datetime): only log out of bounds warning if value set (#25835)
resolves #25833
2022-08-30 16:17:29 -04:00
Liam DeBeasi
a1171e8bd8 test(accordion): revert test change (#25854)
This reverts commit ac5626182d.
2022-08-30 11:52:59 -04:00
Liam DeBeasi
ac5626182d test(accordion): avoid scroll assist cloned input (#25853) 2022-08-30 10:59:46 -04:00
Liam DeBeasi
ff71ad492d fix(input): clear button is not activated on swipe (#25825)
resolves #24857
2022-08-29 17:41:02 -04:00
Amanda Johnston
527015184e fix(action-sheet): add aria-labelledby (#25837) 2022-08-29 15:47:11 -05:00
Alice
9cedfcd3ef refactor(datetime): use key to preserve calendar body ref node (#25838) 2022-08-29 12:49:32 -05:00
Liam DeBeasi
41e338730d fix(datetime): next and previous buttons have correct labels (#25845)
resolves #25844
2022-08-29 11:27:07 -04:00
Liam DeBeasi
373b4ffe21 fix(searchbar): clear button has focus indicator (#25828) 2022-08-26 15:35:58 -04:00
Liam DeBeasi
c270756356 fix(searchbar): keypress can activate clear button (#25824) 2022-08-26 11:43:56 -04:00
Amanda Johnston
ed966a68db test(alert): migrate to Playwright (#25826) 2022-08-25 16:55:59 -05:00
Liam DeBeasi
79ef1b57dc fix(modal): handleBehavior can be used with controller (#25821)
resolves #25820
2022-08-25 10:14:10 -04:00
Sean Perkins
3b45ae7132 test(progress-bar): migrate to playwright (#25807) 2022-08-24 11:49:57 -04:00
Amanda Johnston
27318d75df fix(alert): use aria-labelledby and aria-describedby instead of aria-label (#25805)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2022-08-23 15:31:00 -05:00
Liam DeBeasi
037d579b2a fix(modal): role attribute can be customized (#25804) 2022-08-23 14:37:58 -04:00
Liam DeBeasi
71fad3884b fix(breadcrumb): separator is not announced by narrators (#25796) 2022-08-23 12:23:00 -04:00
Amanda Johnston
d395a73cb6 fix(alert): add default aria-label (#25800) 2022-08-22 15:11:58 -05:00
Sean Perkins
bd715a5256 fix(refresher): use componentOnReady utility for CE build (#25783)
Resolves #25782
2022-08-22 12:52:47 -04:00
Liam DeBeasi
d631195124 fix(select): compareWith passes params in correct order (#25764)
resolves #25759
2022-08-22 11:34:22 -04:00
Liam DeBeasi
3b211b60fd fix(datetime): close month/year picker when hidden (#25789)
resolves #25787
2022-08-22 11:15:02 -04:00
Liam DeBeasi
2547b0b4e1 chore(ci): account for components.d.ts in clean build (#25769) 2022-08-16 17:17:24 -04:00
Amanda Johnston
bb37446032 fix(footer): remove toolbar bottom padding if near bottom slot tabs or keyboard is open (#25746)
Co-authored-by: EinfachHans <EinfachHans@users.noreply.github.com>
2022-08-16 13:22:43 -05:00
Liam DeBeasi
79c65dc382 test(playwright): add new utilities for skipping tests (#25758) 2022-08-16 09:18:42 -04:00
Sean Perkins
e750e33616 fix(refresher): refresher is visible with multiple custom scroll targets (#25750)
Resolves #25495
2022-08-15 14:58:38 -04:00