Skip to Content
๐ŸŽ‰ Coral x Panda has been released ๐ŸŽ‰ Read the Migration Guide
DocumentationReleasesOrganismsv33.0.0

v33.0.0

Breaking Changes

The Footer organism has expanded to include 4 columns along the top, instead of the previous 3. This change breaks the options for the variant prop on the FooterListContainer sub-component, hereโ€™s the new accepted values alongside the previous:

BeforeAfter
leftcolumn1
centercolumn2
column3
rightcolumn4

An example of this in practice:

Before

<Footer> <FooterListContainer variant="left"> </Footer>

After

<Footer> <FooterListContainer variant="column1"> </Footer>
Last updated on