Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jul 26, 2024
1 parent f06016f commit 5ede38f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 2.21.15 (2024-07-26)

#### Changed

- `dropdown` - Removed `:line-height` style from the theme. `:line-height` was left-over from old bootstrap css. Bootstrap used it to achieve a semblance of vertical centering of text in the anchor. Since we use a re-com box, we can do vertical centering in a nicer way.

- `dropdown` - More consistent handling of width/height props. `:width` applies to both anchor and body, while `:height` applies only to the body. You can override this behavior for specific parts using `:anchor-width`, `:anchor-height`, `:body-width` and `:body-height`.

`:anchor-height`, `:body-height`, `:anchor-width` & `:body-width` props apply more consistently to their parts.

## 2.21.14 (2024-07-25)

#### Added
Expand Down

0 comments on commit 5ede38f

Please sign in to comment.