@semcore/ui 16.13.0-prerelease.6 → 16.13.1-prerelease.1

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 +56 -0
  2. package/package.json +3847 -3847
package/CHANGELOG.md CHANGED
@@ -1,3 +1,59 @@
1
+ ## [16.13.1] - 2025-12-17
2
+
3
+ ### @semcore/notice-global
4
+
5
+
6
+
7
+ ### @semcore/data-table
8
+
9
+ - **Fixed** Non-working virtual scroll with rows with unknown height.
10
+ - **Fixed** `columns.name` property description to have information about
11
+ valid/invalid characters.
12
+
13
+ ### @semcore/carousel
14
+
15
+ - **Fixed** Enabled `overflow-hidden` for `Indicator` for `border-radius` to apply
16
+ correctly.
17
+ - **Fixed** Moved default width and height for indicators with preview to CSS for
18
+ more convenient styling.
19
+ - **Fixed** Added `aria-roledescription="carousel"` to the root element.
20
+ - **Fixed** Added translations for `aria-roledescription` in the root element and
21
+ indicators with preview.
22
+
23
+ ### @semcore/wizard
24
+
25
+ - **Fixed** Missing translations
26
+
27
+ ### @semcore/tag
28
+
29
+ - **Fixed** Missing translations
30
+
31
+ ### @semcore/dropdown-menu
32
+
33
+ - **Fixed** Missing translations
34
+ - **Fixed** Virtual scroll issues.
35
+ - **Fixed** Required customData property changed to optional.
36
+
37
+ ### @semcore/date-picker
38
+
39
+ - **Fixed** Missing translations
40
+
41
+ ### @semcore/d3-chart
42
+
43
+ - **Fixed** Missing translations
44
+
45
+ ### @semcore/color-picker
46
+
47
+ - **Fixed** Missing translations
48
+
49
+ ### @semcore/base-trigger
50
+
51
+ - **Fixed** Missing translations
52
+
53
+ ### @semcore/add-filter
54
+
55
+ - **Fixed** Missing translations
56
+
1
57
  ## [16.13.0] - 2025-12-01
2
58
 
3
59
  ### @semcore/checkbox