Liam DeBeasi
df4882d4d1
fix(tab-button): nested interactives are not rendered ( #26576 )
...
resolves #23332
2023-01-09 09:41:39 -05:00
Liam DeBeasi
d13a14658d
fix(datetime): time wheel input mode is dismissed on user scroll ( #26567 )
2023-01-06 12:08:38 -05:00
Sean Perkins
3e671b9c8f
fix(picker-column-internal): blurring picker does not throw error ( #26560 )
...
Resolves #26559
2023-01-04 16:13:56 -05:00
Sean Perkins
32c2622ab0
fix(modal): canDismiss type with data and role ( #26547 )
...
Resolves #26544
2023-01-04 13:33:14 -05:00
Alice
c238ede622
chore(jsdoc): move comment on RadioGroup ( #26558 )
...
* chore(jsdoc): change JSDoc on RadioGroup to double slash (//) comment
This converts a multiline comment (like `/**...*/`) above the
`RadioGroup` component class to be a series of `//` comments instead.
This is done to prevent the comment from being accidentally recognized
as a JSDoc comment for the class when a Stencil version incorporating
this change is installed:
2e4b1fcdc0
* move down to the relevant line, keep as multi-line comment
2023-01-04 12:28:30 -05:00
Liam DeBeasi
1e9cf12a74
test(many): skip additional flaky tests ( #26523 )
2023-01-04 10:19:48 -05:00
Liam DeBeasi
1917c71235
test(datetime): resolve flaky tests as year changes ( #26561 )
2023-01-04 09:28:28 -05:00
Liam DeBeasi
bd05fccf58
test(config): update to playwright 1.29.0 ( #26388 )
2022-12-20 09:26:51 -05:00
Liam DeBeasi
c0ef5c5f01
test(item-sliding): skip flaky test ( #26496 )
2022-12-16 09:29:33 -05:00
Evan Kleiner
4a8b3c0773
docs(input): update setFocus description ( #26487 )
...
Co-authored-by: Evan Kleiner <ekleiner@synap.io >
2022-12-15 17:20:06 -05:00
Liam DeBeasi
c994a20710
chore(eslint): add async playwright assert rule ( #26491 )
2022-12-15 14:39:11 -05:00
Liam DeBeasi
b0fee77f94
test(animation): skip group css animation test ( #26478 )
2022-12-13 16:59:04 -05:00
Liam DeBeasi
16c0d4a611
test(modal): skip unneeded checks ( #26472 )
2022-12-13 13:50:34 -05:00
Ryan Waskiewicz
16dcd2d114
chore(scss): remove injected global styles ( #26469 )
...
this commit removes a globally injected style, `ionic.skip-warns.scss`,
from the project. this stylesheet was used to set a variable, `$Ionic`,
that would turn on/off deprecation warnings in (the also removed)
`ionic.deprecation.scss`. any file using either of the aforementioned
files have been updated.
this change is occurring while the stencil team is looking to improve
the size of generated components that use >1 mode. this deprecation was
a part of an initiative to remove sass source files from artifact
published to npm. while that was completed, this deprecation was not
removed (until now)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-12-13 08:34:25 -05:00
Liam DeBeasi
82d1d948ec
fix(normalize): remove normalize styles for outdated browsers ( #26465 )
...
resolves #26464
2022-12-12 14:47:15 -05:00
Liam DeBeasi
385232334e
test(datetime): improve e2e test perf ( #26462 )
2022-12-12 14:18:37 -05:00
Sean Perkins
0d8625b955
fix(breadcrumbs): breadcrumbs are reactive ( #26427 )
...
Resolves #24041
Co-authored-by: Imre Bekker <37016280+tetkosimi@users.noreply.github.com >
2022-12-09 15:05:11 -05:00
Sean Perkins
c5ebc9155c
test(datetime, picker-internal): skip flaky tests ( #26459 )
2022-12-09 13:36:03 -05:00
Liam DeBeasi
340dd13e4c
test(list): take screenshot of single component ( #26458 )
2022-12-09 12:35:32 -05:00
Liam DeBeasi
8122494a60
test(searchbar): break up screenshot test ( #26455 )
2022-12-09 11:32:43 -05:00
Liam DeBeasi
a99401bf0a
test(overlays): remove broken test ( #26457 )
2022-12-09 11:11:42 -05:00
Liam DeBeasi
3481c44b2f
test(many): add await to async asserts ( #26456 )
2022-12-09 10:36:19 -05:00
Liam DeBeasi
493e783b31
test(many): fix more flaky tests ( #26450 )
2022-12-08 17:56:43 -05:00
Liam DeBeasi
7ba2b65b54
test(config): tests now fail fast ( #26447 )
2022-12-08 16:25:50 -05:00
Sean Perkins
1aa1068df7
fix(modal): compatibility with stencil libraries/apps ( #26448 )
2022-12-08 15:57:53 -05:00
Liam DeBeasi
aedf306d64
test(datetime): update screenshots for ubuntu 22 ( #26444 )
2022-12-08 12:27:27 -05:00
Sean Perkins
b1087ac338
test(img): load and error events are emitted ( #26440 )
2022-12-08 10:30:58 -05:00
Liam DeBeasi
af2e9b79e9
refactor(test): remove puppeteer, use playwright ( #26426 )
2022-12-07 15:50:59 -05:00
Liam DeBeasi
2fc96b7714
fix(datetime): keyboard can select hour 00 ( #26423 )
...
resolves #26409
2022-12-07 15:09:27 -05:00
Sean Perkins
47369fadd4
test(searchbar): flaky searchbar screenshot capture ( #26428 )
2022-12-07 11:35:57 -05:00
Liam DeBeasi
d506d7037e
chore(): sync with main
2022-12-07 09:26:55 -05:00
Amanda Johnston
aab63c25a5
test(toolbar): migrate to Playwright ( #26419 )
2022-12-06 13:03:39 -06:00
Sean Perkins
fcfbcdbc20
fix(datetime): md highlight does not clip at start or end of month ( #26366 )
...
Resolves #24891
2022-12-06 13:43:44 -05:00
Amanda Johnston
a67a827fed
feat(toast): add global config toastDuration ( #26425 )
...
Co-authored-by: DwieDima <DwieDima@users.noreply.github.com >
2022-12-06 09:52:52 -06:00
Amanda Johnston
b6c001935b
Revert "feat(toast): add global config toastDuration ( #26401 )" ( #26424 )
...
This reverts commit e375e9a1e7 .
2022-12-06 09:42:21 -06:00
DwieDima
e375e9a1e7
feat(toast): add global config toastDuration ( #26401 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-12-06 09:13:19 -06:00
Liam DeBeasi
1353bc0c36
test(tab-bar): migrate tests to playwright ( #26412 )
2022-12-05 15:46:41 -05:00
Liam DeBeasi
59e5ad361d
test(list): remove datetime from test ( #26414 )
2022-12-05 14:12:51 -05:00
Liam DeBeasi
c6353d4da7
test(popover, item): fix flaky tests ( #26415 )
2022-12-05 13:42:26 -05:00
Liam DeBeasi
1a5ee2f30f
test(config): remove playwright diff threshold ( #26405 )
2022-12-05 11:08:59 -05:00
Sean Perkins
e32b9ce8f4
test(router): migrate to playwright ( #26406 )
2022-12-05 10:46:51 -05:00
Liam DeBeasi
1b30fc97d3
feat(modal): data and role are passed to canDismiss ( #26384 )
...
resolves #26292
2022-12-02 10:46:41 -05:00
Liam DeBeasi
e135d19697
chore(): sync with main
2022-12-02 09:57:07 -05:00
Sean Perkins
fef2fe3efc
test(list): set static value for datetime ( #26397 )
2022-12-01 15:40:25 -05:00
Liam DeBeasi
f06e438db3
test(config): reduce diff threshold to 0.0025 ( #26387 )
2022-12-01 10:26:14 -05:00
Liam DeBeasi
db4cdeb444
test(utils): migrate utils e2e tests to playwright ( #26377 )
2022-11-30 15:53:25 -05:00
Amanda Johnston
13fe669dc1
fix(datetime): add flipRTL to monthAndYear dropdown icon ( #26378 )
...
Co-authored-by: cdes <cdes@users.noreply.github.com >
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-11-30 12:15:38 -06:00
Liam DeBeasi
00e44b9c67
Merge remote-tracking branch 'origin/main' into sync-6.4-11-30
2022-11-30 12:26:23 -05:00
Liam DeBeasi
df6064e986
test(config): reduce playwright pixel threshold to 0.005 ( #26375 )
2022-11-30 12:25:49 -05:00
Liam DeBeasi
778312552e
test(tabs): migrate placement tests ( #26376 )
2022-11-30 12:06:47 -05:00