Releases: zingchart/zingchart-react
Releases · zingchart/zingchart-react
v3.2.0
v3.1.4
Features
Support Node v14
v3.1.3
Features
Remove log messages.
Update react dependencies.
Update npm engine.
Update package lock file.
v3.1.2
Features
Add dragging-related events.
Map event names containing periods.
Example: The event zingchart.plugins.dragging.complete
is zingchart_plugins_dragging_complete
when used as a prop.
v3.1.1
Features
Add modules
property to <ZingChart>
tag.
v3.1.0
Features
All other properties that are added as a prop will be added to the render object. This allows for settings such as 'customprogresslogo' to be set. Any unrecognized properties will be ignored.
v3.0.0
v2.2.0
Update react-scripts so newer versions of react import/export the global zingchart
variable properly.
Update ZingChart library version to v2.9.0
v2.1.2
Add window.zingchart
global object to the export.
2.1.0
docs: Fix example memory leak from Dynamic.jsx