Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@mydea mydea released this 06 Apr 13:15

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 with Layout::Stack
  • Replace any .layout-vertical-stack- classes with .layout-stack-
  • Replace any --layout-vertical-stack- CSS properties with --layout-stack-