You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add stretch to verticalAlign and horizontalAlign props (except for horizontalAlign of LayoutListInline), meanwhile default is removed. Now, the default value of verticalAlign is always top and that of horizontalAlign is always stretch. Notice that some alignment may need fix when this version is applied.
feat: add isRemainScrollable props to LayoutFlexRow and LayoutFlexColumn. Set isRemainScrollable as true when the content overflow and a scrollbar is required. e.g. Modal
fix: LayoutFlexColumn has wrong height in Safari when it is placed in a .layout-u-content-fill-height element.