Commit Graph

11025 Commits

Author SHA1 Message Date
William Martin
5fd80fd438 fix(modal): expose breakpoint props in ModalOptions interface (#23867)
resolves #23866
2021-09-07 10:55:50 -04:00
William Martin
6a89bd4c56 docs(accordion): update React usage (#23870) 2021-09-07 10:55:11 -04:00
Liam DeBeasi
a65e74ce3a docs(modal): fix breakpoints explanation (#23862) 2021-09-07 09:22:49 -04:00
Liam DeBeasi
9fa373c6ef merge release-6.0.0-beta.5
6.0.0-beta.5
2021-09-01 12:07:28 -04:00
Liam DeBeasi
51dae5a4d6 6.0.0-beta.5 v6.0.0-beta.5 2021-09-01 11:27:29 -04:00
Liam DeBeasi
00bae431d4 chore(): build vue with bottom sheet changes 2021-09-01 11:15:40 -04:00
Liam DeBeasi
7a50992cb0 chore(): sync with main
chore(): sync with main for v6 beta 5 release
2021-09-01 11:03:52 -04:00
Liam DeBeasi
c75951354b chore(): remove duplicate export 2021-09-01 10:33:27 -04:00
Liam DeBeasi
b211cf0236 chore(): sync with main for beta 5 release 2021-09-01 10:14:58 -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
William Martin
1680b0ce9f refactor(react): transition to Stencil React bindings (#23826) 2021-08-31 17:29:59 -04:00
Liam DeBeasi
5ca2ce9197 fix(item): form validation states are now properly shown (#23853)
resolves #23733 #23850

Co-authored-by: Will Martin <willmartindev@users.noreply.github.com>
2021-08-31 17:18:21 -04:00
Liam DeBeasi
12216d378d feat(modal): add bottom sheet functionality (#23828)
resolves #21039
2021-08-31 15:19:19 -04:00
Liam DeBeasi
c925274c3b fix(angular): overlay interfaces are now properly exported (#23847)
resolves #23846
2021-08-30 10:35:03 -04:00
Ikko Ashimine
33f0bcd437 chore(slides): fix typo in image slides example (#23838) 2021-08-30 10:15:12 -04:00
Liam DeBeasi
a212eb5259 fix(overlays): thrown errors are no longer suppressed (#23831)
resolves #22724
2021-08-27 12:51:17 -04:00
Liam DeBeasi
1d2ee92ca0 feat(popover): add ability to pass event to present method (#23827)
resolves #23813
2021-08-26 16:22:04 -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
William Martin
950350a948 fix(datetime): prevent vertical page scroll on interaction (#23780)
resolves #23554
2021-08-26 09:18:51 -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
3d1ae0305d merge release-6.0.0-beta.4
6.0.0-beta.4
2021-08-18 11:51:10 -04:00
Liam DeBeasi
461390612d 6.0.0-beta.4 v6.0.0-beta.4 2021-08-18 11:28:35 -04:00
Liam DeBeasi
c2bd56bd4b chore(): sync next with main for beta 4
chore(): sync next with main for beta 4
2021-08-18 11:16:52 -04:00
Liam DeBeasi
71bf631863 chore(): fix vue e2e test 2021-08-18 10:38:59 -04:00
Liam DeBeasi
96790054f1 chore(): fix tests from merge 2021-08-18 10:23:09 -04:00
Liam DeBeasi
79e780e511 chore(): resolve merge conflict with vue test app 2021-08-18 09:44:34 -04:00
Liam DeBeasi
4c06814494 chore(): resolve merge conflict in vue 2021-08-18 09:43:32 -04:00
Liam DeBeasi
c8cbe9c1f3 chore(): sync with main for beta 4 2021-08-18 09:42:03 -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
Hans Krywalsky
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
Liam DeBeasi
621f4faa1a fix(vue): using router.go now shows correct view (#23773)
resolves #22563
2021-08-17 08:53:55 -04:00
William Martin
bc4e8267aa fix(datetime): reduce time presentation min height (#23771)
resolves #23690
2021-08-16 15:58:21 -04:00
Liam DeBeasi
578b9062dd fix(vue): modal and popover components now correctly pass properties (#23761)
resolves #23698
2021-08-16 09:09:41 -04:00
William Martin
2995e337c8 fix(item): highlight now appears above helper/error text (#23763)
resolves #23510
2021-08-12 10:51:36 -04:00
Hans Krywalsky
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
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
Liam DeBeasi
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
Hans Krywalsky
30f8508296 feat(action-sheet): add data property to ActionSheetButton (#23744)
resolves #23700

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-09 11:32:57 -04:00
Liam DeBeasi
fbd32ffb26 fix(toast): ToastOptions interface now contains icon prop (#23737)
resolves #23736
2021-08-06 16:30:34 -04:00