github varabyte/kobweb v0.16.3

latest releases: v0.24.0, v0.23.3, v0.23.2...
2 years ago

This is a small release with some minor fixes. However, we're cutting it early in preparation for a follow-up release that will be compatible with a newer Compose version.

Important

Planning to upgrade? Review instructions in the README.

  • Fixed an issue with Markdown code generating incorrect output when links contained inline code formatting

    • For example, this used to break:
      [see `ExampleClass` docs for more information](https://mysite.com/docs/exampleclass)
  • Breakpoint types refactored to be more sensible

    • so you can now do e.g. Modifier.setWidth(Breakpoints.MD)
  • Added new PageContext parameters for convenience.

    • For a URL https://mysite.com/a/b/c?id=123#fragment
      • ctx.origin: https://mysite.com
      • ctx.pathQueryAndFragment: /a/b/c?id=123#fragment
    • These were values you could query JS's window.location property for, but they fit nicely inside PageContext as well for easy access.

Full Changelog: v0.16.2...v0.16.3

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.