v0.6.0
Pre-release
Pre-release
The initial release of Kobweb! 🎉
This first version includes a base set of functionality that demonstrate the general capabilities of the framework.
- A binary for executing several commands: version, list, create, export, and run
- A gradle plugin for generating boilerplate code for your Kobweb project (routing, index.html)
- A gradle plugin for extending server code around easily defined API routes
- A live reloading experience built from the ground up for both client and server code
- A gradle plugin for converting Markdown files to Kotlin code
- Extensions built on top of Web Compose (a Modifier class and Column/Row layouts)
- The beginnings of a UI library (called Silk) with powerful styling support inspired by Chakra UI