12638 Commits

Author SHA1 Message Date
1320948b24 fix(modal, popover): remove trigger click listeners when overlay is unmounted (#26167) 2022-10-26 13:59:43 -05:00
a7e15babf3 test(list): migrate lines test to playwright (#26171) 2022-10-26 13:30:08 -04:00
3745083b7c fix(datetime): account for allowed values when setting default date (#26093)
resolves #24722
2022-10-26 10:54:26 -04:00
c3882d8b21 merge release-6.3.3
Release 6.3.3
2022-10-26 09:15:14 -05:00
a5b45821cd chore(): update package lock files 2022-10-26 13:50:57 +00:00
53caa22212 v6.3.3 v6.3.3 2022-10-26 13:47:18 +00:00
34ca337b8a feat(loading): use loading overlay inline (#26153) 2022-10-24 16:49:17 -04:00
6bbb372980 test(menu-toggle): add basic Playwright test (#26164) 2022-10-24 15:22:35 -05:00
d1fb7b039b feat(range): ionChange will only emit from user committed changes (#26089) 2022-10-24 16:13:48 -04:00
04ed860d21 Merge pull request #26157 from ionic-team/sync-feature-10-21 2022-10-24 15:44:05 -04:00
8f86251712 Merge branch 'feature-7.0' into sync-feature-10-21 2022-10-24 15:00:31 -04:00
70781e4c9f fix(segment): click event triggers ionChange (#26162) 2022-10-24 15:00:17 -04:00
b509797792 test(datetime): remove empty string test
This test was introduced for a temporary fix in v6. That fix was removed in v7 in favor of a breaking change that effects what an empty string will default to.
2022-10-24 11:29:09 -04:00
92d7bd5d7d Merge remote-tracking branch 'origin/main' into sync-feature-10-21 2022-10-21 14:36:30 -04:00
2080890c11 fix(card-header): reverse order of title and subtitle on ios (#26084)
BREAKING CHANGE:

- The card header has ben changed to a flex container with direction set to `column` (top to bottom). In `ios` mode the direction is set to `column-reverse` which results in the subtitle displaying on top of the title.
2022-10-19 17:33:28 -04:00
0fa68cfa61 test(footer): migrate to playwright (#26094) 2022-10-19 14:25:35 -04:00
8ec350ae65 fix(react): inline overlays can be conditionally rendered (#26111)
Resolves #25590

Co-authored-by: liamdebeasi <liamdebeasi@users.noreply.github.com>
2022-10-17 16:43:32 -04:00
74be79e9d8 fix(dependencies): latest patch is installed (#26148)
resolves #26137
2022-10-17 16:21:29 -04:00
51ab5f67b5 fix(datetime): empty string is treated as no value (#26131)
resolves #26116
2022-10-17 15:01:27 -04:00
0548fe8588 fix(datetime): values are adjusted to be in bounds (#26125)
resolves #25894, resolves #25708
2022-10-17 14:19:02 -04:00
479d56b3b2 fix(datetime): preferWheel can now show title (#26101)
resolves #26095
2022-10-17 13:12:45 -04:00
d4d569ac09 fix(many): haptics only fire on supported platforms (#26130)
resolves #26109
2022-10-17 12:07:38 -04:00
ffcf8ec4e0 merge release-6.3.2
Release 6.3.2
2022-10-17 10:39:44 -05:00
5d77fde503 chore(): update package lock files 2022-10-17 14:15:29 +00:00
1a6595b895 v6.3.2 v6.3.2 2022-10-17 14:10:40 +00:00
7e5c03ae40 test(item-sliding): skip flaky gesture test for now (#26136) 2022-10-14 13:07:12 -05:00
375c180109 chore(): sync feature-7.0 with main
chore(): sync feature-7.0 with main
2022-10-14 12:37:13 -05:00
b412e9dbe1 chore(): sync with main 2022-10-14 13:03:15 -04:00
2192409123 test(alert): a11y test is not flaky (#26133) 2022-10-14 12:57:57 -04:00
0e7f7fcdca test(range): skip flaky test for now (#26134) 2022-10-14 12:39:26 -04:00
fbbebee7be test(item-sliding): migrate tests to Playwright (#26092) 2022-10-14 11:15:18 -05:00
d76a24dd9e fix(datetime): selecting days updates value (#26121) 2022-10-13 16:34:28 -04:00
d60973b244 fix(vue): routing components define child components (#26107) 2022-10-13 13:35:15 -04:00
5e4892676c chore(ci): update actions versions (#26100) 2022-10-13 13:04:01 -04:00
04df45a443 fix(datetime): header renders correct date (#26120)
resolves #26116
2022-10-13 12:17:21 -04:00
256b03f12a fix(modal): sheet modal dismisses correctly (#26110)
resolves #26108
2022-10-13 09:58:06 -04:00
ff6df69a67 chore(core): lint.fix command now runs prettier (#26114) 2022-10-12 18:25:32 -04:00
bbd6c9ae6c merge release-6.3.1
v6.3.1
2022-10-12 10:06:55 -05:00
61cc278f05 chore(ci): release script bumps package-lock files 2022-10-12 14:12:40 +00:00
01840741ce chore(): bump package-lock files 2022-10-12 14:12:17 +00:00
448e3fc385 v6.3.1 v6.3.1 2022-10-12 12:40:53 +00:00
cc2af202a9 feat(datetime): ionChange will only emit from user committed changes (#26083)
resolves #20873 resolves #24452

BREAKING CHANGE

- `ionChange` is no longer emitted when the `value` property of `ion-datetime` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping a date.

- Datetime no longer automatically adjusts the `value` property when passed an array and `multiple="false"`. Developers should update their apps to ensure they are using the API correctly.
2022-10-11 17:17:52 -04:00
21b7c8d297 chore(): sync with main
chore(): sync with main
2022-10-11 11:15:45 -05:00
c0c1e3ab01 chore(): build and lint 2022-10-11 15:58:18 +00:00
f1cdf18316 chore(): sync with main: 2022-10-11 11:38:27 -04:00
5e030f996a chore(): remove roboto source from codebase (#26097) 2022-10-11 10:13:13 -04:00
f7176bbb44 fix(textarea): clearOnEdit clears textarea when user initially types (#26006) 2022-10-10 14:20:50 -04:00
3c89ebe721 fix(item, card): aria-label is reflected to the inner button (#26028)
Resolves #25885
2022-10-10 14:19:55 -04:00
bf5e118313 fix(input): clearOnEdit clears input when user initially types (#26005) 2022-10-10 14:00:10 -04:00
a5d178f4c0 fix(datetime): setting max/min does not increase number of nodes rendered (#26065)
resolves #26059
2022-10-10 13:43:43 -04:00