Skip to content

Commit 5ede38f

Browse files
committed
Update changelog
1 parent f06016f commit 5ede38f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
44
5+
## 2.21.15 (2024-07-26)
6+
7+
#### Changed
8+
9+
- `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.
10+
11+
- `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`.
12+
13+
`:anchor-height`, `:body-height`, `:anchor-width` & `:body-width` props apply more consistently to their parts.
14+
515
## 2.21.14 (2024-07-25)
616

717
#### Added

0 commit comments

Comments
 (0)