- Added a new feature where
TextField
'splaceholder
can be fixed at the top and not animated by setting theisPlaceholderAnimated
property tofalse
(issue-534). - Added a new feature where a
centerViews
property is added toBar
types, to automatically align views in the center outward positions. Updated sampleCard
projects andBar
projects to reflect this. - Added a new feature to
Grid
, wherecolumns
androws
are automatically set if their values have not been changed from the default0
value.