Skip to content

v6.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 13:20

What's Changed

🚨 Breaking changes

On Alert, we removed ctaPosition property:

<Alert
  cta={<Alert.Button>Action</Alert.Button>}
- ctaPosition="bottom"
>
   My alert description
</Alert>

The CTA will now always be positioned at the bottom.

Full Changelog: v6.2.0...v6.3.0