Skip to content

1.0.0

Compare
Choose a tag to compare
@thagikura thagikura released this 17 May 01:57
c830f33

Semantic versioning

Start to follow the semantic versioning. flexbox-layout has been considered as stable for a while, but the version wasn't updated to 1.x. From this release on, the library starts to follow the semantic versioning.

New features

  • Added "space-evenly" support as one of the justifyContent values. #284
  • Added maxLine attribute support, that specifies the maximum number of flex lines #156

Bug fixes

  • Crash in using DiffUtil #425
  • Change proguard rule to keep FlexboxLayoutManager to keepnames to avoid FlexboxLayoutManager is left even if it's not used #426