github varabyte/kobweb v0.11.7

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

This release brings in some important kobweb export fixes. Upgrading to this version is recommended.

Frontend

  • Added a Modifier for the onContextMenu input event (e.g. right mouse click)
  • Added a new field to PageContext for checking if an export is in progress.
    • To use:
      val ctx = rememberPageContext()
      if (!ctx.isExporting) { /* do something that shouldn't happen when exporting */ }
      

Silk

  • Fixed button focus behavior on click
    • You can now press "space" / "enter" on a button and it will keep clicking it. Before, focus was lost after the first click.

Gradle

  • Export has been busted for some time, outputting useless snapshots that were just the original index.html file. This has been fixed.
  • Export now logs when each page is exported and how long it took to export. This also includes notifications about errors if any occur.

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.