- Fixed a bug with
Modifier.paddingnot working - Added APIs to improve working with
ComponentStylelistOf(Style1, Style2, Style3).toModifier()- New
cssRulefunction for defining custom rules not currently covered by our API
- Added
--headlessmode for appropriate kobweb CLI commands- Added
kobweb stopwhich can stop a running server (especially useful if you usedkobweb run --headless)
- Added
- No longer overtagging elements with unecessary classnames (e.g. "silk-text silk-text-dark silk-text-light")
- Instead, we only tag an element with classes that actually affect the final style. This often results in more than half of the tags being removed.
- Compiles against Compose 1.0.0