Skip to content

Commit 7e4734c

Browse files
committed
Update changelog
1 parent 39e09ce commit 7e4734c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,38 @@
22

33
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
44
5+
## 2.22.12 (2025-01-07)
6+
7+
#### Changed
8+
9+
- `nested-grid`: Renamed :header-spacer to :corner-header
10+
- `nested-grid`: Use available flex cross-size (don't shrink to 0)
11+
512
#### Added
613

14+
- `nested-grid`: Add `:on-export-corner-header` prop.
15+
- `popover`: Add :optimize-position? prop
16+
- `dropdown`: Add :chosen-single part
717
- `tree-select`: When multiple items with the same id are selected, the anchor label now only shows one.
818
- `nested-grid`: Add :on-init-export-fn
919
- `popover-content-wrapper`: Added `:optimize-position?` prop.
1020

21+
## 2.22.11 (2024-12-01)
22+
23+
#### Changed
24+
25+
- `dropdown`: Now uses fixed positioning to position the body
26+
27+
#### Fixed
28+
29+
- `popover`: was missing code to apply quite a number of :parts overrides, for both :style and :attr
30+
- `nested-grid`: Fix ellipsis overflow for row-headers
31+
- `error-modal`: Fix react errors when x-button is mounted
32+
33+
#### Added
34+
35+
- Argument validation now gives a warning when you use a camel-cased prop key.
36+
1137
## 2.22.8 (2024-10-10)
1238

1339
#### Changed

0 commit comments

Comments
 (0)