@semcore/ui 15.3.0-0 → 15.3.0-beta.0
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 +24 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [15.3.0-beta.0] - 2023-08-03
|
|
2
|
+
|
|
3
|
+
### @semcore/button
|
|
4
|
+
|
|
5
|
+
- **Changed** Test prerelease change 2. Nothing actually changed.
|
|
6
|
+
|
|
7
|
+
## [15.2.3] - 2023-08-02
|
|
8
|
+
|
|
9
|
+
### @semcore/ellipsis
|
|
10
|
+
|
|
11
|
+
- **Fixed** Passing jsx element to tooltip inherited `title` prop was causing setting DOM attribute `title` to `[object Object]`.
|
|
12
|
+
|
|
13
|
+
## [15.2.2] - 2023-08-02
|
|
14
|
+
|
|
15
|
+
### @semcore/ellipsis
|
|
16
|
+
|
|
17
|
+
- **Fixed** Added missing `EllipsisProps` export.
|
|
18
|
+
|
|
19
|
+
## [15.2.1] - 2023-08-01
|
|
20
|
+
|
|
21
|
+
### @semcore/data-table
|
|
22
|
+
|
|
23
|
+
- **Fixed** Using special characters and spaces in the data keys were braking columns width.
|
|
24
|
+
|
|
1
25
|
## [15.2.0] - 2023-08-01
|
|
2
26
|
|
|
3
27
|
### @semcore/core
|
|
@@ -4919,12 +4943,6 @@
|
|
|
4919
4943
|
- **Added** Добавлен hook usePreventScroll, блокирующий скролл страницы
|
|
4920
4944
|
- **Added** Добавилась возможность передавать ref в element для useEventListener.
|
|
4921
4945
|
|
|
4922
|
-
## [15.3.0-0] - 2023-08-01
|
|
4923
|
-
|
|
4924
|
-
### @semcore/button
|
|
4925
|
-
|
|
4926
|
-
- **Changed** Test prerelease change. Nothing actually changed.
|
|
4927
|
-
|
|
4928
4946
|
## [0.0.1] - 2020-07-27
|
|
4929
4947
|
|
|
4930
4948
|
### Global
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.3.0-0",
|
|
3
|
+
"version": "15.3.0-beta.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@semcore/dropdown": "4.1.0",
|
|
27
27
|
"@semcore/dropdown-menu": "4.1.0",
|
|
28
28
|
"@semcore/d3-chart": "3.2.0",
|
|
29
|
-
"@semcore/ellipsis": "2.1.
|
|
29
|
+
"@semcore/ellipsis": "2.1.2",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "4.1.0",
|
|
32
32
|
"@semcore/feature-popover": "4.2.0",
|