Releases: ming-codes/d3-plugins-dist
Releases · ming-codes/d3-plugins-dist
v3.2.0
v3.1.4
- Fix broken v3.1.3 release
v3.1.3
- Fix
emeeks/graphexport function name.
v3.1.2
- Fixed an issue with susielu/legend plugin not generating correct named-amd module. The solution is a quick 'n dirty one, but a better solution probably requires swapping es6 filter out for babel.
v3.1.1
- [BUGFIX] Removed the test files from this repo
v3.1.0
- [BUGFIX]
susielu/legend - [FEATURE] add emeeks/sketchy
- [FEATURE] add emeeks/ribbon
- [FEATURE] add klortho/flex-tree
- [FEATURE] add emeeks/circular-brush
- [FEATURE] add emeeks/arc-diagram
- [API] Plugin object exposes method to fetch its path.
- [API] Removed
.toTreeas it is too specific to broccoli.
v3.0.0
- Made
index.jsmore concise and exports Plugin object to help dependents in building included plugins - Some plugins are renamed to remove unneeded prefix
d3-
v2.3.0
- [BREAKING] named-amd moved from
d3-plugins/<author>/<plugin>tod3/plugins/<author>/<plugin>. This aligns it with the readme's documentation.