David Herman
08/08/2023, 12:04 AMColumn
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)