Skip to content

v0.7.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 21 Dec 08:47
· 2402 commits to main since this release

A pretty hefty change consisting of a variety of features

  • Fixed issue with accessing SilkTheme when defining styles in initSilk
  • Split web-compose-ext module into two
    • The original module is just for extending web compose APIs
    • The new module is for adding Jetpack Compose-like APIs on top
      • This new module includes a style sheet, so we moved "box", "row", etc. styles there, making debugging the DOM much easier
  • Added a tag to for a much better experience on mobile
    • This value can be configured via your kobweb block in your project's build.gradle file
  • Added support for making elements show conditionally based on sizes (Modifier.displayIf(Breakpoint.MD) for example)
  • Generalized ComponentStyle so you can add any media query, not just min-width via breakpoints
  • Fixed the way vararg parameters were joined for CSS property values
  • Added Modifier.overflow and Modifier.gap extensions
  • ./gradlew clean now removes Kobweb server files.