Skip to content

v0.7.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 03 Dec 17:01
· 2543 commits to main since this 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 used kobweb run --headless)
  • 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