:spider_web: Latest Kobweb v0.13.10 :spider_web: <...
# kobweb
d
🕸️ Latest Kobweb v0.13.10 🕸️ https://github.com/varabyte/kobweb/releases/tag/v0.13.10 Been a while since the last one. Life was busy! This one is a miscellaneous bag of fixes. For example... • There's a contributor who taught me about the DslMarker annotation, which you can use to tell the compiler not to allow implicit receivers to leak across nested scope boundaries. This basically means mistakes that were permitted before (e.g. using a parent
Column
modifier within a child
Row
) are now prevented. •
rememberColorMode
and
getColorMode
have been renamed to more idiomatic
ColorMode.currentState
and
ColorMode.current
properties. Maybe most users won't care that much, but I'm happy about this because
rememberColorMode
was one of my earlier APIs and I realized later it was wrong forever but took me a while to prioritize coming up with something better. • Fixed some Markdown issues for code generated from markdown source that used tables and/or complex nested raw html. Finally, note that v0.13.10 still targets Compose 1.4.1, and there won't be any release in the near future for Compose 1.4.3, because there's actually a bug that got introduced which affects Compose projects (it sounds like a compiler issue, not a Compose issue, but either way, if we upgraded to it, some folks would break!) We're currently waiting for Kotlin 1.9.10 to be released and hope that the issue will be resolved by then. (See also: this YouTrack issue)
🎉 9