Skip to content

v1.1 Release

Latest
Compare
Choose a tag to compare
@benlau benlau released this 18 Apr 08:14
· 68 commits to master since this release

New Features

  1. Support Non-singleton dispatcher.

  2. Middleware - a mechanism to extend the functionality of dispatcher allowing for advanced asynchronous workflow and integration with visual component like FileDialog.

  3. Store - A replacement of AppListener that could listen from non-singleton dispatcher, and re-dispatch the action message to another Store components sequentially. It could avoid the over-complicated waitFor mechanism.

  4. Hydration - Serialize and deserialize a store to/from a QVariantMap object.

New Components

  1. MiddlewareList & Middleware

  2. Store

  3. Hydrate

See Class Document for details

Bug Fix

https://bugreports.qt.io/browse/QTBUG-58133

Reference

What is new in Quick Flux 1.1?