82d1d948ec
fix(normalize): remove normalize styles for outdated browsers ( #26465 )
...
resolves #26464
2022-12-12 14:47:15 -05:00
385232334e
test(datetime): improve e2e test perf ( #26462 )
2022-12-12 14:18:37 -05:00
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
c5ebc9155c
test(datetime, picker-internal): skip flaky tests ( #26459 )
2022-12-09 13:36:03 -05:00
340dd13e4c
test(list): take screenshot of single component ( #26458 )
2022-12-09 12:35:32 -05:00
8122494a60
test(searchbar): break up screenshot test ( #26455 )
2022-12-09 11:32:43 -05:00
a99401bf0a
test(overlays): remove broken test ( #26457 )
2022-12-09 11:11:42 -05:00
3481c44b2f
test(many): add await to async asserts ( #26456 )
2022-12-09 10:36:19 -05:00
378ae41124
chore(CODEOWNERS): add codeowners for team ( #26442 )
2022-12-08 18:33:20 -05:00
493e783b31
test(many): fix more flaky tests ( #26450 )
2022-12-08 17:56:43 -05:00
7ba2b65b54
test(config): tests now fail fast ( #26447 )
2022-12-08 16:25:50 -05:00
1aa1068df7
fix(modal): compatibility with stencil libraries/apps ( #26448 )
2022-12-08 15:57:53 -05:00
6309133779
chore(ci): remove test-core-e2e from stencil eval ( #26443 )
2022-12-08 12:46:30 -05:00
aedf306d64
test(datetime): update screenshots for ubuntu 22 ( #26444 )
2022-12-08 12:27:27 -05:00
b1087ac338
test(img): load and error events are emitted ( #26440 )
2022-12-08 10:30:58 -05:00
af2e9b79e9
refactor(test): remove puppeteer, use playwright ( #26426 )
2022-12-07 15:50:59 -05:00
2fc96b7714
fix(datetime): keyboard can select hour 00 ( #26423 )
...
resolves #26409
2022-12-07 15:09:27 -05:00
409d813103
chore(dependabot): enable for playwright ( #26437 )
2022-12-07 13:13:16 -05:00
47369fadd4
test(searchbar): flaky searchbar screenshot capture ( #26428 )
2022-12-07 11:35:57 -05:00
e0e9dc7be6
chore(): merge feature-6.4 into main
...
Feature 6.4
2022-12-07 10:52:29 -05:00
7be3658697
merge release-6.4.0
...
Release 6.4.0
2022-12-07 10:23:28 -05:00
05365ae6ce
chore(): update package lock files
2022-12-07 14:59:00 +00:00
3794363130
v6.4.0
v6.4.0
2022-12-07 14:58:41 +00:00
6d3a4a271a
chore(): sync with main
...
chore(): sync with main
2022-12-07 09:48:34 -05:00
d506d7037e
chore(): sync with main
2022-12-07 09:26:55 -05:00
e47ff25002
merge release-6.3.10
...
Release 6.3.10
2022-12-07 09:25:10 -05:00
29476529c8
chore(): remove reverted feature from changelog
2022-12-07 09:04:55 -05:00
609a1f63eb
chore(): update package lock files
2022-12-07 14:04:04 +00:00
ebf9bb5dee
v6.3.10
v6.3.10
2022-12-07 14:03:42 +00:00
aab63c25a5
test(toolbar): migrate to Playwright ( #26419 )
2022-12-06 13:03:39 -06:00
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
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
b6c001935b
Revert "feat(toast): add global config toastDuration ( #26401 )" ( #26424 )
...
This reverts commit e375e9a1e7d30c481772e84c0ae34f39a019aad3.
2022-12-06 09:42:21 -06:00
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
1353bc0c36
test(tab-bar): migrate tests to playwright ( #26412 )
2022-12-05 15:46:41 -05:00
59e5ad361d
test(list): remove datetime from test ( #26414 )
2022-12-05 14:12:51 -05:00
c6353d4da7
test(popover, item): fix flaky tests ( #26415 )
2022-12-05 13:42:26 -05:00
1a5ee2f30f
test(config): remove playwright diff threshold ( #26405 )
2022-12-05 11:08:59 -05:00
e32b9ce8f4
test(router): migrate to playwright ( #26406 )
2022-12-05 10:46:51 -05:00
12a21b67b3
chore(deps): upgrade @stencil/sass to v2.0 ( #26403 )
...
this commit bumps `@stencil/sass` to v2.0.0. v2.0.0 is the first release
of the library from the stencil team in over a year, and contains mostly
under-the-hood improvements. the only breaking change in this version of
the library is dropping support for stencil v1
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2022-12-02 12:57:11 -05:00
9729f62c92
chore(prettier): use prettier caching ( #26175 )
2022-12-02 11:56:16 -05:00
1b30fc97d3
feat(modal): data and role are passed to canDismiss ( #26384 )
...
resolves #26292
2022-12-02 10:46:41 -05:00
5d035abdb0
chore(): sync with main
...
chore(): sync with main
2022-12-02 10:19:46 -05:00
e135d19697
chore(): sync with main
2022-12-02 09:57:07 -05:00
fef2fe3efc
test(list): set static value for datetime ( #26397 )
2022-12-01 15:40:25 -05:00
f06e438db3
test(config): reduce diff threshold to 0.0025 ( #26387 )
2022-12-01 10:26:14 -05:00
db4cdeb444
test(utils): migrate utils e2e tests to playwright ( #26377 )
2022-11-30 15:53:25 -05:00
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
e6aab3b7ff
chore(): sync feature-6.4 with main
...
chore(): sync feature-6.4 with main
2022-11-30 12:57:06 -05:00
00e44b9c67
Merge remote-tracking branch 'origin/main' into sync-6.4-11-30
2022-11-30 12:26:23 -05:00