8000
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 e93275e commit 01a59bfCopy full SHA for 01a59bf
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
4
+## [5.2.1] - 2023-08-25
5
+### Fixed
6
+- Added null definition to setPlotlyBundle method parameter (see https://github.com/plotly/angular-plotly.js/pull/249)
7
+
8
## [5.2.0] - 2023-06-19
9
### Addded
10
- Adding support to themes (see https://github.com/plotly/angular-plotly.js/issues/152)
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-plotly.js",
- "version": "5.2.0",
+ "version": "5.2.1",
"license": "MIT",
"scripts": {
"ng": "ng",
projects/plotly/package.json
"peerDependencies": {
"@angular/common": ">=15.0.0",
0 commit comments