github varabyte/kobweb v0.10.2

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

I'm planning to experiment with migrating the Kobweb Gradle plugin over to KSP shortly, so right before getting lost in that seems like a good time to slice off a release.

Frontend

  • Fixed a bug with the various transition modifiers not working when specifying multiple parameters
    • For example, Modifier.transitionProperty("color", "font-size").transitionDuration(100.ms, 300.ms) would silently break before.
  • Add a slew of transform modifiers
    • For example, Modifier.rotate, Modifier.scale, etc., with various input parameter configurations.
  • Add boxSizing and boxDecorationBreak box modifiers.
    • Potential backwards incompatible change The old Modifier.boxSizing(String) API has been removed.
      • Instead, use the one that takes in multiple arguments instead.
      • You can also use styleModifier { boxSizing(String) } in a pinch.

Markdown

  • There are no longer any unsupported markdown features. Everything should work now. Specifically...
    • <html> blocks now generate the correct Compose code for creating simple elements.
    • > can now be used to create block quotes (although sites must still define their own blockquote style using css rules; the default is very bland).
    • Link referencing (read more about what this is here) now works.

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.