714 Commits

Author SHA1 Message Date
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
90b0fdc4eb 6.0.1 2021-12-15 16:06:54 +00: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
c1ecf94e4e feat(select): add event for when overlay is dismissed (#24099) 2021-12-14 08:39:25 -06:00
c9f7909d62 chore(): sync with main 2021-12-13 11:31:44 -05:00
179cbd334b build(): add lerna for dev builds (#24358) 2021-12-10 17:17:53 -05:00
290d7cbab9 6.0.0 2021-12-08 14:12:34 +00:00
521fc781c7 6.0.0-rc.4 2021-12-07 15:51:51 -05:00
da3b93b4a2 5.9.2 2021-12-07 09:21:00 -05:00
13d4418588 fix(react, vue): remove sideeffects to improve treeshaking (#24313) 2021-12-06 11:39:23 -05:00
816096f897 fix(angular): strict type usage (#24221) 2021-11-22 15:59:12 -05:00
55db38ddc5 feat(react): add setupIonicReact function (#24254)
resolves #24139
2021-11-22 15:29:47 -05:00
24f4e471aa 6.0.0-rc.3 2021-11-17 17:28:37 +00:00
c2603e9cff 5.9.1 2021-11-17 11:48:52 -05:00
618271d1e2 chore(): sync with main 2021-11-17 10:40:04 -05:00
bd8c3e881f 5.9.0 2021-11-17 09:27:51 -05:00
b2f2a4b71b docs(): docs reference main instead of master (#24216) 2021-11-12 14:31:18 -05:00
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
2054690f54 chore(): sync with main 2021-11-11 10:19:05 -05:00
d0b61307c6 feat(slides): add support for Swiper 7 (#24190) 2021-11-09 12:50:56 -05:00
118c606703 fix(icon): update to ionicons 6 to resolve typescript 4.4 errors (#24185) 2021-11-08 16:59:30 -05:00
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
61be8aa140 6.0.0-rc.2 2021-11-03 09:16:27 -04:00
da66a2cf20 chore(all): update scripts for CE build and GitHub actions 2021-11-02 15:56:43 -04:00
283ba60f2e 6.0.0-rc.1 2021-10-27 10:42:08 -04:00
1b0669eebe 5.8.5 2021-10-27 09:01:14 -04:00
3451a34ad0 feat(angular): build for angular 12.0 (#23970) 2021-10-15 16:54:59 -04:00
2a2829c17e 5.8.4 2021-10-11 11:31:16 -04:00
e001f24f2c fix(angular): setup config properly (#24054)
resolves #24051 #24052
2021-10-11 11:22:08 -04:00
a63474a621 5.8.3 2021-10-07 16:50:46 -04:00
1dc44c933e 6.0.0-rc.0 2021-10-07 09:25:28 -04:00
b37adacdcb merge release-6.0.0-beta.7
Release 6.0.0 beta.7
2021-10-06 16:15:12 -04:00
907996ce16 fix(angular): setup config properly (#24028) 2021-10-06 16:14:41 -04:00
24df1c22af 6.0.0-beta.7 2021-10-06 12:07:54 -04:00
0ade0a5f09 chore(all): sync with main for beta 7 2021-10-06 10:52:14 -04:00
fe9bec29d5 5.8.2 2021-10-06 14:05:57 +00:00
7ce3959b66 feat(header, footer): add ios fading header style (#24011) 2021-10-05 16:44:23 -04:00
4715a57010 refactor(angular): use Stencil output target for Angular bindings (#23986) 2021-10-05 16:14:12 -04:00
f112ad4490 fix(angular): use initialize function when setting up ionic angular to avoid config errors (#24004)
resolves #22853

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-10-04 10:21:48 -04:00
8708095111 feat(all): add CustomEvents types to components that emit events (#23956)
resolves #22925

BREAKING CHANGE: The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
2021-09-24 16:28:49 -04:00
598aaed4bf 5.8.1 2021-09-22 09:14:14 -04:00
3c1be89112 fix(angular): select method now has correct types (#23953)
resolves #23952
2021-09-22 08:51:33 -04:00
67d81e2caa 6.0.0-beta.6 2021-09-15 12:37:54 -04:00
ecb30af4d8 chore(): resolve merge conflicts for beta 2021-09-15 12:02:43 -04:00
57bc299dea 5.8.0 2021-09-15 15:16:21 +00:00
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
45cabae04b feat(platform): add ability to override platform detection methods (#23915)
resolves #19737
2021-09-14 15:49:04 -04:00
1ed9f07060 fix(angular): nested tabs now go to correct page (#23902)
resolves #23897
2021-09-09 14:06:43 -04:00
d1763fc8b5 fix(modal): add sheet modal properties for angular (#23899) 2021-09-09 14:02:24 -04:00