Version 6.0.1
πΒ BugΒ Fixβ
webβ
- Resolved a type issue in
useMediaQuery
, which was inadvertently excluded due to a faulty extension, leading to an error during themediahuis-compile
step. !1792 - Fixed an issue in the
<Logo />
component where outdated pre-6.0.0
values were still being used, causing the image to break. !1799 - Removed the duplicate podcast image logic in the
Teaser
with articleTypepodcast
. !1789
kotlinβ
- You can now pass a
ColorScheme
andWindowSizeClass
to theSubThemeStore.get()
function, making it easier to retrieve aSubThemeStore
. !1800
swiftβ
- Fixed compatibility issue with
chameleon-swift
6.0 wheremainActor
was not inferred correctly in earlier Swift versions (Swift 5.9) MHDS-3021.