Liam DeBeasi
5db60d9697
chore(): resolve merge conflicts
2021-06-21 14:03:47 -04:00
Liam DeBeasi
10be62a71d
5.6.9
2021-06-08 08:58:49 -04:00
Liam DeBeasi
565361b023
5.6.8
2021-05-27 15:41:40 -04:00
Liam DeBeasi
7d47c91641
chore(): sync next with main branch
2021-05-26 10:14:38 -04:00
Liam DeBeasi
d802a17047
5.6.7
2021-05-13 09:04:18 -04:00
Mohammd Alamgir Siddiqui
2e00dab95d
fix(vue): use correct history mode when doing ssr to avoid errors ( #23255 )
...
resolves #23254
2021-05-03 15:32:20 -04:00
Liam DeBeasi
c32bed6794
5.6.6
2021-04-29 10:06:48 -04:00
Liam DeBeasi
aede8e686f
chore(): resolve merge conflicts
2021-04-23 11:41:46 -04:00
Liam DeBeasi
287205480a
5.6.5
2021-04-22 10:13:17 -04:00
Liam DeBeasi
0e1cb1bb0c
5.6.4
2021-04-08 12:49:11 -04:00
Liam DeBeasi
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
Liam DeBeasi
4fb81b7450
chore(): sync with master
2021-04-05 16:40:39 -04:00
Liam DeBeasi
f0cfe5a283
5.6.3
2021-03-23 10:41:42 -04:00
Liam DeBeasi
5fef3e7b21
5.6.2
2021-03-22 16:07:34 -04:00
Liam DeBeasi
a0ff24b5d6
5.6.1
2021-03-17 12:59:08 -04:00
Liam DeBeasi
2f54bc1469
fix(vue): passing params as props are correctly updated when switching pages ( #23049 )
...
resolves #23043
2021-03-16 09:31:45 -04:00
Liam DeBeasi
4cbf610e55
chore(): sync vue tabs changes with master
2021-03-04 15:31:42 -05:00
Liam DeBeasi
1a2fd2fb6e
5.6.0
2021-03-04 13:54:38 -05:00
Liam DeBeasi
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
Liam DeBeasi
96abe22175
chore(): sync next with master
...
chore(): sync next with master
2021-02-26 15:14:28 -05:00
Liam DeBeasi
0101a5fce2
5.5.5
2021-02-26 14:10:48 -05:00
Liam DeBeasi
cd8ffd82a0
fix(react, vue): navigating using ion-back-button now selects correct page ( #22974 )
...
resolves #22830
2021-02-25 13:18:20 -05:00
Liam DeBeasi
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
Liam DeBeasi
cb2c9b63e8
5.5.4
2021-02-04 11:13:52 -05:00
Liam DeBeasi
bc17e24a03
5.5.3
2021-01-28 12:17:55 -05:00
Liam DeBeasi
2a3ce9a74e
fix(vue): improve path matching with tabs ( #22807 )
...
resolves #22519
2021-01-22 10:19:38 -05:00
Simon
7ecae2e4cb
fix(vue): output commonjs format for node environments ( #22766 )
2021-01-20 16:20:44 -05:00
Liam DeBeasi
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
Liam DeBeasi
e3a05bfeb5
fix(vue): correctly determine leaving view when transitioning to a new instance of a previous page ( #22655 )
...
resolves #22654 resolves #22658
2020-12-16 16:45:28 -05:00
Liam DeBeasi
39bbb99f75
chore(vue): import animation types from @ionic/vue instead of @ionic/core ( #22677 )
2020-12-14 14:39:41 -05:00
Liam DeBeasi
78740d0dfc
5.5.2
2020-12-09 15:38:27 -05:00
Liam DeBeasi
a94e2a87fb
fix(vue): query strings are now correctly handled when navigating back ( #22615 )
...
resolves #22517
2020-12-07 15:17:31 -05:00
Liam DeBeasi
01afdc42e5
fix(vue): pass in correct route to props function ( #22605 )
...
resolves #22602
2020-12-07 10:33:22 -05:00
Liam DeBeasi
216f51b12a
fix(vue): correctly handle navigation failures ( #22621 )
...
resolves #22591
2020-12-03 12:44:16 -05:00
Liam DeBeasi
d61456c46d
5.5.1
2020-11-25 17:17:52 -05:00
Liam DeBeasi
f4ecc32c14
5.5.0
2020-11-18 13:02:47 -05:00
Liam DeBeasi
3a6fcc7d8b
5.4.4
2020-11-12 09:51:48 -05:00
Liam DeBeasi
0956f8bc55
fix(vue): correctly pass route props to components ( #22476 )
...
resolves #22472
2020-11-11 12:12:12 -05:00
Liam DeBeasi
e76f79d054
feat(vue): vetur support ( #22403 )
2020-11-06 14:25:23 -05:00
Liam DeBeasi
c356526520
5.4.3
2020-11-06 12:13:28 -05:00
Liam DeBeasi
971e4dc6c7
5.4.2
2020-11-05 12:49:03 -05:00
Liam DeBeasi
5a4d0c0217
fix(vue): ensure view is updated correctly when replacing a route outside of a nav guard ( #22429 )
...
resolves #22412
2020-11-04 16:44:51 -05:00
Liam DeBeasi
daf6a92127
fix(vue): correctly switch tabs after going back ( #22309 )
...
resolves #22307
2020-11-04 12:50:31 -05:00
Liam DeBeasi
67e570dc95
chore(vue): update @ionic/vue-router dependency version ( #22375 )
2020-10-27 13:44:05 -04:00
Liam DeBeasi
5d548b8672
5.4.1
2020-10-22 12:10:16 -04:00
Liam DeBeasi
6fad0fe428
fix(vue): improve handling of parameterized urls ( #22360 )
...
resolves #22359
2020-10-22 11:37:17 -04:00
Liam DeBeasi
31f9bc81d6
fix(vue): improve compatibility with route guards ( #22371 )
...
resolves #22344
2020-10-22 11:03:58 -04:00
Liam DeBeasi
561a4ac535
fix(vue): going back with query params now goes to correct view ( #22350 )
...
resolves #22324
2020-10-21 11:23:44 -04:00
Liam DeBeasi
bcef804dea
fix(vue): lifecycle events are correctly fired in component context ( #22348 )
...
resolves #22338
2020-10-21 11:22:52 -04:00
Liam DeBeasi
bf9283eb3e
5.4.0
2020-10-15 11:55:34 -04:00