@semcore/ui 13.12.0 → 13.13.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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [13.12.1] - 2023-03-09
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Added** Added footer in d3 Tooltip.
|
|
6
|
+
- **Fixed** Added backward compatibility with react 16.9.
|
|
7
|
+
|
|
8
|
+
### @semcore/slider
|
|
9
|
+
|
|
10
|
+
- **Fixed** Fixed non-enumerable slider with provided minimal value.
|
|
11
|
+
- **Fixed** Fixed component typings.
|
|
12
|
+
|
|
1
13
|
## [13.12.0] - 2023-03-06
|
|
2
14
|
|
|
3
15
|
### @semcore/d3-chart
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.13.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@semcore/drag-and-drop": "2.4.18",
|
|
26
26
|
"@semcore/dropdown": "3.4.12",
|
|
27
27
|
"@semcore/dropdown-menu": "3.6.15",
|
|
28
|
-
"@semcore/d3-chart": "2.
|
|
28
|
+
"@semcore/d3-chart": "2.10.0",
|
|
29
29
|
"@semcore/ellipsis": "1.2.3",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "3.9.5",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@semcore/select": "3.5.1",
|
|
63
63
|
"@semcore/side-panel": "2.3.7",
|
|
64
64
|
"@semcore/skeleton": "4.4.10",
|
|
65
|
-
"@semcore/slider": "3.4.
|
|
65
|
+
"@semcore/slider": "3.4.2",
|
|
66
66
|
"@semcore/spin": "4.2.10",
|
|
67
67
|
"@semcore/spin-container": "6.2.12",
|
|
68
68
|
"@semcore/sticky": "2.4.10",
|