884 Commits

Author SHA1 Message Date
d1fb7b039b feat(range): ionChange will only emit from user committed changes (#26089) 2022-10-24 16:13:48 -04:00
92d7bd5d7d Merge remote-tracking branch 'origin/main' into sync-feature-10-21 2022-10-21 14:36:30 -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
5d77fde503 chore(): update package lock files 2022-10-17 14:15:29 +00:00
1a6595b895 v6.3.2 2022-10-17 14:10:40 +00:00
b412e9dbe1 chore(): sync with main 2022-10-14 13:03:15 -04:00
01840741ce chore(): bump package-lock files 2022-10-12 14:12:17 +00:00
448e3fc385 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
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
f7176bbb44 fix(textarea): clearOnEdit clears textarea when user initially types (#26006) 2022-10-10 14:20:50 -04:00
bf5e118313 fix(input): clearOnEdit clears input when user initially types (#26005) 2022-10-10 14:00:10 -04:00
85d3bd99be feat(toggle): ionChange will only emit from user committed changes (#26078)
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-10-10 09:55:58 -05:00
34c4137868 feat(select): ionChange will only emit from user committed changes (#26066)
BREAKING CHANGE:

`ionChange` is no longer emitted when the `value` of `ion-select` is modified externally. `ionChange` is only emitted from user committed changes, such as confirming a selected option in the select's overlay.
2022-10-10 09:36:51 -04:00
7b9ff4382d chore(): update package lock 2022-10-05 11:16:10 -04:00
4a61ebbc2c chore(): update changelog 2022-10-05 15:08:07 +00:00
0f8679947f v6.3.0 2022-10-05 13:53:03 +00:00
b052d3b262 feat(searchbar): ionChange will only emit from user committed changes (#26026) 2022-10-03 15:08:43 -05:00
b13983848c feat(button): submit from outside of form (#25913)
Resolves #21194

Co-authored-by: Sean Perkins <sean@ionic.io>
2022-09-30 14:10:40 -04:00
25e6fe92b1 chore(): sync with main 2022-09-30 12:29:00 -04:00
fffc729e57 chore(): sync with main 2022-09-30 12:27:17 -04:00
1f3ddf2370 refactor(modal): remove swipeToClose in favor of canDismiss (#26050)
BREAKING CHANGE:

- The `swipeToClose` property has been removed in favor of `canDismiss`.
- The `canDismiss` property now defaults to `true` and can no longer be set to `undefined`.
2022-09-29 17:19:53 -04:00
1858c87a59 chore(angular): use prettier's write flag in lint command (#26027) 2022-09-28 12:41:57 -05:00
43d92773cf chore(angular): exclude proxies-list from lint (#26034) 2022-09-28 11:16:27 -04:00
56d7ae84ed chore(): lint angular package 2022-09-28 13:45:42 +00:00
574249aea7 chore(): update package lock files 2022-09-28 13:33:51 +00:00
f7fb4c6814 v6.2.9 2022-09-28 13:29:28 +00:00
219a2058a4 chore(angular): properly sync core changes (#26025) 2022-09-27 15:11:59 -04:00
1f4d3f12ff Merge branch 'feature-7.0' into 7-sync-09-23-22 2022-09-23 16:34:53 -05:00
68bae80a51 feat(textarea): ionChange will only emit from user committed changes (#25953) 2022-09-23 13:26:21 -04:00
a0efc52706 Merge remote-tracking branch 'origin/main' into 7-sync-09-23-22 2022-09-23 11:46:50 -04:00
a576b178ef Merge remote-tracking branch 'origin/main' into chore/sync-with-main-09-23-22 2022-09-23 11:19:03 -04:00
4cef0c36b1 chore(): update package lock files 2022-09-21 13:47:33 +00:00
1d331b7c77 v6.2.8 2022-09-21 13:38:03 +00:00
c0f287e525 chore(): sync with main 2022-09-16 15:24:24 -04:00
6bb9d8a5d7 Merge remote-tracking branch 'origin/main' into 7.0-sync-09-16-22 2022-09-16 15:20:33 -04:00
0168b6aa13 chore(): lint angular package 2022-09-14 10:10:33 -04:00
cc8afe9786 chore(): update package lock files 2022-09-14 13:30:27 +00:00
ea4754e193 v6.2.7 2022-09-14 13:26:33 +00:00
a6b2629ede feat(checkbox): ionChange fires on user interaction (#25923)
BREAKING CHANGE:

`ionChange` is no longer emitted when the `checked` property of `ion-checkbox` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping the checkbox.
2022-09-13 16:27:34 -04:00
c76de0cc37 chore(input): build output (#25933) 2022-09-13 15:16:20 -04:00
4eea9fa5c0 feat(accordion): ionChange will only emit from user committed changes (#25922)
BREAKING CHANGE:

`ionChange` is no longer emitted when the `value` of `ion-accordion-group` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping the accordion header.
2022-09-13 14:33:49 -04:00
7c34a4cc8b test(angular): add info on how to disable cache (#25924) 2022-09-12 16:03:56 -04:00
8732b7bdb7 feat(input): ionChange will only emit from user committed changes (#25858)
Resolves #20106, #20061
2022-09-12 15:35:43 -04:00
883188cc34 test(angular): wait for all tab switches in tests (#25909) 2022-09-09 14:08:33 -04:00
1fc0c830db Merge remote-tracking branch 'origin/main' into sync-v7-09-09-2022 2022-09-09 13:05:11 -04:00
634f928541 test(angular): tabs sibling page test is no longer flaky (#25906) 2022-09-09 13:00:13 -04:00
725b13fa60 fix(angular): nav controller can pop views after leaving tabs outlet (#25690)
Resolves #18593
2022-09-08 12:52:17 -04:00