Skip to content

Commit

Permalink
formatting in changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Apr 16, 2024
1 parent 30fea77 commit 2508187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/thirty-toys-prove.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"@orbit-ui/transition-components": major
---

- Alert is now dismissible by default. This is potentially a breaking change if you we're not expecting the alert to be closable. To fix this, either add `dismissable={false} to the Alert, or handle the `onClose` event handler.
- Alert is now dismissable by default. This is potentially a breaking change if you we're not expecting the alert to be closable. To fix this, either add `dismissable={false}` to the Alert, or handle the `onClose` event handler.

- Dialog small size has been slightly reduced by 84px.

0 comments on commit 2508187

Please sign in to comment.