2915 Commits

Author SHA1 Message Date
bd96a81ff8 feat(action-sheet, loading, modal, picker, popover): pass HTML attributes to host element (#23929) 2021-09-15 10:02:19 -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
414f24685c fix(modal): sheet animation works correctly if breakpoints value does not include 1 (#23927) 2021-09-14 15:27:59 -04:00
497537ac73 chore(): bump react output target (#23926) 2021-09-14 12:01:56 -04:00
4ae44b7a23 feat(datetime): add ability to select only month, year, or month and year (#23913) 2021-09-14 09:10:43 -04:00
c50d895370 feat(react): add custom elements bundle (#23896) 2021-09-13 14:53:28 -04:00
e2d2ad6f8e fix(modal): handle on sheet modal can now be turned off (#23900) 2021-09-09 13:29:42 -04:00
58a4ba2853 fix(modal): sheet modal handle is now positioned correctly (#23901) 2021-09-09 13:24:32 -04:00
9d87028e81 fix(modal): modal displays in middle of screen on desktop (#23911) 2021-09-09 12:27:42 -04:00
47829690b5 fix(tab-bar): safe area padding now added when slot="top" (#23895)
resolves #23893
2021-09-08 13:33:16 -04:00
8888e2bafd fix(header): role attribute can now be customized (#23888)
resolves #21327
2021-09-08 10:48:18 -04:00
195d817967 fix(modal): sheet modal now accounts for safe area (#23884)
resolves #23874
2021-09-08 09:15:45 -04:00
879ab8ebda feat(menu): add console error for incorrect usage of contentId (#23871)
resolves #23810
2021-09-08 08:54:01 -04:00
5fd80fd438 fix(modal): expose breakpoint props in ModalOptions interface (#23867)
resolves #23866
2021-09-07 10:55:50 -04:00
6a89bd4c56 docs(accordion): update React usage (#23870) 2021-09-07 10:55:11 -04:00
a65e74ce3a docs(modal): fix breakpoints explanation (#23862) 2021-09-07 09:22:49 -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
a0229bc7b2 refactor(virtual-scroll): deprecate virtual scroll in favor of JS framework solutions (#23854) 2021-08-31 18:20:29 -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
1680b0ce9f refactor(react): transition to Stencil React bindings (#23826) 2021-08-31 17:29:59 -04:00
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
12216d378d feat(modal): add bottom sheet functionality (#23828)
resolves #21039
2021-08-31 15:19:19 -04:00
33f0bcd437 chore(slides): fix typo in image slides example (#23838) 2021-08-30 10:15:12 -04:00
a212eb5259 fix(overlays): thrown errors are no longer suppressed (#23831)
resolves #22724
2021-08-27 12:51:17 -04:00
1d2ee92ca0 feat(popover): add ability to pass event to present method (#23827)
resolves #23813
2021-08-26 16:22:04 -04:00
950350a948 fix(datetime): prevent vertical page scroll on interaction (#23780)
resolves #23554
2021-08-26 09:18:51 -04:00
50b88b24c2 chore(): run build to update picker readme (#23822) 2021-08-25 18:57:26 -04:00
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
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
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
864212b0f2 fix(alert): AlertButton role now has correct types (#23791) 2021-08-18 13:43:12 -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
f9415ef8a6 fix(nav): custom animation is now used correctly (#23779)
resolves #23777
2021-08-18 08:34:34 -04:00
e0c4ad30be fix(item-sliding): prevent scrolling during slide gesture (#23774)
resolves #19564
2021-08-17 23:53:16 -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
bc4e8267aa fix(datetime): reduce time presentation min height (#23771)
resolves #23690
2021-08-16 15:58:21 -04:00
2995e337c8 fix(item): highlight now appears above helper/error text (#23763)
resolves #23510
2021-08-12 10:51:36 -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
6b18a89ac2 fix(back-button): MD ripple now accounts for --ripple-color (#23749)
resolves #23748
2021-08-09 16:21:38 -04:00
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
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
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
fbd32ffb26 fix(toast): ToastOptions interface now contains icon prop (#23737)
resolves #23736
2021-08-06 16:30:34 -04:00
3befdc32de merge release-6.0.0-beta.3
6.0.0-beta.3
2021-08-04 13:32:41 -04:00