You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.0] — 2026-04-16
10
+
11
+
### New
12
+
-**`selectionActions` render prop** — Custom bulk-action buttons in the toolbar when rows are selected.
13
+
-**Row grouping** — `groupBy` / `groupCollapsed` / `onGroupByChange` with collapsible headers, row counts, and select-all-in-group checkboxes. Context menu adds "Group by this column".
14
+
-**`groupOrder` prop** — Control group display order: `'auto'` (default, uses SingleSelect option order), `'asc'`, `'desc'`, `'count-asc'`, `'count-desc'`, or explicit `string[]`.
15
+
-**Row coloring** — `colorBy` / `onColorByChange` / `colorByMap` tints rows by a field value. Uses SingleSelect option colors and Boolean defaults (pastel green/red).
16
+
-**`columnFit` prop** — `'auto'` (new default, sizes to content), `'fill'` (distributes container width), `'fixed'` (180px per column).
0 commit comments