Skip to content

Commit

Permalink
Add changeset for #295
Browse files Browse the repository at this point in the history
  • Loading branch information
jetpacmonkey committed Mar 26, 2020
1 parent ee28366 commit d4d2ea8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/dry-carpets-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@leafygreen-ui/popover': major
'@leafygreen-ui/tooltip': minor
---

Added Justify.Fit to tooltip/popover, and Align.CenterHorizontal and Align.CenterVertical to popover

For direct consumers of <Popover>, the function-as-a-child pattern now passes `align` and `justify` params,
and the `justification` param/enum has been removed. This should be the only breaking change in this release.

0 comments on commit d4d2ea8

Please sign in to comment.