Releases: lkzhao/UIComponent
Releases · lkzhao/UIComponent
0.8.3
0.8.2
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
`FlexRow`, `FlexColumn`, `flex` support in `Flow`, and `tailJustifyContent`
Thanks to @wwdc14 for the initial changes and ideas.
- Added
FlexRow
andFlexColumn
, which are wrapping version ofHStack
andVStack
that supportflex
. - Support
flex
inFlow
layout.Flow
layout basically is aFlexRow
now. - Added
tailJustifyContent
for flex based layouts.