We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f71a92 commit 00fb67cCopy full SHA for 00fb67c
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [3.0.0](https://github.com/zakodium-oss/react-plot/compare/v2.0.0...v3.0.0) (2024-10-14)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* the module is now ESM-only
9
10
+### Features
11
12
+* make module native ESM ([1f71a92](https://github.com/zakodium-oss/react-plot/commit/1f71a9204050afcd7979cee5a0d93b305ae70e3d))
13
14
## [2.0.0](https://github.com/zakodium-oss/react-plot/compare/v1.4.2...v2.0.0) (2024-07-30)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "react-plot",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Library of React components to render SVG 2D plots.",
"type": "module",
"exports": "./lib/index.js",
0 commit comments