Skip to content

[v1.0.1] Fix `FlexGrid.Row` wrapping

Compare
Choose a tag to compare
@ryanoglesby08 ryanoglesby08 released this 30 Jan 22:30
· 3525 commits to master since this release

🚨 Breaking Changes

None

πŸ”§ Fixes

FlexGrid

  • Documentation for the usage of the <FlexGrid.Row />sub-component was incorrect. It is meant to always be used in conjunction with <FlexGrid /> and <FlexGrid.Col />
  • The <FlexGrid.Row /> component wasn't wrapping onto a new line as originally intended. Now it does.