@semcore/ui 16.13.2-prerelease.3 → 16.13.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3872 -3872
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [16.13.2] - 2026-01-19
2
+
3
+ ### @semcore/notice-bubble
4
+
5
+ - **Fixed** `containerNode` property type. Added the ability to specify the null
6
+ type.
7
+
8
+ ### @semcore/data-table
9
+
10
+ - **Fixed** Merging rows and colums at the same time.
11
+ - **Fixed** `accordionMode="toggle"` no longer works for nested tables
12
+
13
+ ### @semcore/icon
14
+
15
+ - **Fixed** `Copy` icon
16
+
1
17
  ## [16.13.1] - 2025-12-18
2
18
 
3
19
  ### @semcore/notice-global