382 Commits

Author SHA1 Message Date
34ca337b8a feat(loading): use loading overlay inline (#26153) 2022-10-24 16:49:17 -04:00
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
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
d60973b244 fix(vue): routing components define child components (#26107) 2022-10-13 13:35: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
f1cdf18316 chore(): sync with main: 2022-10-11 11:38:27 -04:00
7b9ff4382d chore(): update package lock 2022-10-05 11:16:10 -04:00
0f8679947f v6.3.0 2022-10-05 13:53:03 +00:00
4cb32b6c6b test(vue): test app now uses vite and vitest (#26045) 2022-09-30 14:22:46 -04: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
86bbed07fc refactor(vue): only ship es modules (#26054)
resolves #25104

BREAKING CHANGE:

`@ionic/vue` and `@ionic/vue-router` no longer ship a CommonJS entry point. Instead, only an ES Module entry point is provided for improved compatibility with Vite.
2022-09-30 11:43:50 -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
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
19f0fb7045 fix(vue): back button handler only fires in routing context (#26014) 2022-09-27 09:18:41 -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
e06a7d0f73 chore(vue): migrate to cypress 10 (#25950) 2022-09-16 11:16:58 -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
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
1fc0c830db Merge remote-tracking branch 'origin/main' into sync-v7-09-09-2022 2022-09-09 13:05:11 -04:00
d2e496347d chore(): update package lock files 2022-09-07 13:07:42 +00:00
016e45a48a v6.2.6 2022-09-07 13:03:37 +00:00
2d3661ae38 fix(vue): custom animation plays when replacing (#25863)
resolves #25831
2022-09-06 09:07:33 -04:00
20dd8ad1e4 chore(): sync with main 2022-09-02 14:44:56 -04:00
d478e03914 feat(slides): remove ion-slide, ion-slides, and IonicSwiper module (#25868) 2022-09-01 14:36:17 -05:00
1831381cb2 chore(): update package lock files 2022-08-31 10:24:04 -04:00
699ba2eae3 v6.2.5 2022-08-31 13:32:58 +00:00
8a1b3c5f30 feat(datetime): add header text to multiple selection; improve header consistency between modes (#25817)
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-08-29 11:18:45 -05:00
ee3467c9f1 perf(item): remove delegatesFocus patch for iOS 13 (#25822) 2022-08-25 12:34:25 -04:00
1eb6fd04d7 feat(virtual-scroll): remove virtual scroll component (#25808) 2022-08-24 15:42:12 -04:00
023e2f48d0 chore(): update package lock files 2022-08-24 13:04:19 +00:00
cdb972a2a3 v6.2.4 2022-08-24 12:59:50 +00:00
65af865db7 test(vue): add multi-version testing (#25785) 2022-08-23 16:05:34 -04:00
30200051bb fix(vue): lifecycles now fire on tabs pages (#25786)
resolves #25784
2022-08-23 13:17:45 -04:00
419c8d758c chore(): update package lock files 2022-08-17 14:14:39 +00:00
9ed57d83e7 v6.2.3 2022-08-17 14:10:20 +00:00