Release 0.12.0
0.12.0 (2021-04-06)
- feat!: Rename VerticalStack to Stack (0a10be8)
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 of vertical-stack to stack.
Mostly the migration should be:
- Replace
Layout::VerticalStack
withLayout::Stack
- Replace any
.layout-vertical-stack-
classes with.layout-stack-
- Replace any
--layout-vertical-stack-
CSS properties with--layout-stack-