github varabyte/kobweb v0.10.5

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release3 years ago

Just a minor release, with some simple bugs I fixed while most of my attention is on a much larger Gradle plugin refactoring that will be landing soon (TM).

Frontend

  • Added Modifier.borderStyle modifier.
  • Modifier.content will now auto-surround your string with quotes if they are missing.
    • So if you forget to write Modifier.content("\" • \"") Kobweb has your back my friend.
  • The Kobweb Color class now inherits from the CSSColorValue interface.
    • This means it now plays nice with all existing CfW color APIs, no toCssColor necessary.
    • Removed all modifiers that took Color as an argument; instead, users should use the CSSColorValue ones.
  • Added Silk-aware main.kt code generation for apps using Silk that don't use the @App annotation.

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.