v0.7.9
Pre-release
Pre-release
A pretty hefty change consisting of a variety of features
- Fixed issue with accessing
SilkTheme
when defining styles ininitSilk
- 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'sbuild.gradle
file
- This value can be configured via your
- 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 justmin-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.