------ Added modules - MINOR ------
Element.Keyed
------ Changes to module Element - MINOR ------
Added:
table : style -> List (Element.Attribute variation msg) -> List (List (Element.Element style variation msg)) -> Element.Element style variation msg
------ Changes to module Element.Attributes - MINOR ------
Added:
clip : Element.Internal.Model.Attribute variation msg
clipX : Element.Internal.Model.Attribute variation msg
clipY : Element.Internal.Model.Attribute variation msg
maxHeight : Style.Internal.Model.Length -> Element.Internal.Model.Attribute variation msg
maxWidth : Style.Internal.Model.Length -> Element.Internal.Model.Attribute variation msg
minHeight : Style.Internal.Model.Length -> Element.Internal.Model.Attribute variation msg
minWidth : Style.Internal.Model.Length -> Element.Internal.Model.Attribute variation msg
moveDown : Float -> Element.Internal.Model.Attribute variation msg
moveLeft : Float -> Element.Internal.Model.Attribute variation msg
moveRight : Float -> Element.Internal.Model.Attribute variation msg
moveUp : Float -> Element.Internal.Model.Attribute variation msg
------ Changes to module Element.Events - MINOR ------
Added:
type alias Options =
{ stopPropagation : Bool, preventDefault : Bool }
defaultOptions : Element.Events.Options
keyCode : Json.Decode.Decoder Int
targetChecked : Json.Decode.Decoder Bool
targetValue : Json.Decode.Decoder String
------ Changes to module Style.Color - MINOR ------
Added:
placeholder : Color.Color -> Style.Property class variation