c45d05476b
feat(input, textarea): change default debounce to undefined ( #26073 )
...
Co-authored-by: Sean Perkins <sean@ionic.io>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2022-11-09 13:55:20 -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
eea6ba996c
feat(input, textarea): ionInput and ionChange pass event and value ( #26176 )
...
BREAKING CHANGE:
The `detail` payload for the `ionInput` event on `ion-input` and `ion-textarea` now contains an object with the current `value` as well as the native event that triggered `ionInput`.
2022-11-01 12:30:58 -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
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
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
e2cbeeb8ac
fix(accordion-group): do not adjust incorrect values ( #26086 )
...
BREAKING CHANGE:
Accordion Group 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-10 10:20:52 -04: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
427e4bc06c
chore(): update to stencil 2.18.0 ( #26023 )
2022-09-27 15:03:13 -04:00
68bae80a51
feat(textarea): ionChange will only emit from user committed changes ( #25953 )
2022-09-23 13:26:21 -04:00
a03c8afb3d
feat(segment): ionChange will only emit from user committed changes ( #25934 )
2022-09-21 10:33:58 -04:00
35041b2f3c
feat(input): debounce controls the timing to delay the ionInput event ( #25969 )
2022-09-20 13:10:50 -04: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
0855f8dc79
docs(button): update docs for properties to describe options better ( #25940 )
2022-09-14 17:55:24 -04: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
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
8732b7bdb7
feat(input): ionChange will only emit from user committed changes ( #25858 )
...
Resolves #20106 , #20061
2022-09-12 15:35:43 -04:00
d478e03914
feat(slides): remove ion-slide, ion-slides, and IonicSwiper module ( #25868 )
2022-09-01 14:36:17 -05: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
2547b0b4e1
chore(ci): account for components.d.ts in clean build ( #25769 )
2022-08-16 17:17:24 -04:00
e750e33616
fix(refresher): refresher is visible with multiple custom scroll targets ( #25750 )
...
Resolves #25495
2022-08-15 14:58:38 -04:00
a9cf2ab870
fix(textarea): textarea with autogrow will size to its contents ( #24205 )
...
Resolves #24793 , #21242
2022-07-27 11:36:48 -04:00
499733105e
feat(datetime-button): add button for displaying datetime in overlays ( #25655 )
...
resolves #24316
2022-07-27 09:47:02 -04:00
9d31608f2d
feat(datetime): add multiple date selection ( #25514 )
2022-07-20 13:44:30 -05:00
c2781cc1c3
feat(range): add reference point for start position of range slider ( #25598 )
...
Resolves #24348
Co-authored-by: Sachin Garg <sg@rawzor.com>
2022-07-15 12:00:15 -04:00
bc0bdc438b
feat(toggle): on/off icons for toggle ( #25459 )
...
Resolves #20524
2022-07-06 12:39:34 -04:00
7cdc388b78
feat(modal): clicking handle advances to the next breakpoint ( #25540 )
...
Resolves #24069
2022-07-06 10:30:08 -04:00
805dfa0566
feat(angular, react, vue): add support for autoMountComponent ( #25552 )
2022-07-05 12:57:16 -04:00
db68159a41
Merge remote-tracking branch 'origin/main' into chore/sync-with-main
2022-07-01 10:49:14 -04:00
1b1b1a3800
fix(datetime): typing in time now updates value ( #25561 )
...
resolves #25560
2022-07-01 10:03:13 -04:00
f1f862dcc1
chore(): sync with main
2022-06-27 09:54:57 -04:00
7821df2f5e
refactor(input): deprecate accept property ( #25501 )
2022-06-21 11:11:34 -04:00
3d19771185
feat(datetime): add wheel style picker for dates and times ( #25468 )
2022-06-14 16:35:47 -04:00
35c1adf10c
docs(modal, popover): improve showBackdrop clarity ( #25462 )
2022-06-14 09:49:42 -04:00
afadf1940b
docs(nav,route-outlet): use animation builder ( #25451 )
2022-06-13 10:29:29 -04:00
efdaf90c5a
fix(fab-button): improve ripple effect behavior on click ( #25413 )
...
resolves #21772
2022-06-08 13:28:20 -04:00