99 Commits

Author SHA1 Message Date
1dc44c933e 6.0.0-rc.0 2021-10-07 09:25:28 -04:00
24df1c22af 6.0.0-beta.7 2021-10-06 12:07:54 -04:00
67d81e2caa 6.0.0-beta.6 2021-09-15 12:37:54 -04:00
51dae5a4d6 6.0.0-beta.5 2021-09-01 11:27:29 -04:00
b211cf0236 chore(): sync with main for beta 5 release 2021-09-01 10:14:58 -04:00
a12d146c3e 5.7.0 2021-09-01 09:43:23 -04:00
3c442228ff fix(vue): router guards are now fired correctly when written in a component (#23821)
resolves #23820
2021-08-26 10:40:48 -04:00
461390612d 6.0.0-beta.4 2021-08-18 11:28:35 -04:00
c8cbe9c1f3 chore(): sync with main for beta 4 2021-08-18 09:42:03 -04:00
e4c0023df2 5.6.14 2021-08-18 09:17:36 -04:00
621f4faa1a fix(vue): using router.go now shows correct view (#23773)
resolves #22563
2021-08-17 08:53:55 -04:00
12aafd980c 6.0.0-beta.3 2021-08-04 12:20:50 -04:00
c70a18ebc2 chore(): sync with main 2021-08-04 10:35:59 -04:00
22b7413f51 5.6.13 2021-08-04 10:05:10 -04:00
4418f7a3cf 6.0.0-beta.2 2021-07-21 10:23:50 -04:00
f70ed79f47 5.6.12 2021-07-21 09:21:15 -04:00
9037103083 6.0.0-beta.1 2021-07-01 13:22:12 -04:00
cffeb4d9bd 5.6.11 2021-07-01 11:16:21 -04:00
e30b17c5bb fix(vue): navigating between parameterized pages now results in page transition (#23525)
resolves #22662
2021-06-30 10:11:06 -04:00
fc9e1b4b36 feat(vue): extend useIonRouter hook for programmatic navigation with animation control (#23499)
resolves #23450
2021-06-28 10:33:32 -04:00
dac67b3a3b 6.0.0-beta.0 2021-06-23 09:28:54 -04:00
fa6e0a1254 Merge remote-tracking branch 'origin/master' into sync-with-master-b0 2021-06-22 15:34:38 -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
5db60d9697 chore(): resolve merge conflicts 2021-06-21 14:03:47 -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
7d47c91641 chore(): sync next with main branch 2021-05-26 10:14:38 -04:00
d802a17047 5.6.7 2021-05-13 09:04:18 -04:00
2e00dab95d fix(vue): use correct history mode when doing ssr to avoid errors (#23255)
resolves #23254
2021-05-03 15:32:20 -04:00
c32bed6794 5.6.6 2021-04-29 10:06:48 -04:00
aede8e686f chore(): resolve merge conflicts 2021-04-23 11:41:46 -04:00
287205480a 5.6.5 2021-04-22 10:13:17 -04:00
0e1cb1bb0c 5.6.4 2021-04-08 12:49:11 -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
4fb81b7450 chore(): sync with master 2021-04-05 16:40:39 -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
2f54bc1469 fix(vue): passing params as props are correctly updated when switching pages (#23049)
resolves #23043
2021-03-16 09:31:45 -04:00
4cbf610e55 chore(): sync vue tabs changes with master 2021-03-04 15:31:42 -05:00
1a2fd2fb6e 5.6.0 2021-03-04 13:54:38 -05: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
96abe22175 chore(): sync next with master
chore(): sync next with master
2021-02-26 15:14:28 -05:00
0101a5fce2 5.5.5 2021-02-26 14:10:48 -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
75458ac7fb refactor(vue): remove support for child routes nested inside of tabs (#22919)
BREAKING CHANGE: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
2021-02-12 14:43:29 -05:00
cb2c9b63e8 5.5.4 2021-02-04 11:13:52 -05:00
bc17e24a03 5.5.3 2021-01-28 12:17:55 -05:00
2a3ce9a74e fix(vue): improve path matching with tabs (#22807)
resolves #22519
2021-01-22 10:19:38 -05:00