Release 0.9.0
0.9.0 (2020-10-27)
Breaking Changes
- Replace
@size
with@gap
for<Layout::Cluster>
(73d6df2) - Replace
@size
with@gap
for<Layout::VerticalStack>
(84c11b8)
You should replace @size
with @gap
for both <Layout::Cluster>
and <Layout::VerticalStack>
. Currently, both are supported, but @size
will be dropped in the next release.
Bug Fixes
- Ensure full-width-on-mobile cluster always wraps (c558d25)
- Introduce wrapper element for cluster to avoid scrollbars (6c4d66b)
Note: This change means that you can no longer apply outer-html classes to <Layout::Cluster>
. See #124 for details.