@semcore/ui 15.2.2 → 15.2.4
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [15.2.4] - 2023-08-04
|
|
2
|
+
|
|
3
|
+
### @semcore/ellipsis
|
|
4
|
+
|
|
5
|
+
- **Fixed** Component build output was corrupted after the previous change.
|
|
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
|
+
|
|
1
13
|
## [15.2.2] - 2023-08-02
|
|
2
14
|
|
|
3
15
|
### @semcore/ellipsis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.4",
|
|
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.3",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "4.1.0",
|
|
32
32
|
"@semcore/feature-popover": "4.2.0",
|