Skip to content

Commit

Permalink
Announce Fluid 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Mar 18, 2017
1 parent e8d7a88 commit c13c4bc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions _posts/2017-03-18-fluid-0.10.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: post
title: "Fluid 0.10.0"
date: 2017-03-18 18:00:00 +0100
author: plfiorini
categories: blog
tags: announcement release fluid
style: blue.css
navitem: nav-blog
---

Fluid is our toolkit for cross-platform and responsive applications that supports Material Design and optionally the Microsoft Universal design language.

Originally an Hawaii library (see [here][fluid-hawaii]), Fluid is the continuation of the project using QtQuick Controls 2 and merging code from [qml-material][qml-material].
It replaces [qml-material][qml-material] which was using QtQuick Controls 1.

We are happy to announce the immediate availability of Fluid 0.10.0.

Features:

* Requires Qt 5.8.0 or later
* Fixed qmake warnings for per-project installation
* Fixed build of fluid-demo for per-project installation
* Create .pri so that qmake projects can link to Fluid with a system-wide installation
* Fix TabbedPage import
* Rename FluidWindow to ApplicationWindow for consistency
* Add new Fluid.Layouts module
* Add InputDialog to Fluid.Controls
* Add AlertDialog to Fluid.Controls to replace the old Dialog
* Pick icon colors from QtQuick.Controls.Material 2.1
* Add a MenuItem with an icon to Fluid.Controls
* Make fluid-demo pages flickable
* Add hamburger icon to open navigation drawer in fluid-demo
* Complete TabbedPage in Fluid.Controls
* Support centered and fixed size tabs in TabbedPage
* Align first tab to left keyline with TabbedPage
* Implement action overflow in AppBar

##### Downloads

You can download the source tarball from [GitHub][tarball]

**SHA256 checksum:** `59b6756a4adf6a3fa4f9544eb790b9385cac0864243cb1e67b33b1ff4c541a10`


[fluid-hawaii]: https://github.com/hawaii-desktop/fluid
[qml-material]: https://github.com/papyros/qml-material
[tarball]: https://github.com/lirios/fluid/releases/download/v0.10.0/fluid-0.10.0.tar.xz

0 comments on commit c13c4bc

Please sign in to comment.