403 Commits

Author SHA1 Message Date
c149b42d0b Merge remote-tracking branch 'origin/main' into sync-7-11-15-22 2022-11-15 15:40:21 -05:00
44472aeb9f feat(input): component can be used outside of ion-item (#26283)
resolves #20153, resolves #19084, resolves #22736
2022-11-15 11:46:44 -05:00
e3ef932ae1 chore(many): add tech debt tickets and remove unnecessary todos (#26266) 2022-11-14 14:49:08 -06:00
0f8b26f767 refactor(ci): do not cache node modules (#26265) 2022-11-14 13:55:46 -05:00
2446fe1810 chore(): update package lock files 2022-11-10 16:43:56 +00:00
4964cdc0b6 v6.3.6 2022-11-10 16:40:20 +00:00
4ea1c0aa9e chore(): update package lock files 2022-11-09 14:10:31 +00:00
d4a9af0552 v6.3.5 2022-11-09 14:06:56 +00:00
b470a307e3 chore(): sync with main 2022-11-08 13:13:46 -05:00
c299d3666a feat(radio-group): ionChange will only emit from user committed changes (#26223) 2022-11-07 18:03:08 -05:00
003de44d92 feat(toast): add ability to use toast inline (#26215) 2022-11-07 16:21:35 -06:00
92b763a538 feat(action-sheet): use action sheet overlay inline (#26172) 2022-11-02 16:47:43 -04:00
84990cec88 fix(vue): loading is created as an inline component (#26191) 2022-11-02 13:59:31 -04:00
1f7fc8f05c fix(vue): generate web-types for components (#26205)
Resolves #26198
2022-11-02 12:18:48 -04:00
c6db6c7822 chore(): update package lock files 2022-11-02 14:01:20 +00:00
5e8a75a643 v6.3.4 2022-11-02 13:57:32 +00:00
30e3a1485d perf(many): reduce delay when performing overlay or page transitions (#26189)
resolves #24346
2022-11-01 13:08:27 -04:00
1d0e76d9ef chore(): sync with main 2022-11-01 10:31:18 -04:00
322a1dbcd0 refactor(types): remove overlay attribute interfaces (#26181)
BREAKING CHANGE:

`ActionSheetAttributes`, `AlertAttributes`, `AlertTextareaAttributes`, `AlertInputAttributes`, `LoadingAttributes`, `ModalAttributes`, `PickerAttributes`, `PopoverAttributes`, and `ToastAttributes` have been removed. Developers should use `{ [key: string]: any }` instead.
2022-10-28 16:12:28 -04:00
a5b45821cd chore(): update package lock files 2022-10-26 13:50:57 +00:00
53caa22212 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
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