Commit Graph

2483 Commits

Author SHA1 Message Date
Amanda Johnston
0a04310f11 test(popover): re-enable size test (#27033) 2023-03-28 09:20:28 -05:00
Liam DeBeasi
f68644065c test(datetime): display tests wait for class (#27017) 2023-03-27 09:47:28 -04:00
Maria Hutt
a396e8857b refactor(alert): switch ev.code to ev.key (#27023) 2023-03-24 13:31:30 -07:00
Maria Hutt
1ea0893643 refactor(radio-group): switch ev.code to ev.key (#27021)
Co-authored-by: Sean Perkins <sean@ionic.io>
2023-03-24 12:43:04 -07:00
Maria Hutt
6cecdf4145 fix(item): use thumbnail's size when present (#27014)
resolves #22935

---------

Co-authored-by: ionitron <hi@ionicframework.com>
Co-authored-by: liamdebeasi <liamdebeasi@users.noreply.github.com>
2023-03-24 11:32:14 -07:00
Liam DeBeasi
3b99c31bab fix(radio-group): radios participate in form submission (#27018)
resolves #27016
2023-03-24 12:43:30 -04:00
Shawn Taylor
739f5706db test(datetime): add tests for parseDate (#27015) 2023-03-24 11:57:55 -04:00
Brandy Carney
19c1e25399 fix(select): inherit white-space in select-text to allow text wrapping (#26973)
fixes #19949

Co-authored-by: Shreyas <telishreyas10@gmail.com>
2023-03-24 10:53:25 -04:00
dependabot[bot]
53af005122 chore(deps-dev): bump @playwright/test from 1.31.2 to 1.32.0 in /core (#27003) 2023-03-23 12:44:59 -04:00
Liam DeBeasi
cac3ad4c84 Merge remote-tracking branch 'origin/main' into sync-67-23 2023-03-23 09:17:19 -04:00
Sean Perkins
26a7e86338 test(ripple-effect): reduce flakiness (#26985) 2023-03-22 15:37:00 -04:00
Liam DeBeasi
3b0af7c55d feat(config): add option to disable custom html functionality (#26956) 2023-03-22 13:59:59 -04:00
Liam DeBeasi
88bd8a47c5 fix(menu): main content is not scrollable while swiping (#26976)
resolves #21193
2023-03-17 16:50:58 -04:00
Liam DeBeasi
118b6ba25f test(radio): skip flaky test (#26972) 2023-03-15 14:04:22 -04:00
Brandy Carney
1eb9a085b2 fix(react/vue): properly switch ionicon based on the mode when ios/md is set (#26924)
closes #26207
2023-03-14 15:03:28 -04:00
Liam DeBeasi
af79673246 test(segment): skip flaky test (#26946)
* test(segment): check native elements

* Update segment.e2e.ts
2023-03-14 12:27:07 -04:00
Sean Perkins
d6c06ecfe8 docs(alert): alert input label is only for radio/checkbox (#26923)
Resolves #26915
2023-03-13 13:42:20 -04:00
Steven Kemp
f80991813a fix(accordion): include margins during expand animation (#26390)
Closes #26381
2023-03-13 13:20:09 -04:00
Liam DeBeasi
2c68d01b89 fix(textarea): inherit tabindex to inner textarea (#26945)
resolves #26944
2023-03-13 10:12:37 -04:00
Sean Perkins
389595de3b test(ripple-effect): enable ripple effect test (#26928) 2023-03-10 15:00:05 -05:00
Liam DeBeasi
27a5356fa2 fix(radio): checked state is updated when value changes (#26936) 2023-03-09 11:56:58 -05:00
Amanda Johnston
b8f8937314 fix(IonicSlides): remove unnecessary autoplay option (#26935) 2023-03-08 14:43:27 -06:00
Morgan Hunter
b38278ef94 docs(modal): typo on didPresent description (#26925) 2023-03-07 16:31:20 -05:00
Brandy Carney
67815ccbf4 fix(button): show correct activated state for ios (#26900)
fixes #22468
2023-03-07 13:00:37 -05:00
Sean Perkins
0afc61917c test(popover): enable dismissOnSelect test for firefox (#26919) 2023-03-06 15:38:15 -05:00
Liam DeBeasi
a3f8e28172 fix(modal): avoid chrome memory leak bug (#26911) 2023-03-06 12:38:29 -05:00
Liam DeBeasi
48c45afdb6 fix(datetime): resolve import error in stencil apps (#26909)
resolves #26908
2023-03-06 12:04:07 -05:00
Liam DeBeasi
66f2ecbdce test(picker-column-internal): skip flaky scrolling tests (#26910) 2023-03-03 11:42:29 -05:00
Liam DeBeasi
d1b885d5be test(many): migrate tests to toHaveScreenshot (#26899) 2023-03-03 11:21:39 -05:00
Liam DeBeasi
cb1448e781 test(img): skip flaky event loading tests (#26905) 2023-03-03 10:46:17 -05:00
Liam DeBeasi
ac0330dcac chore(tests): update tests and deps for playwright (#26901) 2023-03-02 17:07:07 -05:00
Liam DeBeasi
c250878dee test(img, popover): skip flaky tests (#26898) 2023-03-02 14:40:23 -05:00
Sean Perkins
89a465c9ea chore(playwright): update to v1.31.1 (#26869) 2023-03-02 13:43:29 -05:00
Liam DeBeasi
451d2204e7 fix(menu, split-pane): ssr does not fail on null customElements check (#26854)
resolves #24714
2023-03-02 10:05:15 -05:00
Liam DeBeasi
f54fc18884 fix(datetime-button): time-only values are parsed (#26852)
resolves #26851
2023-03-02 09:09:01 -05:00
Liam DeBeasi
70246d5182 chore(): sync with main 2023-03-01 09:03:59 -05:00
Liam DeBeasi
c4c1066b15 test(popover): reduce test flakiness (#26880) 2023-03-01 08:30:00 -05:00
Liam DeBeasi
db6eb35463 test(datetime): fix flaky test (#26874) 2023-02-28 15:15:48 -05:00
Amanda Johnston
7c57b4f39e test(popover): convert focus tests to Playwright assertions (#26868) 2023-02-28 09:46:51 -06:00
Liam DeBeasi
b4bcba3533 fix(modal): keyboard listener removed on dismiss (#26856) 2023-02-27 11:51:56 -05:00
Liam DeBeasi
6dcd98b26a fix(content): fullscreen values are recomputed on visible content (#26847)
resolves #26844
2023-02-22 15:08:04 -05:00
Amanda Johnston
2a761afd5a feat(datetime): add ability to specify custom colors for specific dates (#26775) 2023-02-22 09:01:33 -06:00
Sean Perkins
df5c8e2318 fix(card): border radius does not overflow on paint in Safari (#26539)
Resolves #26529
2023-02-21 17:44:50 -05:00
Liam DeBeasi
1a346b6206 fix(datetime): days of week and spacing buttons are not announced by screen readers (#26813)
resolves #26811
2023-02-16 15:05:35 -05:00
Liam DeBeasi
eaf088c3a2 test(toast): toHaveScreenshot signature is correct (#26812) 2023-02-16 13:48:54 -05:00
Liam DeBeasi
804e54e5ca test(many): migrate to new toHaveScreenshot API (#26797) 2023-02-16 11:37:29 -05:00
Joe Woodhouse
caa8719cea fix(input): compositionend event is removed on unmount (#26806)
resolves #26805
2023-02-16 11:15:30 -05:00
Liam DeBeasi
fc5fcc064d feat(toast): add stacked buttons functionality (#26790) 2023-02-15 09:56:02 -05:00
Sean Perkins
daa89a26ac feat(picker-column): assign custom aria-labels to column options (#26749) 2023-02-13 16:30:03 -05:00
Liam DeBeasi
7b879fec3d fix(content): fullscreen works when rotating device (#26782)
resolves #26743
2023-02-13 14:59:42 -05:00