Skip to content

v0.7.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 08 Dec 06:50
· 2519 commits to main since this release
  • kobweb commands will no longer fail silently if they can't find gradlew
  • kobweb commands will search their ancestor path for gradlew 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) }
  • 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