Commit Graph

10896 Commits

Author SHA1 Message Date
Liam DeBeasi
8108edd876 fix(item-sliding): item-sliding accounts for multiple ion-item elements (#23943)
resolves #19312
2021-09-16 12:29:12 -04:00
Liam DeBeasi
874e791377 merge release-5.8.0
5.8.0
2021-09-15 11:37:22 -04:00
Liam DeBeasi
b104690192 chore(): add version name 2021-09-15 11:19:25 -04:00
Liam DeBeasi
57bc299dea 5.8.0 v5.8.0 2021-09-15 15:16:21 +00:00
Liam DeBeasi
5f95f45e58 chore(overlays): run build for vue (#23931) 2021-09-15 11:05:29 -04:00
amandaesmith3
6f85e010c8 docs(process): remove old Slack channel reference (#23932) 2021-09-15 09:57:54 -05:00
Liam DeBeasi
bd96a81ff8 feat(action-sheet, loading, modal, picker, popover): pass HTML attributes to host element (#23929) 2021-09-15 10:02:19 -04:00
William Martin
73a1daf0aa feat(alert, toast): pass arbitrary HTML attributes to host element (#23891)
resolves #23825
2021-09-14 22:44:57 -04:00
Michael Chen
1e13429731 fix(react): modal now mounts child component independently of other modals (#23903)
resolves #23904
2021-09-13 15:29:14 -04:00
Liam DeBeasi
1ed9f07060 fix(angular): nested tabs now go to correct page (#23902)
resolves #23897
2021-09-09 14:06:43 -04:00
Liam DeBeasi
47829690b5 fix(tab-bar): safe area padding now added when slot="top" (#23895)
resolves #23893
2021-09-08 13:33:16 -04:00
Liam DeBeasi
8888e2bafd fix(header): role attribute can now be customized (#23888)
resolves #21327
2021-09-08 10:48:18 -04:00
Liam DeBeasi
e512fc1ecd merge release-5.7.0
5.7.0
2021-09-01 10:07:36 -04:00
Liam DeBeasi
a12d146c3e 5.7.0 v5.7.0 2021-09-01 09:43:23 -04:00
Liam DeBeasi
a0229bc7b2 refactor(virtual-scroll): deprecate virtual scroll in favor of JS framework solutions (#23854) 2021-08-31 18:20:29 -04:00
William Martin
11fda41420 feat(slides): add IonicSlides module for Swiper migration, deprecate ion-slides (#23844)
backports #23447
2021-08-31 17:52:47 -04:00
Ikko Ashimine
33f0bcd437 chore(slides): fix typo in image slides example (#23838) 2021-08-30 10:15:12 -04:00
Liam DeBeasi
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
Liam DeBeasi
50b88b24c2 chore(): run build to update picker readme (#23822) 2021-08-25 18:57:26 -04:00
Sarah Drasner
9317f6eb41 docs(picker): add a simple picker example for Vue (#23818)
There was previously no example for a vue picker, this adds one.

closes #2053
2021-08-25 17:50:33 -04:00
Liam DeBeasi
9932e26a2e fix(label): label now only takes up as much space as needed when slotted (#23807)
resolves #23806
2021-08-24 10:25:12 -04:00
Toby Smith
02409f2abf fix(reorder-group): dragging reorder item to bottom no longer gives out of bounds index (#23797)
resolves #23796
2021-08-23 09:38:27 -04:00
Liam DeBeasi
864212b0f2 fix(alert): AlertButton role now has correct types (#23791) 2021-08-18 13:43:12 -04:00
Liam DeBeasi
34b150e5e7 merge release-5.6.14
5.6.14
2021-08-18 09:33:41 -04:00
Liam DeBeasi
e4c0023df2 5.6.14 v5.6.14 2021-08-18 09:17:36 -04:00
Mark Chris Levy
f9415ef8a6 fix(nav): custom animation is now used correctly (#23779)
resolves #23777
2021-08-18 08:34:34 -04:00
William Martin
e0c4ad30be fix(item-sliding): prevent scrolling during slide gesture (#23774)
resolves #19564
2021-08-17 23:53:16 -04:00
Liam DeBeasi
621f4faa1a fix(vue): using router.go now shows correct view (#23773)
resolves #22563
2021-08-17 08:53:55 -04:00
Liam DeBeasi
6b18a89ac2 fix(back-button): MD ripple now accounts for --ripple-color (#23749)
resolves #23748
2021-08-09 16:21:38 -04:00
Jacob McKay
067e621bbc fix(img): correctly determine when to load image when scrolling quickly on slower devices (#23704)
resolves #23703
2021-08-09 16:18:53 -04:00
William Martin
f83768cafe build(commit): add husky and commitizen (#23714) 2021-08-06 10:00:11 -04:00
Liam DeBeasi
2d6e45e8d1 merge release-5.6.13
5.6.13
2021-08-04 10:25:48 -04:00
Liam DeBeasi
22b7413f51 5.6.13 v5.6.13 2021-08-04 10:05:10 -04:00
Liam DeBeasi
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
Evgeniy
8a941fd24c fix(checkbox, radio): change event interfaces correctly use TypeScript generics for value (#23044)
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-03 16:29:53 -04:00
Liam DeBeasi
fbe648406b chore(): bump ionicons version (#23717) 2021-08-03 09:41:40 -04:00
Liam DeBeasi
4edb5e2fed fix(gesture): onEnd now correctly fires even if the event target was removed from the DOM (#23713)
resolves #22819 

Co-authored-by: Falingorn <falingorn@users.noreply.github.com>
2021-08-02 13:47:27 -04:00
Denis
792864f8ab fix(item-sliding): opening item while other items are open no longer requires multiple swipes (#23683)
resolves #21579
2021-08-02 12:56:27 -04:00
William Martin
f2a05bed1e fix(react): add SSR check to IonTabs (#23696)
resolves #23651
2021-08-02 10:28:51 -04:00
Moritz Eck
caf0917623 docs(platform): add capacitor to method docs (#23688)
resolves #23687
2021-07-26 08:49:24 -04:00
Liam DeBeasi
fb260a9e09 fix(vue): improve accuracy of ion-page dev warning (#23677)
resolves #23675
2021-07-23 09:42:06 -04:00
Liam DeBeasi
80edb603c2 merge release-5.6.12
5.6.12
2021-07-21 09:36:29 -04:00
Liam DeBeasi
f70ed79f47 5.6.12 v5.6.12 2021-07-21 09:21:15 -04:00
Ikko Ashimine
ae0a1a3deb chore(nav): fix typo in test comment (#23658) 2021-07-20 11:21:39 -04:00
Liam DeBeasi
d8a2db73e2 chore(): add emojis to issue template titles (#23648)
resolves #23647
2021-07-15 13:55:16 -04:00
Liam DeBeasi
86ece8f8b5 chore(): fix typo in config (#23645) 2021-07-15 11:36:25 -04:00
Liam DeBeasi
3016b79717 chore(): remove cli, docs, and support templates in favor of directing visitors to correct place url (#23644) 2021-07-15 10:00:21 -04:00
Liam DeBeasi
773bbcb211 fix(overlays): overlay interfaces are now exported from framework packages and documented (#23619)
resolves #22790
2021-07-15 08:50:50 -04:00
Liam DeBeasi
3134e0afcd chore(): fix form template typos (#23635) 2021-07-14 19:31:04 -04:00
Liam DeBeasi
6d94a27fb9 chore(): convert remaining issue templates to forms (#23634) 2021-07-14 18:54:18 -04:00