Skip to content

Releases: dvekeman/vaadin-mvu

Kotlin coroutines

25 Mar 20:56
Compare
Choose a tag to compare
Kotlin coroutines Pre-release
Pre-release
0.3.1

Kotlin coroutines

Migrate code to Kotlin

25 Mar 20:14
Compare
Choose a tag to compare
Pre-release
  • Rewrite in Kotlin (keep as much as possible Java compatibility)
  • Add kotlin example
  • Add unit tests

AsyncAction and BroadcastAction

22 Mar 20:38
Compare
Choose a tag to compare
Pre-release

Add two new Action types

  • AsyncAction triggers a asynchronous tasks. It fires a StartAction (optional), the action itself (performing the background work) and upon completion a Failure or Success action. Vaadin Push is mandatory for AsyncAction to work

  • BroadcastAction: allows to broadcast actions over all dispatchers. The default is to to only run the action through the component dispatcher.

Add support for dispatcher lists

21 Mar 18:46
Compare
Choose a tag to compare
Pre-release
Bump patch version to 0.1.1

- ComposableDispatcher
- Support list of dispatchers

Hello MVU

19 Mar 20:52
Compare
Choose a tag to compare
Hello MVU Pre-release
Pre-release
0.1.0

Add artifact identification