Releases: jamesleesaunders/d3-x3d
Releases · jamesleesaunders/d3-x3d
Version 2.1.5 (Add Torus Prototype for X_ITE)
- Added Torus Prototype to add X_ITE support for the Donut Chart.
Version 2.1.4
- Bugfix: Color Scale on Bubble and Spot plots re-calculates on refresh.
- New Donut chart component and examples.
- Load x3d head Text component on demand (the Text component is not default in the Interactive profile).
- New 'stacker' function added to dataTransform - used for stacked bar chart and donut.
Version 2.1.3
- Revert back to use d3-interpolate-curve.
- Add module export statement to package.json.
Version 2.1.2 (Spot Plot)
- Adds new GitHub Issue Templates.
- Tidy Rollup Config - remove redundant dependencies.
- Upgrade all code from D3 v5 to support D3 v7.
- New Spot Plot component and charts.
- Bugfix: Y-Axis Tick Format consistent on both sides.
- Bugfix: Data Transform Unit Test fix.
- Various documentation README updates.
Version 2.1.1
- Remove d3-shape and d3-array and curve dependencies.
Version 2.1.0 (Migrated to ES Module)
- Replace all require() with import.
- Type module.
- Update packages: uglify-es -> uglify-js, tape.
- Fix GitHub CI/CD - update to node 12.
- Rename pretest to build.
- Temporarily adding fromCurve while need to fix d3-interpolate-curve module.
Version 2.0.11 (Gamma Correction & X-ITE Improvements)
- Only attempt gamma correction on x3dom.
- Changed canvas tag for x-ite to x3d-canvas.
Version 2.0.10 (Heat Maps)
- New Heat Hap Chart and Component.
Version 2.0.9 (More Bar Chart Fixes)
- Further fixes of x-axis and z-axis - order keys correctly.
- Added another Bar Chart example.
- Added DataTransform unit tests.
Version 2.0.8 (Bar Chart Scale Fixes)
Fix issues reported on reddit.
- Remove over-excessive x-scale padding.
- Fix issue with ordering of x-scale values.