v0.7.4
Pre-release
Pre-release
kobweb
commands will no longer fail silently if they can't findgradlew
kobweb
commands will search their ancestor path forgradlew
if not in the current directory- This will allow users to organize their kobweb project in a submodule of some parent gradle project
- Updated how
ComponentStyle
works under the hood so you can chain pseudo elements- e.g.
(Breakpoint.MD + hover + firstLetter) { Modifier.color(Red) }
- e.g.
- You can now use your build.gradle's
kobweb
block to extend the generated index.html's head block.- This is useful if you want to add extra stylesheets or scripts for example
- Now only add the Font Awesome script if the user is using the "kobweb-silk-icons-fa" artifact