Skip to content

Releases: lkzhao/UIComponent

0.8.3

15 Sep 18:43
Compare
Choose a tag to compare
fix reuse

0.8.2

27 Aug 22:33
Compare
Choose a tag to compare
make UIComponent more generic

0.8.1

18 Aug 01:50
Compare
Choose a tag to compare
fix negative inset

0.8.0

18 Aug 00:45
Compare
Choose a tag to compare
fix some file names

0.7.5

03 Aug 19:49
Compare
Choose a tag to compare
add preview background color

0.7.4

03 Aug 18:18
Compare
Choose a tag to compare
add previewProvider and cleanup interface

0.7.3

03 Aug 18:02
Compare
Choose a tag to compare
slight tweak of the context menu interface

0.7.2

03 Aug 17:51
Compare
Choose a tag to compare
add context menu provider to TappableView

0.7.1

03 Aug 17:38
Compare
Choose a tag to compare
make TappableView support long press

`FlexRow`, `FlexColumn`, `flex` support in `Flow`, and `tailJustifyContent`

19 Jul 05:58
Compare
Choose a tag to compare

Thanks to @wwdc14 for the initial changes and ideas.

  • Added FlexRow and FlexColumn, which are wrapping version of HStack and VStack that support flex.
  • Support flex in Flow layout. Flow layout basically is a FlexRow now.
  • Added tailJustifyContent for flex based layouts.