Skip to content

v0.9.8

Pre-release
Pre-release

Choose a tag to compare

@bitspittle bitspittle released this 21 Feb 19:48
· 2763 commits to main since this release

This fix is a collection of a bunch of miscellaneous, minor improvements. Nothing particularly urgent.

Frontend

  • A bunch of new Modifier extensions
    • object fit
    • vertical alignment
    • support for many grid properties
    • an optional parameter for distinguishing width / height styles vs. attributes
  • Added Color.toRgb so you can pull RGB colors out if you need to
    • This was useful in my openGL sample for setting the clear color
  • Now throw an exception if you define two component variants with the same name

Gradle

  • No longer using deprecated Gradle methods in the Kobweb Application plugin
    • Uncertain at this point but it may enable a caching performance improvement later

Misc

  • Updated dependencies under the hood, e.g. Kotlin to 1.6.10 and Compose to 1.0.1