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
76ad1d18c8
fix(angular): DatetimeButton is declared on IonicModule ( #25727 )
2022-08-05 11:54:45 -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
897bd4a8d0
ci: add CodeQL workflow ( #25443 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2022-06-17 15:54:16 -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
15f0c0669f
fix(range): interfaces are now correctly exported ( #25342 )
...
resolves #25341
2022-05-24 15:02:15 -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
3145c76934
feat(modal): ability to programmatically set current sheet breakpoint ( #24648 )
...
Resolves #23917
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-03-21 18:05:25 -04:00
63842a25c3
refactor(angular): unused subscription in routerlink ( #24950 )
2022-03-19 13:10:21 -04:00
171020e9d2
feat(item): counter formatter to customize counter text display ( #24336 )
...
Resolves #24327
2022-03-14 16:38:37 -04:00
e932a04223
feat(datetime): isDateEnabled to enable/disable specific days ( #24898 )
...
Resolves #24209
2022-03-11 14:40:03 -05:00
b835b7c0c7
feat(select): add event for when overlay is dismissed ( #24400 )
2022-03-10 14:19:26 -05:00
d5efa11331
fix(tabs): angular, fire willChange event before selected tab changes ( #24910 )
...
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-03-09 14:34:51 -06:00
3d0f99904f
fix(modal): .ion-page element is now correctly added ( #24811 )
...
resolves #24809
2022-02-24 09:28:52 -05:00
ef46eafc94
fix(angular): inline modals now add .ion-page class correctly ( #24751 )
...
resolves #24750
2022-02-09 10:57:21 -05:00
90a9a9c3e8
fix(angular): routerLink with null value works with Angular 13 ( #24622 )
...
Resolves #24586
2022-01-24 16:07:27 -05:00
273ae2cc08
fix(angular): apply touch, dirty and pristine form control classes ( #24558 )
...
Resolves #24483
2022-01-12 14:48:01 -05:00
5c54593dde
fix(angular): attach change detector ref for inline overlays ( #24521 )
...
Allow template bindings to update with inline overlays.
Resolves #24502
2022-01-06 15:43:51 -05:00
e6955a26b9
fix(angular): popover will respect side attribute value ( #24470 )
...
Resolves #24466
2022-01-04 14:26:12 -05:00
412e5f168e
chore(): revert "feat(select): add event for when overlay is dismissed ( #24099 )" ( #24398 )
...
This reverts commit c1ecf94e4e6e320b61606da3c889926f7372ced7.
2021-12-14 09:05:06 -06:00