Skip to content

Releases: zingchart/zingchart-react

v3.2.0

Choose a tag to compare

@jeanettephung jeanettephung released this 07 Dec 22:06
66e6a10

Support React v18

v3.1.4

Choose a tag to compare

@jeanettephung jeanettephung released this 17 Feb 19:41

Features

Support Node v14

v3.1.3

Choose a tag to compare

@jeanettephung jeanettephung released this 16 Feb 22:27

Features

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

v3.1.2

Choose a tag to compare

@jeanettephung jeanettephung released this 06 Dec 18:52

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

Choose a tag to compare

@jeanettephung jeanettephung released this 30 Nov 00:14

Features

Add modules property to <ZingChart> tag.

v3.1.0

Choose a tag to compare

@mike-schultz mike-schultz released this 15 Oct 22:41

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

Choose a tag to compare

@damntrecky damntrecky released this 05 Jun 07:06
ba87ef2

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

Choose a tag to compare

@damntrecky damntrecky released this 02 Jun 05:45
929739f

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

Choose a tag to compare

@damntrecky damntrecky released this 28 May 18:37

Add window.zingchart global object to the export.

2.1.0

Choose a tag to compare

@mike-schultz mike-schultz released this 20 Apr 00:56
docs: Fix example memory leak from Dynamic.jsx