Release 0.11.1
0.11.1 (2021-04-01)
Breaking changes
- Rename
<Layout::VerticalStack>
to<Layout::Stack>
This includes renaming all CSS classes from layout-vertical-stack-xx to layout-stack-xx, and all other references to vertical-stack to stack.
Mostly the migration should be:
- Replace Layout::VerticalStack with Layout::Stack
- Replace any .layout-vertical-stack- classes with .layout-stack-
- Replace any --layout-vertical-stack- CSS properties with --layout-stack-