5140246b25
chore(): run vue build
2023-03-01 11:40:16 -05:00
708ccbf808
chore(): sync with main
2023-03-01 11:22:56 -05:00
865f8de9dc
feat(searchbar): ionInput now emits value payload ( #26831 )
...
resolves #26828
BREAKING CHANGE:
The `detail` payload for the `ionInput` event now on `ion-searchbar` contains an object with the current `value` as well as the native event that triggered `ionInput`.
2023-02-23 12:15:43 -05:00
2a761afd5a
feat(datetime): add ability to specify custom colors for specific dates ( #26775 )
2023-02-22 09:01:33 -06:00
fc5fcc064d
feat(toast): add stacked buttons functionality ( #26790 )
2023-02-15 09:56:02 -05:00
f7f6f1d9f9
feat(textarea): add legacy prop ( #26783 )
2023-02-10 11:53:47 -05:00
e71dc912fe
chore(): sync with main
2023-02-01 09:37:33 -05:00
1a8bd6d8c6
chore(deps): update to stencil v3 ( #26663 )
2023-01-31 18:07:22 -05:00
7c0089718a
fix(vue): cache attached view reference ( #26694 )
...
Resolves #26695
2023-01-30 15:58:03 -05:00
69d89eae94
fix(popover): popover opens on chrome 109 ( #26672 )
...
resolves #26643
2023-01-30 11:55:20 -05:00
b78b454e08
revert(): revert base components feature ( #26692 )
...
The Ionic Framework team would like to re-evaluate our approach to improving customization options when building mobile applications. We are looking at other solutions that a) make customizing an app UI easier and b) are applicable to a broader set of developers.
2023-01-30 11:52:36 -05:00
95a3c69bbb
fix(item): inherit aria attributes before render ( #26546 )
...
Resolves #26538
2023-01-27 16:02:45 -05:00
8d3edd049d
feat(textarea): component can be used outside of ion-item ( #26674 )
2023-01-24 20:57:53 -05:00
18f109c7da
feat(base-components): add ability to remove ios and md theme ( #26669 )
2023-01-24 16:18:35 -05:00
e8fb9e7328
chore(): sync with main
2023-01-23 13:38:16 -05:00
6b16a0c020
fix(vue): unmount teleported components ( #26647 )
...
Resolves #26644
2023-01-20 11:23:27 -05:00
dc27736bd5
chore(vue): add eslint and prettier ( #26635 )
2023-01-18 18:29:25 -05:00
c01600191e
chore(): sync with main
2023-01-18 09:36:43 -05:00
02640b5795
feat(select): component can be used outside ion-item ( #26572 )
2023-01-11 11:21:30 -05:00
9761b0a092
feat(radio): component can be used outside of ion-item ( #26582 )
2023-01-10 21:19:21 -05:00
c2e1ad385d
chore(many): replace any types and add tech debt tickets ( #26293 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2023-01-06 09:34:55 -06:00
9d52e70361
feat(checkbox): component can be used outside ion-item ( #26518 )
2023-01-05 13:49:04 -06:00
c996384786
fix(vue): unmount teleported user component ( #26543 )
...
Resolves #26542
2023-01-04 17:33:45 -05:00
49baad8ee6
feat(range): component can be used outside of ion-item ( #26479 )
2022-12-15 15:52:56 -05:00
1278a292f3
feat(input, toggle): add escape hatch property ( #26416 )
2022-12-05 13:43:07 -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
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
c0a8501657
feat(picker): add ability to use picker inline ( #26336 )
2022-11-22 15:33:47 -05:00
be9a399eee
fix(popover): popover positions correctly on all frameworks ( #26306 )
...
Resolves #25337
2022-11-21 22:32:46 -05:00
08c0a5520a
feat(alert): add ability to use alert inline ( #26316 )
2022-11-18 13:32:27 -06:00
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
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
30e3a1485d
perf(many): reduce delay when performing overlay or page transitions ( #26189 )
...
resolves #24346
2022-11-01 13:08:27 -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
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
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
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
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
19f0fb7045
fix(vue): back button handler only fires in routing context ( #26014 )
2022-09-27 09:18:41 -04:00