packages feed

gi-gtk-declarative-app-simple-0.6.0: CHANGELOG.md

* 0.6.0
  - Allow dependency haskell-gi-0.23
  - Remove redundant code
* 0.5.0
    - New `CustomWidget` API
* 0.4.3
    - Bump upper bound on haskell-gi
* 0.4.2
    - Add support for dialogs
    - Assert in 'run' that the program is using the threaded RTS
    - Bug fixes in rendering
* 0.4.1
    - Support any Bin automatically
* 0.4.0
    - Vector over list for child widgets
* 0.3.0
    - List markup
    - Return last state from `run` and `runLoop`
* 0.2.0
    - Require GTK+ windows as top-level widget
* 0.1.0
    - First version of `gi-gtk-declarative`!
    - Basic widget without event handling
    - Support for `Box` and `ScrolledWindow` containers
    - Declarative CSS classes