43aa6c11f4
fix(react): nested router outlets will not reanimate entered views ( #24672 )
...
Resolves #24107
2022-01-31 11:55:08 -05:00
bdb5c421d2
fix(react-router): remove page transition flicker on outlet mounting ( #24667 )
...
Resolves #24666
2022-01-27 16:29:52 -05:00
36bfa33503
fix(react): remove @ionic/core dependency in @ionic/react-router to resolve yarn install warning ( #23351 )
...
resolves #23346
2021-05-24 10:32:33 -04:00
4da5216b4f
fix(react): support history@5 in preparation for react router 6 ( #23297 )
...
resolves #23294
2021-05-14 09:03:15 -04:00
7203190234
fix(react, vue): correct view now chosen when going back inside tabs ( #23154 )
...
resolves #23087
resolves #23101
2021-04-06 10:16:23 -04:00
1c93b75e39
fix(react): correctly show ion-back-button when going back ( #23069 )
...
resolves #22692
2021-03-22 16:11:45 -04:00
943e3f6ae3
fix(react, vue): tab buttons no longer throw an error if href is undefined ( #22998 )
...
resolves #22997
2021-03-02 10:05:59 -05:00
cd8ffd82a0
fix(react, vue): navigating using ion-back-button now selects correct page ( #22974 )
...
resolves #22830
2021-02-25 13:18:20 -05:00
9e9a372497
fix(react, vue): do not show back button when replacing to root page ( #22750 )
...
resolves #22528
2021-01-13 10:10:44 -05:00
f891f66708
fix(react): improve view matching logic ( #22569 )
2020-12-15 11:03:08 -05:00
91aaaab71a
chore(react): adding prettier and formating files
2020-12-07 09:31:33 -07:00
36939e10ae
fix(react): android hardware button should invoke browser back
2020-12-07 08:33:00 -07:00
74632fa960
chore(react): fixing issue with new history types ( #22109 )
2020-09-17 16:03:33 -06:00
74af3cb50b
fix(react): Keep a hold of previous routes when doing a redirect, closes #22053
2020-09-08 19:58:00 -06:00
4090250da7
chore(react): fixing lint errors
2020-09-08 09:36:44 -06:00
b11e06cec1
fix(react): redirect routes should unmount leaving component, fixes #22022 ( #22029 )
2020-09-04 14:56:20 -06:00
a15cd01bc3
fix(react): fixes swipe to go back regression ( #21791 )
2020-07-21 22:30:44 -06:00
f4a08b7ed4
fix(react): fixng ion-router-outlet ref regresssion ( #21786 )
2020-07-21 08:48:25 -06:00
d4a5fbd955
fix(react): adding custom history to IonReactRouter, closes #20297 ( #21775 )
2020-07-20 10:03:35 -06:00
81ef3f1ecd
fix(react): fix regression with history.replace in new react router ( #21698 )
2020-07-08 10:22:08 -06:00
c171ccbd37
feat(react): React Router Enhancements ( #21693 )
2020-07-07 12:02:05 -05:00
3821c0463a
feat(): add ability to continue processing hardware back button events ( #20613 )
...
fixes #17824
2020-04-27 12:58:37 -04:00
1b11ff7fb9
feat(back-button): add 'backButtonDefaultHref' property to Ionic Config ( #20491 )
...
closes #19305
Co-authored-by: Brandy Carney <brandy@ionic.io>
2020-04-27 10:57:43 -04:00
c0aadd6007
fix(react): Do a better job matching up route to sync, fixes #20363 ( #20446 )
2020-02-14 13:36:30 -07:00
b6fbe98812
fix(react): dont remove pages when navigating between tabs, fixes #20398 ( #20431 )
2020-02-14 13:36:30 -07:00
5d8e0ed703
fix(react): remove leaving view when routerdirection is back, fixes #20124 ( #20268 )
2020-01-23 13:10:29 -07:00
85be000a4c
fix(react): support routes without a path for notfound routes, fixes #20259 ( #20261 )
2020-01-23 13:10:29 -07:00
28aa5eed94
chore(react): updating types for location state to fix type errors ( #20207 )
2020-01-14 12:49:58 -07:00
57eec1cb0a
fix(react): add missing react memory router
2020-01-13 10:12:07 -07:00
2dcf3ee7b5
fix(react): fire lifecycle events on initial render, fixes #20071
2019-12-12 15:50:52 -07:00
4d226b05c6
fix(react): support for 'root' router direction, fixes #19982 ( #20052 )
2019-12-11 09:30:16 -07:00
43712db1be
fix(react): first render performance improvements
2019-12-11 09:30:16 -07:00
b8517781b1
fix(react): don't show back button when not appropriate
2019-12-11 09:30:16 -07:00
693ae21096
fix(react): support navigating to same page and route updates in IonRouterOutlet, fixes #19891 , #19892 , #19986
2019-12-11 09:30:15 -07:00
ab0f92e01f
fix(react): fix refs for controllers, overlays, ionpage, and ionrouteroutlet, fixes #19924 ( #20012 )
2019-12-11 09:30:15 -07:00
13b323f25d
chore(react): lowering the timeout for the ionpage check to avoid false positives
2019-11-07 15:24:52 -07:00
9864c17c1c
fix(react): add check to warn if no ionpage is found, fixes #19832 ( #19857 )
2019-11-07 15:24:52 -07:00
e2ed0e9e87
fix(react): expand the location stack to better support back button, fixes #19748 ( #19856 )
2019-11-07 15:24:52 -07:00
a4b2de5730
fix(react): adding hardware back button support, fixes(19819) ( #19851 )
2019-11-07 15:24:52 -07:00
f3ac682010
fix(react): adding swipe back functionality and routerOutlet ready improvements, fixes #19818 ( #19849 )
2019-11-07 15:24:52 -07:00
1f2b161ccd
fix(react): unmount leaving view when using browser back button, fixes #19749 ( #19781 )
2019-10-30 13:16:15 -06:00
29f8178794
fix(react): don't remove current view, provide a better method to determine showGoBack fixes #19731 and #19732
2019-10-30 13:16:15 -06:00
5acb58a03d
fix(react): removing pages from DOM on nav, fixes #19701 ( #19712 )
2019-10-21 17:32:32 -04:00
ce7314db0b
chore(react): removing console log and tree shaking change
2019-10-21 17:32:28 -04:00
71fdcbc1b4
fix(react): adding HashRouter to available ion routers, fixes #19621 ( #19683 )
2019-10-21 17:32:22 -04:00
28d21ae55f
chore(react): fixing test and another method to tab nav
2019-10-14 11:13:20 -06:00
033abe994b
fix(react): handle undefined attributes better, fixes #19563 , #19580 ( #19588 )
2019-10-09 10:36:25 -06:00
8706ecf9c3
chore(): React Build Scripts ( #19501 )
2019-10-07 10:37:20 -06:00
61f04e50b1
Master react ( #19439 )
...
chore(react): react rc3 release
2019-09-24 11:52:12 -06:00
73dd70d756
feature(react): rc2 release
...
* fix(): add a page with class ion-page back to ionrouteroutlet - fixes #19146
* wip
* fix(react): attributes show up in dom
* chore(): adding ion-page to core wip
* wip
* fix destroy method
* wrap dom writes in raf
* Add comments
* fix(react): IonPage work
* chore(): ionpage rc3 changelog text
* fix(): syncing ion-page in a new way to get rid of timeout loop
* chore(): ViewStacks refactor out of router
* fix(): remove unused method in router
* wip - before setActiveView rework
* fix(): react router ion page work
* chore(): cleanup and dev release
* fix(): remove need to name tabs
* chore(): adding dev mode helpers
* fix(): adding className prop to back button fixes #19251
* fix(): routerDirection changes
* chore(): rc2 release
* fix(): fix react version in package
* chores(): build kickoff
2019-09-12 14:25:37 -06:00