flexbox-layout v0.3.0-alpha3 Release Notes

Release Date: 2017-03-30 // about 7 years ago
  • ๐Ÿ›  Bunch of bug fixes.

    • ๐Ÿ›  Fix the issue RecyclerView becomes invisible when wrapped with another RecyclerView or ScrollView (#199, #208)
    • ๐Ÿ›  Fix the issue the first line disappeared when the user scrolls that makes the first line invisible then try to scroll back to the top, on the condition the second line has more items than the first line. (#228, #229)
    • ๐Ÿ›  Fix the issue after the scrollTo method is called the item specified as the argument is always placed at the first line. (#206)
    • ๐Ÿ›  Fix the issue when developers handle configuration changes by themselves, the flex lines before the anchor position were not discarded (#198)
    • ๐Ÿ›  Fix the issue a ViewHolder was created multiple times in a single layout pass (#242)