summaryrefslogtreecommitdiff
path: root/_posts/2018-04-02-kvision-0.0.11-released.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2018-04-02-kvision-0.0.11-released.markdown')
-rw-r--r--_posts/2018-04-02-kvision-0.0.11-released.markdown26
1 files changed, 26 insertions, 0 deletions
diff --git a/_posts/2018-04-02-kvision-0.0.11-released.markdown b/_posts/2018-04-02-kvision-0.0.11-released.markdown
new file mode 100644
index 00000000..d856b187
--- /dev/null
+++ b/_posts/2018-04-02-kvision-0.0.11-released.markdown
@@ -0,0 +1,26 @@
+---
+layout: post
+title: "KVision 0.0.11 released"
+author: Robert Jaros
+date: 2018-04-02 22:30:00 +0100
+categories: kvision kotlin
+---
+
+I've just released KVision 0.0.11.
+
+Changelog:
+
+- Support for [Bootswatch](https://bootswatch.com/3/) and possibly other custom CSS themes (Bootstrap 3 compatible).
+- Add support for Bootstrap navbar component.
+- Add suport for context menu component, which can be enabled on any widget.
+- Add Bootstrap toolbar and button group components.
+- Add Bootstrap progress bar component.
+- Add simple HTML iframe component.
+- Add full-featured file upload component based on [Bootstrap file input](http://plugins.krajee.com/file-input).
+- Add [Handlebar.js](http://handlebarsjs.com/) templates support for all text widgets.
+- Add support for plain HTML form attributes (method, action, enctype, target, ...).
+- Many other various enhancements and bug fixes.
+
+The [examples](https://github.com/rjaros/kvision-examples) were also updated. The [Address book](https://rjaros.github.io/kvision-examples/addressbook/)
+example uses Material-like CSS theme and the [Showcase](https://rjaros.github.io/kvision-examples/showcase/) example presents all new
+features and components in action.