flexbox-layout v1.0.0 Release Notes

Release Date: 2018-05-17 // almost 6 years ago
  • 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