- Added shadow property.
- Border not correctly set when all sides were defined by viteinfinite #PR-16
- [Border] you can now set only one border side (top, right, bottom, left) if you want.
- [UIView] Fixed rendering which was triggered every time frames changed
- [Background] Correctly render background when frames change
- Added height, minHeight, maxHeight
- Added width, minWidth, maxWidth
- Migrated to Swift 2.3
- Added Carthage support. By siemensikkema #PR-7
- [Style] Added
textAttributes
onStyleRule
which converts a style intoNSAttributedString
style attributes. - [Style] Added
margin
attribute. - [Style] Added
textOverflow
attribute.
- [Property] Fixed
clip
attribute not setted correctly.
- [Theme] Themes are now simple
AnyObject
. You just define (non static) attributes on it and apply them on aUIView
usting the newstyleClass
attribute. - [IB] To apply a style right from InterfaceBuilder, you now define
themeClassName
in addition tostyleName
. - [Style] Replaced
applyStyle
withstyleInline
. While the former was totally replacing the style, the newer appends style tostyleClass
.
- [Property] Added
CornerRadius
. - [Property] Added
Clip
. - [Property] Added
Opacity
. - [Property] Added
Transform
.
- [Background] Fixed renderer positions for
Gradient
.