github varabyte/kobweb v0.7.4

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release4 years ago
  • 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

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.