github varabyte/kobweb v0.7.12

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release4 years ago
  • Potentially improved server stability, but still keeping an eye out (Bug #89)
  • Fixed occasionally cases where nested columns / rows/ boxes wouldn't lay out properly due to ambiguous CSS class names
  • External links are now opened in a new tab
  • Markdown improvements
    • Soft line breaks are handled now (before, separate lines were appended together with no space between them)
    • Indented code blocks are now handled (in addition to fenced code blocks, which were working before)
    • You can now use val ctx = rememberPageContext(); ctx.markdown.... to get the MarkdownContext for the current page
      • Potentially useful for widgets used inside markdown
      • At the moment, key/values from the front matter block are included in the context, e.g. ctx.markdown.frontMatter["key"]
    • The kobwebx.markdown.useSilk property will automatically be set to false if your project doesn't depend on silk

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.