mirror of
https://github.com/typeable/elm-ui.git
synced 2024-12-03 13:53:19 +03:00
Merge pull request #171 from ceddlyburge/patch-1
Remove out of date reference to `fillBetween`
This commit is contained in:
commit
46489343b6
@ -119,7 +119,7 @@ Also of note, is that if something is `center`, then it will truly be in the cen
|
||||
|
||||
- `Font.weight` has been removed in favor of `Font.extraBold`, `Font.regular`, `Font.light`, etc. All weights from 100 - 900 are represented.
|
||||
- `Background.image` and `Background.fittedImage` will place a centered background image, instead of anchoring at the top left.
|
||||
- `fillBetween { min : Maybe Int, max : Maybe Int}` is now present for `min/max height/width` behavior. It works like fill, but with an optional top and lower bound.
|
||||
- `fill |> minimum 20 |> maximum 200` is now present for `minWidth`, `maxWidth`, `minHeight` and `maxHeight` behavior. It works like fill, but with an optional top and lower bound.
|
||||
- `transparent` - Set an element as transparent. It will take up space, but otherwise be transparent and unclickable.
|
||||
- `alpha` can now be set for an element.
|
||||
- `attribute` has been renamed `htmlAttribute` to better convey what it's used for.
|
||||
|
Loading…
Reference in New Issue
Block a user