@semcore/ui 15.2.2 → 15.2.3

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [15.2.3] - 2023-08-02
2
+
3
+ ### @semcore/ellipsis
4
+
5
+ - **Fixed** Passing jsx element to tooltip inherited `title` prop was causing setting DOM attribute `title` to `[object Object]`.
6
+
1
7
  ## [15.2.2] - 2023-08-02
2
8
 
3
9
  ### @semcore/ellipsis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "15.2.2",
3
+ "version": "15.2.3",
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.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",