summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-04-04 08:29:43 +0200
committerRobert Jaros <rjaros@finn.pl>2018-04-04 08:29:43 +0200
commit7ada58635fcbbbef5a5a3c466ae688a4319cde31 (patch)
tree217761a0981a1f7215c57fd24c3d60fa2621235a
parenta1331da2233a7198af89a9db2ec743a430b89362 (diff)
downloadkvision-7ada58635fcbbbef5a5a3c466ae688a4319cde31.tar.gz
kvision-7ada58635fcbbbef5a5a3c466ae688a4319cde31.tar.bz2
kvision-7ada58635fcbbbef5a5a3c466ae688a4319cde31.zip
KVision 0.0.12 released
-rw-r--r--_posts/2018-04-03-kvision-0.0.12-released.markdown19
1 files changed, 19 insertions, 0 deletions
diff --git a/_posts/2018-04-03-kvision-0.0.12-released.markdown b/_posts/2018-04-03-kvision-0.0.12-released.markdown
new file mode 100644
index 00000000..39651aec
--- /dev/null
+++ b/_posts/2018-04-03-kvision-0.0.12-released.markdown
@@ -0,0 +1,19 @@
+---
+layout: post
+title: "KVision 0.0.12 released"
+author: Robert Jaros
+date: 2018-04-03 18:22:00 +0100
+categories: kvision kotlin
+---
+
+I've just released KVision 0.0.12.
+
+Changelog:
+- some fixes in navigation bar component
+- added support for dropdowns without caret icon
+- some other minor fixes and enhancements
+
+There is also a new example - a very simple desktop application with three mini apps - a calculator,
+a text editor and a web browser. You can find the
+[sources](https://github.com/rjaros/kvision-examples/tree/master/desktop) on GitHub and live demo
+is available [here](https://rjaros.github.io/kvision-examples/desktop/).