Just a minor release, with some simple bugs I fixed while most of my attention is on a much larger Gradle plugin refactoring that will be landing soon (TM).
Frontend
- Added
Modifier.borderStylemodifier. Modifier.contentwill now auto-surround your string with quotes if they are missing.- So if you forget to write
Modifier.content("\" • \"")Kobweb has your back my friend.
- So if you forget to write
- The Kobweb
Colorclass now inherits from theCSSColorValueinterface.- This means it now plays nice with all existing CfW color APIs, no
toCssColornecessary. - Removed all modifiers that took
Coloras an argument; instead, users should use theCSSColorValueones.
- This means it now plays nice with all existing CfW color APIs, no
- Added Silk-aware
main.ktcode generation for apps using Silk that don't use the@Appannotation.