🕸️ Kobweb 0.13.4 released 🕸️
(And also 0.13.3 since last announcement, whoops)
https://github.com/varabyte/kobweb/releases/tag/v0.13.3
https://github.com/varabyte/kobweb/releases/tag/v0.13.4
Some new widgets:
• Toc: A Table of contents widget, which searches the current page for header elements tagged with IDs to auto-generate a list of hyperlinks where declared.
• Tabs: A widget for declaring, well, tabs (see attached movie).
And other misc improvements including:
• Kotlin versions of Javascript's
ResizeObserver
and
IntersectionObserver
classes
• Utility methods for saving and loading files to disk
• Kotlin-idiomatic extension methods that you can use instead of
window.fetch
• Support for native (i.e. dll, so, dylib) dependencies when writing Kobweb server API methods.