v0.7.2
Pre-release
Pre-release
- Fixed a bug with
Modifier.padding
not working - Added APIs to improve working with
ComponentStyle
listOf(Style1, Style2, Style3).toModifier()
- New
cssRule
function for defining custom rules not currently covered by our API
- Added
--headless
mode for appropriate kobweb CLI commands- Added
kobweb stop
which 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