BSD-3-Clause licensed by Jose Iborra
Maintained by [email protected]
This version can be pinned in stack with:threepenny-editors-0.2.0.10@sha256:a44b2332805dcf36e92afe0fb007db579a5440e8df44c473db1ccabb913d1ce4,1850

Module documentation for 0.2.0.10

Travis Build Status Hackage Stackage Nightly

threepenny-editors

A library for writing composable algebraic widgets with threepenny-gui.

Changes

0.2.0.10 (2017-05-23)

* Nested grids. All layouts are now grid based.

0.2.0.9 (2017-05-23)

* Detect grid layouts and render them accordingly 

0.2.0.8 (2017-05-21)

* Bug fixes

0.2.0.7 (2017-05-20)

* Added `editorSelection`.

0.2.0.6 (2017-05-15)

* Fix the `Editable` instance for `Identity` and remove reexports.

0.2.0.5 (2017-05-14)

* Add `editorGeneric` and `editorGenericSimple` for types with generics-sop instances.
The latter is only for record and newtypes, whereas the former supports also
Union types, but comes with additional type class constraints.
* Give `Editable` default implementations for generic types.