@semcore/ui 15.3.0-0 → 15.3.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## [15.3.1-beta.0] - 2023-08-07
2
+
3
+ ### @semcore/utils
4
+
5
+ - **Fixed** Fixed core invalid peer dependencies warning.
6
+
7
+ ## [15.2.4] - 2023-08-04
8
+
9
+ ### @semcore/ellipsis
10
+
11
+ - **Fixed** Component build output was corrupted after the previous change.
12
+
13
+ ## [15.2.3] - 2023-08-02
14
+
15
+ ### @semcore/ellipsis
16
+
17
+ - **Fixed** Passing jsx element to tooltip inherited `title` prop was causing setting DOM attribute `title` to `[object Object]`.
18
+
19
+ ## [15.2.2] - 2023-08-02
20
+
21
+ ### @semcore/ellipsis
22
+
23
+ - **Fixed** Added missing `EllipsisProps` export.
24
+
25
+ ## [15.2.1] - 2023-08-01
26
+
27
+ ### @semcore/data-table
28
+
29
+ - **Fixed** Using special characters and spaces in the data keys were braking columns width.
30
+
1
31
  ## [15.2.0] - 2023-08-01
2
32
 
3
33
  ### @semcore/core
@@ -4919,12 +4949,6 @@
4919
4949
  - **Added** Добавлен hook usePreventScroll, блокирующий скролл страницы
4920
4950
  - **Added** Добавилась возможность передавать ref в element для useEventListener.
4921
4951
 
4922
- ## [15.3.0-0] - 2023-08-01
4923
-
4924
- ### @semcore/button
4925
-
4926
- - **Changed** Test prerelease change. Nothing actually changed.
4927
-
4928
4952
  ## [0.0.1] - 2020-07-27
4929
4953
 
4930
4954
  ### 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.1-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.0",
29
+ "@semcore/ellipsis": "2.1.3",
30
30
  "@semcore/email": "1.0.2",
31
31
  "@semcore/errors": "4.1.0",
32
32
  "@semcore/feature-popover": "4.2.0",