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
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
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
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
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
68bae80a51
feat(textarea): ionChange will only emit from user committed changes ( #25953 )
2022-09-23 13:26:21 -04:00
c0f287e525
chore(): sync with main
2022-09-16 15:24: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
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
8732b7bdb7
feat(input): ionChange will only emit from user committed changes ( #25858 )
...
Resolves #20106 , #20061
2022-09-12 15:35:43 -04:00
1fc0c830db
Merge remote-tracking branch 'origin/main' into sync-v7-09-09-2022
2022-09-09 13:05:11 -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
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
3c84d48cfa
feat(angular): use standalone components with routing ( #25589 )
...
Resolves #25404
2022-08-30 10:38:16 -04: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
1eb6fd04d7
feat(virtual-scroll): remove virtual scroll component ( #25808 )
2022-08-24 15:42:12 -04:00
afd0bbc60a
fix(angular): router outlet has mode property ( #25816 )
...
resolves #25813
2022-08-24 11:16:38 -04:00
2ddaf7a5a2
chore(angular): use generated proxy declarations ( #25728 )
2022-08-10 23:12:55 -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
29d0831291
chore(): run build ( #25616 )
2022-07-12 11:35:59 -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
f1f862dcc1
chore(): sync with main
2022-06-27 09:54:57 -04:00
c53785c0c7
fix(angular): warn devs that standalone components are not supported ( #25516 )
2022-06-23 12:45:28 -04:00
081d394bbc
chore(angular): document class-level resolver required for angular 12 ( #25482 )
2022-06-15 18:31:03 -04:00
3d19771185
feat(datetime): add wheel style picker for dates and times ( #25468 )
2022-06-14 16:35:47 -04:00
7b105a3471
fix(angular): router compatibility with Angular 12/13 ( #25456 )
...
Resolves #25448
2022-06-13 12:11:11 -04:00
122cdcc825
fix(angular): add support for Angular 14 ( #25403 )
...
Resolves #25353
2022-06-07 10:11:53 -04:00
48a3794c16
docs(content): set scrollEvents to true to listen to scroll events ( #25314 )
...
Resolves #25308
2022-05-18 22:20:24 -04:00
bdf0383b0c
fix(modal): add canDismiss input binding for angular ( #25240 )
...
Resolves #25239
2022-05-04 13:09:09 -04:00
760ab24c37
chore(): sync with main
2022-04-07 14:14:05 -04:00
9fbaaf95eb
chore(): simplify overlay attribute types ( #25074 )
2022-04-07 14:11:30 -04:00
1c26e9b9b0
fix(angular): button components now route correctly without reload ( #25071 )
2022-04-07 11:57:15 -04:00
eea25d091d
fix(angular): item styling when control has value ( #24932 )
...
Resolves #23809
2022-04-05 12:44:45 -04:00
083a31acdc
chore(): sync feature-6.1 with main
2022-04-04 15:27:16 -04:00
f5cb1f8444
feat(range): add knobMoveStart and knobMoveEnd events ( #25011 )
2022-04-01 11:16:01 -05:00
b010f077fe
fix(angular): routerLink allows opening in a new tab for link elements ( #25014 )
...
Resolves #24413
Co-authored-by: Julian Pfeil <5290648+Juarrow@users.noreply.github.com>
2022-03-31 09:14:33 -04:00
a8fd2d9199
fix(angular): ngOnDestroy runs inside angular zone ( #24949 )
...
Resolves #22571
2022-03-21 22:16:24 -04:00