@semcore/ui 13.20.4 → 13.20.5

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [13.20.5] - 2023-03-31
2
+
3
+ ### @semcore/d3-chart
4
+
5
+ - **Fixed** Fixed calculating width of `HorizontalBar` component.
6
+ - **Fixed** Fixed display `Line.Null`.
7
+ - **Fixed** Fixed adding custom styles for `Radar` chart.
8
+
9
+ ### @semcore/input-tags
10
+
11
+ - **Fxed** Fixed scrolling when paste and enter items.
12
+
1
13
  ## [13.20.4] - 2023-03-30
2
14
 
3
15
  ### @semcore/input-tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "13.20.4",
3
+ "version": "13.20.5",
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.30",
26
26
  "@semcore/dropdown": "3.4.21",
27
27
  "@semcore/dropdown-menu": "3.6.25",
28
- "@semcore/d3-chart": "2.13.5",
28
+ "@semcore/d3-chart": "2.13.8",
29
29
  "@semcore/ellipsis": "1.2.13",
30
30
  "@semcore/email": "1.0.2",
31
31
  "@semcore/errors": "3.9.14",
@@ -43,7 +43,7 @@
43
43
  "@semcore/input": "3.5.18",
44
44
  "@semcore/input-mask": "4.4.19",
45
45
  "@semcore/input-number": "4.4.13",
46
- "@semcore/input-tags": "3.3.25",
46
+ "@semcore/input-tags": "3.3.26",
47
47
  "@semcore/link": "4.3.21",
48
48
  "@semcore/modal": "3.5.16",
49
49
  "@semcore/neighbor-location": "3.1.24",