We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50862e9 commit 4420206Copy full SHA for 4420206
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [4.0.2] - 2021-08-12
4
+### Fixed
5
+- declaration for `plotly.js-dist-min`
6
+
7
## [4.0.1] - 2021-08-12
8
### Fixed
9
- PlotlyModule.isValid now checks the plotly 2.x interface
projects/plotly/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-plotly.js",
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">10.0.9",
projects/plotly/src/index.d.ts
@@ -0,0 +1 @@
+declare module 'plotly.js-dist-min';
0 commit comments