Skip to content

Releases: rjaros/kvision

0.0.31

25 Mar 12:53
Compare
Choose a tag to compare
  • New RestClient class in the core module (refactored from CallAgent class)
  • New Style class to create and use style objects.
  • Fix async action handling in ReduxStore.

0.0.30

17 Mar 00:37
Compare
Choose a tag to compare
  • Add new kvision-redux module with support for Redux.
  • Remove coroutines dependency from core kvision module to make output bundle a lot smaller if coroutines are not required.
  • Move suspending functions for getting file content to the kvision-upload module.
  • Refactor Dialog component to the separate module.
  • Refactor DataContainer component to the separate module.

0.0.29

10 Mar 13:40
Compare
Choose a tag to compare
  • New module with support for drawing charts based on chart.js library.
  • Unary plus support for DSL builders in the Tag class.

0.0.28

05 Mar 19:35
Compare
Choose a tag to compare
  • New module with support for Electron API.
  • Support for overflow-wrap, word-break and line-break CSS properties.
  • Inlining some utility functions.
  • Upgrade Ktor to 1.1.3 and also some other npm dependencies.

0.0.27

23 Feb 23:32
Compare
Choose a tag to compare
  • Fix sending multipart/form-data with CallAgent
  • Minor css fixes
  • Upgrade kotlin-frontend-plugin to 0.0.45

0.0.26

19 Feb 16:51
Compare
Choose a tag to compare
  • Simplifications for multiplatform Date type.
  • Upgrade Spring Boot to 2.1.3
  • Make kvision-remote module independent of KVision itself.
  • Fixed tests with headless Chrome.

0.0.25

16 Feb 22:09
Compare
Choose a tag to compare
  • Fix for date/time format used in the form implementation
  • New methods in CallAgent class for different type-safe calls to remote endpoints
  • Change the receiver type of syncWithList function
  • Serializable object support for handlebars.js templates
  • Major refactoring of server-side modules
  • Upgrade Jooby to 1.6.0
  • Upgrade Kotlin to 1.3.21

0.0.24

03 Feb 20:14
Compare
Choose a tag to compare
  • New module for server-side interface with ktor framework
  • Major refactoring of server-side modules

0.0.23

29 Jan 21:49
Compare
Choose a tag to compare
  • Dependencies upgrade (Kotlin 1.3.20 and many others)
  • Data container enhancements and fixes
  • Fixed resizable windows for Firefox browser
  • Add timezone info to the default JSON date format
  • Upload component upgrade and enhancements
  • Touchspin component upgrade
  • Unification of class hierarchy in form.check package
  • DSL builder functions for SelectOption and SelectOptGroup

0.0.22

22 Dec 23:40
Compare
Choose a tag to compare
  • Refactoring of server-side modules
  • Some fixes and new options for select component with AJAX data source
  • New module with Select component tailored for KVision's server-side connectivity
  • Fix incompatible date formats between platforms
  • Add exact version numbers for all required npm dependencies