threepenny-gui-flexbox 0.4.1 → 0.4.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- threepenny-gui-flexbox.cabal +1/−1
README.md view
@@ -57,11 +57,11 @@ ## Setting Properties Once you have your properties defined you'll want to apply them to elements. For-this you can use `setProps` which can be used with Threepenny's reverse function+this you can use `setFlex` which can be used with Threepenny's reverse function application operator `#`: ``` Haskell-UI.div # set UI.text "foo" # setProps (order 1)+UI.div # set UI.text "foo" # setFlex (flexGrow 1) ``` You can also convert `ParentProps` or `ChildProps` to a `[(String, String)]`
threepenny-gui-flexbox.cabal view
@@ -1,5 +1,5 @@ name: threepenny-gui-flexbox-version: 0.4.1+version: 0.4.2 synopsis: Flexbox layouts for Threepenny-gui. homepage: https://github.com/barischj/threepenny-gui-flexbox license: BSD3