Skip to content

Releases: zingchart/zingchart-react

v3.2.0

07 Dec 22:06
66e6a10
Compare
Choose a tag to compare

Support React v18

v3.1.4

17 Feb 19:41
Compare
Choose a tag to compare

Features

Support Node v14

v3.1.3

16 Feb 22:27
Compare
Choose a tag to compare

Features

Remove log messages.
Update react dependencies.
Update npm engine.
Update package lock file.

v3.1.2

06 Dec 18:52
Compare
Choose a tag to compare

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

30 Nov 00:14
Compare
Choose a tag to compare

Features

Add modules property to <ZingChart> tag.

v3.1.0

15 Oct 22:41
Compare
Choose a tag to compare

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

05 Jun 07:06
ba87ef2
Compare
Choose a tag to compare

3.0.0 (2020-06-05)

Features

  • remove the zingchart dependency from being compiled within the react component (fddedf5)

BREAKING CHANGES

  • Users must now use import 'zingchart/es6' before importing this component

v2.2.0

02 Jun 05:45
929739f
Compare
Choose a tag to compare

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

28 May 18:37
Compare
Choose a tag to compare

Add window.zingchart global object to the export.

2.1.0

20 Apr 00:56
Compare
Choose a tag to compare
docs: Fix example memory leak from Dynamic.jsx