@semcore/ui 16.15.0-prerelease.2 → 16.15.0-prerelease.5
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 +7 -6
- package/package.json +3933 -3933
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## [16.15.0] - 2026-
|
|
1
|
+
## [16.15.0] - 2026-04-01
|
|
2
2
|
|
|
3
3
|
### @semcore/feedback-form
|
|
4
4
|
|
|
@@ -29,8 +29,14 @@ clickable.
|
|
|
29
29
|
- **Added** **box**: Add `hoverCursor` to `Box`.
|
|
30
30
|
- **Added** `inset` property for the Box component.
|
|
31
31
|
|
|
32
|
+
### @semcore/core
|
|
33
|
+
|
|
34
|
+
- **Changed** Moved css-variables to separate package - `@semcore/theme`.
|
|
35
|
+
- **Fixed** Prevent `body` pollution in `usePreventScroll`.
|
|
36
|
+
|
|
32
37
|
### @semcore/data-table
|
|
33
38
|
|
|
39
|
+
- **Fixed** Scroll issue in virtualized tables in Firefox.
|
|
34
40
|
- **Added** New structure `SelectableRows` to handle selected rows in reactive
|
|
35
41
|
way.
|
|
36
42
|
- **Fixed** Impossible to navigate by keyboard when sorting was clicked by mouse.
|
|
@@ -38,11 +44,6 @@ way.
|
|
|
38
44
|
- **Fixed** Sorted column remains visually selected after sorting another column
|
|
39
45
|
via mouse when sorted was focused
|
|
40
46
|
|
|
41
|
-
### @semcore/core
|
|
42
|
-
|
|
43
|
-
- **Changed** Moved css-variables to separate package - `@semcore/theme`.
|
|
44
|
-
- **Fixed** Prevent `body` pollution in `usePreventScroll`.
|
|
45
|
-
|
|
46
47
|
## [16.14.0] - 2026-02-10
|
|
47
48
|
|
|
48
49
|
### @semcore/dropdown-menu
|