@flourish/info-popup
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@flourish/info-popup", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Popup with data insertion", | ||
@@ -5,0 +5,0 @@ "main": "info-popup.js", |
@@ -0,1 +1,4 @@ | ||
# 1.0.1 | ||
* Fix bug with custom panel content | ||
# 1.0.0 | ||
@@ -2,0 +5,0 @@ * Rename to @flourish/info-popup |
@@ -113,4 +113,4 @@ function getDefaultHTML(instance, d, mode) { | ||
if (!instance._state.panel_is_custom) html += getDefaultHTML(instance, d, "panel"); | ||
else html += getCustomHTML(instance, instance._state.panel_custom_template, d); | ||
else html += getCustomHTML(instance, instance._state.panel_custom_header, instance._state.panel_custom_main, d); | ||
return html; | ||
} |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
173453
1