v0.18.2
This is a minor release mostly to fix an accidental API ambiguity error we introduced for some users in v0.18.1. We also picked up a few misc. additions along the way.
If v0.18.1 is working fine for you, there is no urgency to upgrade.
Important
Planning to upgrade? Review instructions in the README.
Changes
Frontend
- Fixed ambiguity error for people calling
Modifier.background(color)
without any other parameters. - Fixed an exception that would get fired if you used a design breakpoint inside a
ctx.stylesheet.registerStyle
block. - Added
mixBlendMode
modifier
Gradle
- Refactored our Gradle code more compatible with configuration caching.
Full Changelog: v0.18.1...v0.18.2