diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-08 16:03:05 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-08 16:03:05 +0100 |
commit | 214a499cfe325fcaaf308112954e0118268e7875 (patch) | |
tree | 3587a94d94782dae4cdce02e00daf453206570ac | |
parent | e6e1126cba9e8e35ef8a972039428a7e3c91249b (diff) | |
download | kvision-214a499cfe325fcaaf308112954e0118268e7875.tar.gz kvision-214a499cfe325fcaaf308112954e0118268e7875.tar.bz2 kvision-214a499cfe325fcaaf308112954e0118268e7875.zip |
KVision 0.0.10 released
-rw-r--r-- | _posts/2018-03-08-kvision-0.0.10-released.markdown | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/_posts/2018-03-08-kvision-0.0.10-released.markdown b/_posts/2018-03-08-kvision-0.0.10-released.markdown new file mode 100644 index 00000000..55c67f56 --- /dev/null +++ b/_posts/2018-03-08-kvision-0.0.10-released.markdown @@ -0,0 +1,23 @@ +--- +layout: post +title: "KVision 0.0.10 released" +author: Robert Jaros +date: 2018-03-08 15:50:53 +0100 +categories: kvision kotlin +--- + +I've just released KVision 0.0.10. + +Changelog: + +- support for more CSS properties including text, font, float and clear +- changes to the DataContainer component +- changes to the StackPanel component +- add focus() and blur() methods to all form controls + +I've also published a new example - an address book application. It shows how to present data in a table view with +sorting and searching functionality, and also presents basic usage of KVision forms. You can find the +[sources](https://github.com/rjaros/kvision-examples/tree/master/addressbook) on GitHub and live demo +is available [here](https://rjaros.github.io/kvision-examples/addressbook/). + +I plan to write KVision tutorial based on this application soon.
\ No newline at end of file |