v0.11.2
Pre-release
Pre-release
A small update which includes a fix for an unfortunately long-standing export bug on Windows.
Silk
- Update the Silk
refmethods to allow nullable keys:val someFeatureProperty: Any? = /* ... */ SomeWidget( ref = ref(someFeatureProperty) { /* ... rerun if someFeatureProperty changes */ } )
Gradle plugins
-
Fixed an issue where
kobweb exportwasn't working right on Windows due to path issues. (Note: Thekobweb export --layout staticvariant worked fine) -
If a server fails to run when you trigger
kobweb run, the stderr of the process is now captured and shown to the user.
Templates
- Updated all templates to use the Silk way of registering global styles, via
Modifierand notStyleSheetapproaches.- Both are honestly fine, but being able to consistently use
Modifierstyles everywhere makes the project feel a bit more cohesive.
- Both are honestly fine, but being able to consistently use