@semcore/d3-chart 3.45.0-prerelease.1 → 3.45.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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,12 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
9
9
|
- `Line.Area` got an option `autoInterpolate` that allows to disable auto interpolation of all missing values.
|
|
10
10
|
- `Line.Area` data now accepts `interpolateValue` symbol that allows spot interpolation of values if `autoInterpolate` set to `false`.
|
|
11
11
|
|
|
12
|
+
## [3.44.2] - 2024-05-27
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Version patch update due to children dependencies update (`@semcore/popper` [5.35.1 ~> 5.35.2]).
|
|
17
|
+
|
|
12
18
|
## [3.44.1] - 2024-05-24
|
|
13
19
|
|
|
14
20
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/d3-chart",
|
|
3
3
|
"description": "Semrush D3 Chart Component",
|
|
4
|
-
"version": "3.45.0
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@semcore/animation": "2.27.0",
|
|
19
19
|
"@semcore/divider": "4.26.0",
|
|
20
20
|
"@semcore/flex-box": "5.27.0",
|
|
21
|
-
"@semcore/popper": "5.35.3
|
|
21
|
+
"@semcore/popper": "5.35.3",
|
|
22
22
|
"@semcore/utils": "4.28.0",
|
|
23
23
|
"@types/d3-shape": "^3.1.0",
|
|
24
24
|
"@upsetjs/venn.js": "1.4.2",
|