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
558a91ce46
Merge remote-tracking branch 'origin/main' into chore/sync-with-main-12-05-22-b
2022-12-05 15:48:01 -05: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
1278a292f3
feat(input, toggle): add escape hatch property ( #26416 )
2022-12-05 13:43:07 -05:00
c6353d4da7
test(popover, item): fix flaky tests ( #26415 )
2022-12-05 13:42:26 -05:00
839a16f9eb
chore(): add updated snapshots
2022-12-05 16:50:39 +00:00
3271ecf1de
fix(textarea): render icon for clearing input
2022-12-05 11:28:52 -05:00
acb12b36ee
Merge remote-tracking branch 'origin/main' into chore/sync-7.0-with-main-12-05-22
2022-12-05 11:25:10 -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
e135d19697
chore(): sync with main
2022-12-02 09:57:07 -05:00
1a840c43e9
fix(back-button): update style for ios spec ( #26395 )
...
resolves #26393
2022-12-02 09:21:32 -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
00e44b9c67
Merge remote-tracking branch 'origin/main' into sync-6.4-11-30
2022-11-30 12:26:23 -05:00
df6064e986
test(config): reduce playwright pixel threshold to 0.005 ( #26375 )
2022-11-30 12:25:49 -05:00
13a47b4e40
refactor(datetime): remove ios 13 calendar day fix ( #26372 )
2022-11-30 12:11:10 -05:00
778312552e
test(tabs): migrate placement tests ( #26376 )
2022-11-30 12:06:47 -05:00
9778961e77
chore(): sync with main
2022-11-30 11:47:05 -05:00
a2d570b7ad
fix(segment): scrolling button into view is more consistent ( #26369 )
...
resolves #26368
2022-11-30 10:15:48 -05:00
a907a4a70e
v6.3.9
2022-11-30 14:21:39 +00:00
50e86e895f
test(icon): migrate to playwright ( #26373 )
2022-11-29 16:16:28 -05:00
8eec1974da
fix(datetime): haptics are enabled only on ios ( #26370 )
...
resolves #25508
BREAKING CHANGE:
The haptics when swiping the wheel picker are now enabled only on iOS.
2022-11-29 14:23:25 -05:00
c74901c973
feat(toggle): component can be used outside of ion-item ( #26357 )
...
resolves #25570 , resolves #23213
BREAKING CHANGE:
The `--background` and `--background-checked` variables have been renamed to `--track-background` and `--track-background-checked`, respectively.
2022-11-29 12:54:31 -05:00
0ca6fee1d7
test(input): validate input-bottom container is not rendered ( #26356 )
2022-11-28 11:18:02 -05:00
ce2e37b1a1
fix(angular): null values are not converted to falsy value ( #26341 )
...
BREAKING CHANGE:
Datetime:
Passing the empty string to the `value` property will now error as it is not a valid ISO-8601 value.
Angular:
`null` values on form components will no longer be converted to the empty string (`''`) or `false`. This impacts `ion-checkbox`, `ion-datetime`, `ion-input`, `ion-radio`, `ion-radio-group`, ion-range`, `ion-searchbar`, `ion-segment`, `ion-select`, `ion-textarea`, and `ion-toggle`.
2022-11-23 13:03:13 -05:00
ccaff8d0dc
fix(input): clear icon can be styled ( #26354 )
...
resolves #19178 , resolves #17168
Co-authored-by: Mathieu-COSYNS <Mathieu-COSYNS@users.noreply.github.com>
2022-11-23 13:00:50 -05:00
1e855e7699
fix(action-sheet): container animates in correctly ( #26347 )
...
resolves #25368
2022-11-23 12:12:48 -05:00
5a243ccebc
fix(segment): segment in toolbar uses correct contrast ( #26353 )
...
resolves #26350
2022-11-23 11:53:01 -05:00
e6f2a1f6a1
fix(input): highlight color does not apply to text ( #26352 )
2022-11-23 11:52:31 -05:00
4abe42712b
docs(input): border style/width documentation ( #26346 )
2022-11-22 16:41:32 -05:00
181c44e4bb
test(split-pane): migrate to playwright ( #26344 )
2022-11-22 16:00:53 -05:00
c0a8501657
feat(picker): add ability to use picker inline ( #26336 )
2022-11-22 15:33:47 -05:00
f23fb342b2
fix(angular): inline overlays are exported ( #26333 )
2022-11-22 14:14:04 -05:00
2fe23d9d46
fix(button): fill can be set to undefined ( #26339 )
...
resolves #25886
2022-11-22 13:46:17 -05:00
0fbcc5b9a9
refactor(picker): remove refresh key ( #26340 )
...
BREAKING CHANGE:
The `refresh` key has been removed from the `PickerColumn` interface. Developers should use the `columns` property to refresh the `ion-picker` view.
2022-11-22 13:43:50 -05:00
7ae8117284
fix(reorder): items animate once in firefox ( #26326 )
...
resolves #21182
Co-authored-by: dan-rp1 <dan-rp1@users.noreply.github.com>
2022-11-22 11:38:42 -05:00
000f27d364
chore(): update package lock files
2022-11-22 15:12:24 +00:00
4d1081ae2a
v6.3.8
2022-11-22 15:12:01 +00:00
be9a399eee
fix(popover): popover positions correctly on all frameworks ( #26306 )
...
Resolves #25337
2022-11-21 22:32:46 -05:00
36cc5103bf
test(range): disable gesture test ( #26331 )
2022-11-21 17:44:32 -05:00
c943dff5a3
chore(overlays): generic for present/dismiss options ( #26287 )
2022-11-21 16:57:17 -05:00
714cec4af6
Merge remote-tracking branch 'origin/main' into chore/sync-feature-6-4-with-main
2022-11-21 16:12:09 -05:00