@semcore/ui 16.14.0 → 16.15.0-prerelease.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.
- package/CHANGELOG.md +45 -0
- package/package.json +3956 -3954
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
## [16.15.0] - 2026-03-31
|
|
2
|
+
|
|
3
|
+
### @semcore/feedback-form
|
|
4
|
+
|
|
5
|
+
- **Fixed** `Star` SVG alignment for `FeedbackRating` component.
|
|
6
|
+
|
|
7
|
+
### @semcore/inline-input
|
|
8
|
+
|
|
9
|
+
- **Fixed** Some non-working properties marked as deprecated.
|
|
10
|
+
|
|
11
|
+
### @semcore/bulk-textarea
|
|
12
|
+
|
|
13
|
+
- **Added** Added `autoFocus` prop for `BulkTextarea.InputField`
|
|
14
|
+
|
|
15
|
+
### @semcore/icon
|
|
16
|
+
|
|
17
|
+
- **Changed** `Semrush` icon.
|
|
18
|
+
|
|
19
|
+
### @semcore/d3-chart
|
|
20
|
+
|
|
21
|
+
- **Fixed** Bubble chart plot size calculation.
|
|
22
|
+
- **Added** `percentFormatter` for Cigarette.
|
|
23
|
+
- **Added** Added `cursor:pointer` for `Bubble` chart in case bubbles are
|
|
24
|
+
clickable.
|
|
25
|
+
- **Added** `minimalBarWidth` for `Cigarette` chart.
|
|
26
|
+
|
|
27
|
+
### @semcore/base-components
|
|
28
|
+
|
|
29
|
+
- **Added** **box**: Add `hoverCursor` to `Box`.
|
|
30
|
+
- **Added** `inset` property for the Box component.
|
|
31
|
+
|
|
32
|
+
### @semcore/data-table
|
|
33
|
+
|
|
34
|
+
- **Added** New structure `SelectableRows` to handle selected rows in reactive
|
|
35
|
+
way.
|
|
36
|
+
- **Fixed** Impossible to navigate by keyboard when sorting was clicked by mouse.
|
|
37
|
+
- **Fixed** Impossible to navigate cells near the merger when accordion collapsed.
|
|
38
|
+
- **Fixed** Sorted column remains visually selected after sorting another column
|
|
39
|
+
via mouse when sorted was focused
|
|
40
|
+
|
|
41
|
+
### @semcore/core
|
|
42
|
+
|
|
43
|
+
- **Changed** Moved css-variables to separate package - `@semcore/theme`.
|
|
44
|
+
- **Fixed** Prevent `body` pollution in `usePreventScroll`.
|
|
45
|
+
|
|
1
46
|
## [16.14.0] - 2026-02-10
|
|
2
47
|
|
|
3
48
|
### @semcore/dropdown-menu
|