@semcore/ui 13.17.0 → 13.17.1
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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [13.17.1] - 2023-03-21
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Fixed** Fixed `Radar` chart with negative rotation hover handling.
|
|
6
|
+
|
|
7
|
+
### @semcore/input-tags
|
|
8
|
+
|
|
9
|
+
- **Fixed** Fixed alignment cursor when there are no tags.
|
|
10
|
+
|
|
1
11
|
## [13.17.0] - 2023-03-21
|
|
2
12
|
|
|
3
13
|
### @semcore/icon
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.17.
|
|
3
|
+
"version": "13.17.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@semcore/input": "3.5.12",
|
|
44
44
|
"@semcore/input-mask": "4.4.12",
|
|
45
45
|
"@semcore/input-number": "4.4.7",
|
|
46
|
-
"@semcore/input-tags": "3.3.
|
|
46
|
+
"@semcore/input-tags": "3.3.16",
|
|
47
47
|
"@semcore/link": "4.3.15",
|
|
48
48
|
"@semcore/modal": "3.5.10",
|
|
49
49
|
"@semcore/neighbor-location": "3.1.18",
|