@simoncomputing/mui-bueno-v2 0.29.1 → 0.29.3

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
@@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  - Minor increment --> singlular/minor changes. Minimal breaking changes.
12
12
  - Patch increment --> singlular/minor changes. Zero breaking changes.
13
13
 
14
+ ## [0.29.3] - 2026-06-04
15
+
16
+ ### Fixed
17
+
18
+ - `Table`, `PaginatedTable`
19
+ - When table with expandable rows (`renderExpand` prop is defined) has a table nested in the collapse/expanded section, the row dividers of that inner table were not rendering.
20
+
21
+ ## [0.29.2] - 2026-06-03
22
+
23
+ ### Fixed
24
+
25
+ - `DiffTable`, `buildTableDiff`
26
+ - Fixed "_undefined_" showing on show/hide unmodified link (ex. "_Show 1 unmodified rowundefined_")
27
+
14
28
  ## [0.29.1] - 2026-06-03
15
29
 
16
30
  ### Changed