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/heightstyles vs. attributes
- Added
Color.toRgbso 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