github varabyte/kobweb v0.7.2

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release4 years ago
  • 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

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.