This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Description
layout-align no longer works with a single argument. It will replace it with layout-align="start-stretch" which drastically changes layouts.
One Example
layout-align="space-around" no longer works since 1.0.0-rc5. It is replaced with layout-align="start-center" when it should default the second argument to center ie parse layout-align="space-around" as layout-align="space-around center".
This also happens with the other single argument usecases like layout-align="space-between". I'm suspectting the recent change to the default layout-align introduced this issue.