189 Commits

Author SHA1 Message Date
8f188eaae7 fix(react): properly check for custom elements to avoid errors in unit tests (#24156)
resolves #24149
2021-12-06 17:06:17 -05:00
4b26feaa47 fix(react): present and dismiss hooks return promises (#24299) 2021-12-01 15:16:55 -05:00
c2603e9cff 5.9.1 2021-11-17 11:48:52 -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
d0b61307c6 feat(slides): add support for Swiper 7 (#24190) 2021-11-09 12:50:56 -05:00
b5dbb3984c test(): migrate tests to GitHub Actions (#24029) 2021-11-01 15:41:00 -04:00
1b0669eebe 5.8.5 2021-10-27 09:01:14 -04:00
ea34e50430 test(react): add react e2e app 2021-10-12 15:10:03 -06:00
2a2829c17e 5.8.4 2021-10-11 11:31:16 -04:00
a63474a621 5.8.3 2021-10-07 16:50:46 -04:00
655631ddf0 fix(react): fix to regression in overlay hooks dimiss method (#24038)
resolves #24030
2021-10-07 15:18:10 -04:00
fe9bec29d5 5.8.2 2021-10-06 14:05:57 +00:00
2c97712601 fix(react): overlay hooks memorised properly to prevent re-renders (#24010)
resolves #23741

Co-authored-by: Fabrice <fabrice@weinberg.me>
2021-10-05 08:44:40 -04:00
598aaed4bf 5.8.1 2021-09-22 09:14:14 -04:00
57bc299dea 5.8.0 2021-09-15 15:16:21 +00:00
1e13429731 fix(react): modal now mounts child component independently of other modals (#23903)
resolves #23904
2021-09-13 15:29:14 -04:00
a12d146c3e 5.7.0 2021-09-01 09:43:23 -04:00
11fda41420 feat(slides): add IonicSlides module for Swiper migration, deprecate ion-slides (#23844)
backports #23447
2021-08-31 17:52:47 -04:00
e4c0023df2 5.6.14 2021-08-18 09:17:36 -04:00
22b7413f51 5.6.13 2021-08-04 10:05:10 -04:00
f2a05bed1e fix(react): add SSR check to IonTabs (#23696)
resolves #23651
2021-08-02 10:28:51 -04:00
f70ed79f47 5.6.12 2021-07-21 09:21:15 -04:00
773bbcb211 fix(overlays): overlay interfaces are now exported from framework packages and documented (#23619)
resolves #22790
2021-07-15 08:50:50 -04:00
4b56744d7f docs(react): install @ionic/cli instead of ionic (#23610) 2021-07-12 14:39:18 -04:00
cffeb4d9bd 5.6.11 2021-07-01 11:16:21 -04:00
40fadcd9bf 5.6.10 2021-06-22 09:30:43 -04:00
b3847ff723 chore(): remove old test app, bump dependencies (#23481) 2021-06-22 08:43:57 -04:00
10be62a71d 5.6.9 2021-06-08 08:58:49 -04:00
565361b023 5.6.8 2021-05-27 15:41:40 -04:00
d802a17047 5.6.7 2021-05-13 09:04:18 -04:00
c32bed6794 5.6.6 2021-04-29 10:06:48 -04:00
c501da73be fix(react): remove hardware back button event listener when NavManager is unmounted (#23224)
resolves #23170
2021-04-28 17:47:33 -04:00
287205480a 5.6.5 2021-04-22 10:13:17 -04:00
0dd189e2c0 fix(react): callback refs now work correctly with ionic components (#23152)
resolves #23153
2021-04-22 09:56:04 -04:00
0e1cb1bb0c 5.6.4 2021-04-08 12:49:11 -04:00
dee6eb30df fix(react): overlays now correctly unmount any child components after dismissing (#23149)
resolves #23140
2021-04-06 09:53:26 -04:00
f0cfe5a283 5.6.3 2021-03-23 10:41:42 -04:00
5fef3e7b21 5.6.2 2021-03-22 16:07:34 -04:00
a0ff24b5d6 5.6.1 2021-03-17 12:59:08 -04:00
f94e618a7b fix(react): only pass tab event props from IonTabs to IonTabBar if defined (#23024)
resolves #23023
2021-03-05 16:03:14 -05:00
1a2fd2fb6e 5.6.0 2021-03-04 13:54:38 -05:00
b83e00934e feat(react): add react hooks to control overlay components (#22484) 2021-03-01 11:34:13 -05:00
0101a5fce2 5.5.5 2021-02-26 14:10:48 -05:00
b064fdebef fix(react): onIonTabsWillChange and onIonTabsDidChange event handlers are now properly bound to IonTabs (#22233)
Co-authored-by: Hansu Kim <khsily@users.noreply.github.com>
2021-02-11 14:50:07 -05:00
da1b7a0e7a fix(react): IonRouterOutlet now respects animated={false} prop (#22905)
resolves #22903
2021-02-10 15:05:04 -05:00
cb2c9b63e8 5.5.4 2021-02-04 11:13:52 -05:00
fa515eb79b refactor(react): look up tabs also by property key (#22823)
When IonTabBar is wrapped by a functional component or fragment, then IonTabs is unable to find it. This is a rare case, but adding the ability for a function component to manually state that is is an IonTabBar. Same for IonTabButtons.
2021-02-01 11:31:33 -06:00
bc17e24a03 5.5.3 2021-01-28 12:17:55 -05:00
ab1fc8f231 fix(react): add improved method for not unmounting component until overlay is dismissed (#22813)
resolves #22761
2021-01-22 12:48:47 -05:00