|
|
360643d96a
|
fix(react): setupIonicReact no longer crashes in SSR environment (#24604)
|
2022-01-19 15:48:46 -05:00 |
|
|
|
77f8412b74
|
fix(react,vue): backdrop for inline modal/popover overlay (#24453)
Resolves #24449
|
2022-01-07 13:21:20 -05:00 |
|
|
|
bf8e436ee3
|
fix(vue): tabs no longer get unmounted when navigating back to a tabs context (#24337)
resolves #24332
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
|
2021-12-15 09:50:00 -05:00 |
|
|
|
a5d56b3d5a
|
fix(vue): strongly typed controller methods (#24388)
Resolves #24387
|
2021-12-14 11:10:46 -05: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 |
|
|
|
6309d5ddba
|
fix(vue): improve query params handling in tabs (#24355)
resolves #24353
|
2021-12-09 10:42:43 -05:00 |
|
|
|
eb9bc8199d
|
chore(): fix bad merge, update tests
|
2021-12-07 20:23:47 +00:00 |
|
|
|
e4056f7945
|
chore(): sync with main
|
2021-12-07 14:57:29 -05:00 |
|
|
|
13d4418588
|
fix(react, vue): remove sideeffects to improve treeshaking (#24313)
|
2021-12-06 11:39:23 -05:00 |
|
|
|
047d3c7772
|
fix(vue): switching between tabs preserves query string (#24297)
resolves #23699
|
2021-12-02 10:04:26 -05:00 |
|
|
|
fb96ab5a26
|
fix(vue): ionic lifecycle hooks now run when using vue 3.2 setup syntax (#24253)
resolves #23824
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
|
2021-11-23 17:04:24 -05:00 |
|
|
|
55db38ddc5
|
feat(react): add setupIonicReact function (#24254)
resolves #24139
|
2021-11-22 15:29:47 -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 |
|
|
|
7ab50dda83
|
chore(): sync with main
|
2021-10-22 15:24:34 -04:00 |
|
|
|
24659a527a
|
fix(vue): mount correct views when navigating (#24056)
resolves #23914
|
2021-10-14 11:28:36 -04:00 |
|
|
|
61b99d13bf
|
fix(accordion-group): ionChange is now fired properly in vue (#24063)
resolves #23762
|
2021-10-13 08:57:12 -04:00 |
|
|
|
7ce3959b66
|
feat(header, footer): add ios fading header style (#24011)
|
2021-10-05 16:44:23 -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 |
|
|
|
ecb30af4d8
|
chore(): resolve merge conflicts for beta
|
2021-09-15 12:02:43 -04:00 |
|
|
|
5f95f45e58
|
chore(overlays): run build for vue (#23931)
|
2021-09-15 11:05:29 -04: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 |
|
|
|
73a1daf0aa
|
feat(alert, toast): pass arbitrary HTML attributes to host element (#23891)
resolves #23825
|
2021-09-14 22:44:57 -04:00 |
|
|
|
45cabae04b
|
feat(platform): add ability to override platform detection methods (#23915)
resolves #19737
|
2021-09-14 15:49:04 -04:00 |
|
|
|
00bae431d4
|
chore(): build vue with bottom sheet changes
|
2021-09-01 11:15:40 -04:00 |
|
|
|
b211cf0236
|
chore(): sync with main for beta 5 release
|
2021-09-01 10:14:58 -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 |
|
|
|
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 |
|
|
|
4c06814494
|
chore(): resolve merge conflict in vue
|
2021-08-18 09:43:32 -04:00 |
|
|
|
c8cbe9c1f3
|
chore(): sync with main for beta 4
|
2021-08-18 09:42:03 -04:00 |
|
|
|
ea348f005a
|
feat(datetime): add firstDayOfWeek property (#23692)
resolves #23556
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
|
2021-08-17 10:45:39 -04:00 |
|
|
|
621f4faa1a
|
fix(vue): using router.go now shows correct view (#23773)
resolves #22563
|
2021-08-17 08:53:55 -04:00 |
|
|
|
578b9062dd
|
fix(vue): modal and popover components now correctly pass properties (#23761)
resolves #23698
|
2021-08-16 09:09:41 -04:00 |
|
|
|
6342fde56c
|
feat(datetime): add hourCycle property (#23686)
resolves #23661
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
|
2021-08-10 13:20:17 -04:00 |
|
|
|
ea39c70b3e
|
fix(vue): custom element internal properties are no longer overridden in vue 3.1.0 (#23738)
resolves #23539
|
2021-08-09 11:41:31 -04:00 |
|
|
|
36eeb26db7
|
chore(): run build for vue (#23730)
|
2021-08-04 12:08:59 -04:00 |
|
|
|
4a64e97a3e
|
fix(vue): tabs warning about user-provided router outlet change is now correctly logged (#23724)
resolves #23719
|
2021-08-04 09:55:05 -04:00 |
|
|
|
fffef8acd2
|
chore(): sync with main
chore(): sync with main
|
2021-07-23 11:27:33 -04:00 |
|
|
|
fb260a9e09
|
fix(vue): improve accuracy of ion-page dev warning (#23677)
resolves #23675
|
2021-07-23 09:42:06 -04:00 |
|
|
|
b6c53e539b
|
feat(segment): add keyboard navigation, add selectOnFocus property to control selection follow focus behavior (#23590)
resolves #23520
|
2021-07-20 16:45:17 -04:00 |
|
|
|
d749d583e7
|
chore(): sync with main
|
2021-07-20 12:50:52 -04:00 |
|
|
|
321341d97d
|
feat(datetime): add size property (#23649)
resolves #23518
|
2021-07-20 12:31:38 -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 |
|
|
|
3cebcb0883
|
chore(): warn if developer forgot to use ionpage component in view (#23625)
|
2021-07-14 08:59:31 -04:00 |
|
|
|
8f2c4f73db
|
feat(range): add support for customizing pin format (#22972)
|
2021-07-09 10:57:52 -04:00 |
|
|
|
7ac010943b
|
feat(datetime): add showDefaultTimeLabel property and time-label slot (#23577)
resolves #23555
|
2021-07-07 09:21:13 -04:00 |
|
|
|
9a60dd0ea7
|
feat(accordion-group): add animated property to disable animations (#23530)
|
2021-06-29 08:59:41 -04:00 |
|