Releases: google/flexbox-layout
Releases · google/flexbox-layout
0.2.1
0.2.0
- 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 )