flexbox-layout v2.0.1 Release Notes
Release Date: 2020-01-17 // almost 5 years agoPrevious changes from v2.0.0
-
๐ Performance improvements by avoiding child views are measured more than twice #46
๐ The version 2.0.0 improves the performance significantly especially
FlexboxLayout
is deeply nested.
As described in #514, there were unnecessary measure calls even if anyFlexitem
s in aFlexLine
didn't have anyflexGrow
orflexShrink
attributes set.
0๏ธโฃ Similarly, the default values foralignItems
andalignContent
forFlexboxLayout
has changed fromstretch
toflex_start
starting from 2.0.0 because settingstretch
foralignItems
turned out to be expensive. Setting the default value asstretch
might increase the unnecessary measure calls.๐ This is a major version release because the change may break the existing apps.