Skip to content

Release 0.11.1

Compare
Choose a tag to compare
@mydea mydea released this 01 Apr 09:26

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-