bonsaif-ui 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.7 - 2026-05-04
4
+
5
+ - Compact `PageHeader` spacing and title sizing in normal and sticky states.
6
+ - Render `Button` actions inside `PageHeader` as icon-only compact buttons with automatic tooltips.
7
+
8
+ ## 0.1.6 - 2026-05-04
9
+
10
+ - Add optional `DataTable` category rows through `getRowCategory` for grouped table sections.
11
+
3
12
  ## 0.1.3 - 2026-05-02
4
13
 
5
14
  - Add reusable `CopyButton` and `CopyLinkButton` components with clipboard fallback behavior.