@semcore/ui 15.61.0 → 15.62.0-prerelease.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 +10 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
## [15.
|
|
1
|
+
## [15.62.0] - 2024-02-21
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Changed** Removed wrongly added deprecation messages about `ReferenceLine` `value` props.
|
|
6
|
+
- **Changed** Added `valueEnd` prop to `ReferenceLine.Background` component that allows to specify background width by chart value.
|
|
7
|
+
- **Fixed** `patterns` prop was missing in multiple chart types.
|
|
8
|
+
- **Changed** A11y module links are clickable by `Space` now (along with `Enter` as before).
|
|
9
|
+
|
|
10
|
+
## [15.61.0] - 2024-02-21
|
|
2
11
|
|
|
3
12
|
### @semcore/dropdown-menu
|
|
4
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.62.0-prerelease.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@semcore/drag-and-drop": "3.27.0",
|
|
26
26
|
"@semcore/dropdown": "4.19.4",
|
|
27
27
|
"@semcore/dropdown-menu": "4.21.0",
|
|
28
|
-
"@semcore/d3-chart": "3.
|
|
28
|
+
"@semcore/d3-chart": "3.29.0-prerelease.1",
|
|
29
29
|
"@semcore/ellipsis": "2.19.0",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "4.22.0",
|