octicon-git-branch(16/) Commit Graph

346 Commits

Author SHA1 Message Date
Sean Perkins
c53785c0c7 fix(angular): warn devs that standalone components are not supported (#25516) 2022-06-23 12:45:28 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
081d394bbc chore(angular): document class-level resolver required for angular 12 (#25482) 2022-06-15 18:31:03 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
3d19771185 feat(datetime): add wheel style picker for dates and times (#25468) 2022-06-14 16:35:47 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
7b105a3471 fix(angular): router compatibility with Angular 12/13 (#25456)
Resolves #25448
2022-06-13 12:11:11 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
122cdcc825 fix(angular): add support for Angular 14 (#25403)
Resolves #25353
2022-06-07 10:11:53 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
48a3794c16 docs(content): set scrollEvents to true to listen to scroll events (#25314)
Resolves #25308
2022-05-18 22:20:24 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
bdf0383b0c fix(modal): add canDismiss input binding for angular (#25240)
Resolves #25239
2022-05-04 13:09:09 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
760ab24c37 chore(): sync with main 2022-04-07 14:14:05 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
9fbaaf95eb chore(): simplify overlay attribute types (#25074) 2022-04-07 14:11:30 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
1c26e9b9b0 fix(angular): button components now route correctly without reload (#25071) 2022-04-07 11:57:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
eea25d091d fix(angular): item styling when control has value (#24932)
Resolves #23809
2022-04-05 12:44:45 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
083a31acdc chore(): sync feature-6.1 with main 2022-04-04 15:27:16 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Smith
f5cb1f8444 feat(range): add knobMoveStart and knobMoveEnd events (#25011) 2022-04-01 11:16:01 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
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 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
a8fd2d9199 fix(angular): ngOnDestroy runs inside angular zone (#24949)
Resolves #22571
2022-03-21 22:16:24 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Hans Krywalsky
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 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
63842a25c3 refactor(angular): unused subscription in routerlink (#24950) 2022-03-19 13:10:21 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
171020e9d2 feat(item): counter formatter to customize counter text display (#24336)
Resolves #24327
2022-03-14 16:38:37 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
e932a04223 feat(datetime): isDateEnabled to enable/disable specific days (#24898)
Resolves #24209
2022-03-11 14:40:03 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Smith
b835b7c0c7 feat(select): add event for when overlay is dismissed (#24400) 2022-03-10 14:19:26 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Smith
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
3d0f99904f fix(modal): .ion-page element is now correctly added (#24811)
resolves #24809
2022-02-24 09:28:52 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
ef46eafc94 fix(angular): inline modals now add .ion-page class correctly (#24751)
resolves #24750
2022-02-09 10:57:21 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
90a9a9c3e8 fix(angular): routerLink with null value works with Angular 13 (#24622)
Resolves #24586
2022-01-24 16:07:27 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
273ae2cc08 fix(angular): apply touch, dirty and pristine form control classes (#24558)
Resolves #24483
2022-01-12 14:48:01 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
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 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
e6955a26b9 fix(angular): popover will respect side attribute value (#24470)
Resolves #24466
2022-01-04 14:26:12 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Amanda Smith
412e5f168e chore(): revert "feat(select): add event for when overlay is dismissed (#24099)" (#24398)
This reverts commit c1ecf94e4e.
2021-12-14 09:05:06 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Hans Krywalsky
c1ecf94e4e feat(select): add event for when overlay is dismissed (#24099) 2021-12-14 08:39:25 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
13d4418588 fix(react, vue): remove sideeffects to improve treeshaking (#24313) 2021-12-06 11:39:23 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
fc1eae982d fix(angular): prevent duplicate event emissions (#24200)
* fix(angular-output-targets): prevent duplicate event emissions

* feat(angular-output-target): update package to ^0.2.1
2021-11-11 15:42:58 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
118c606703 fix(icon): update to ionicons 6 to resolve typescript 4.4 errors (#24185) 2021-11-08 16:59:30 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Sean Perkins
52cd5d0cce fix(input): ionInput event emits with type of InputEvent (#24111)
The ionInput event for both ion-input and ion-textarea will emit with a type of InputEvent.
2021-11-08 16:01:38 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Mike Hartington
3451a34ad0 feat(angular): build for angular 12.0 (#23970) 2021-10-15 16:54:59 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
0ade0a5f09 chore(all): sync with main for beta 7 2021-10-06 10:52:14 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
7ce3959b66 feat(header, footer): add ios fading header style (#24011) 2021-10-05 16:44:23 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Will Martin
4715a57010 refactor(angular): use Stencil output target for Angular bindings (#23986) 2021-10-05 16:14:12 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
3c1be89112 fix(angular): select method now has correct types (#23953)
resolves #23952
2021-09-22 08:51:33 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
ecb30af4d8 chore(): resolve merge conflicts for beta 2021-09-15 12:02:43 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
William Martin
18765e7e39 feat(datetime): add clear button (#23920)
resolves #17482 

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-09-14 22:52:33 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
1ed9f07060 fix(angular): nested tabs now go to correct page (#23902)
resolves #23897
2021-09-09 14:06:43 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
d1763fc8b5 fix(modal): add sheet modal properties for angular (#23899) 2021-09-09 14:02:24 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
c925274c3b fix(angular): overlay interfaces are now properly exported (#23847)
resolves #23846
2021-08-30 10:35:03 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Hans Krywalsky
ea348f005a feat(datetime): add firstDayOfWeek property (#23692)
resolves #23556

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-17 10:45:39 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Hans Krywalsky
6342fde56c feat(datetime): add hourCycle property (#23686)
resolves #23661

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-10 13:20:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
William Martin
b6c53e539b feat(segment): add keyboard navigation, add selectOnFocus property to control selection follow focus behavior (#23590)
resolves #23520
2021-07-20 16:45:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
William Martin
321341d97d feat(datetime): add size property (#23649)
resolves #23518
2021-07-20 12:31:38 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Victor Berchet
8f2c4f73db feat(range): add support for customizing pin format (#22972) 2021-07-09 10:57:52 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Hans Krywalsky
7ac010943b feat(datetime): add showDefaultTimeLabel property and time-label slot (#23577)
resolves #23555
2021-07-07 09:21:13 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
e5a7b34262 fix(angular): modal and popover now have correct props defined on angular component (#23565) 2021-07-01 18:55:48 -04:00 octicon-file-diff(16/) octicon-file-code(16/)