Skip to content

Releases: google/flexbox-layout

0.2.1

03 Jun 13:57
Compare
Choose a tag to compare
  • Add the layout_wrapBefore attribute, which forces a flex line wrapping when set to true for a flex item (child view) #32
  • Fix the issue #63

0.2.0

01 Jun 08:03
Compare
Choose a tag to compare
  • Lower the minSdkVersion to 9. Now the > 99% of devices are covered. ( #35 )
  • Implement layout_minWidth/layout_minHeight and layout_maxWidth/layout_maxHeight attributes to impose size constraints ( #1 )
  • Fixes the issue FlexboxLayout becomes invisible when a flex item's visibility is gone, which is the first item in the second flex line ( #47 )
  • Performance improvement by avoiding object creations in the onMeasure method. ( #44 )

0.1.3

19 May 07:27
Compare
Choose a tag to compare

Fixes the bug #36

0.1.2

10 May 09:27
Compare
Choose a tag to compare

Fixes the issue #18

0.1.1

10 May 08:55
Compare
Choose a tag to compare

Initial public release