Releases: jamesleesaunders/d3-x3d
Releases · jamesleesaunders/d3-x3d
Version 2.0.7 (Scene Code Improve, Particles)
- Removed duplicate code creating base scenes (thanks @mo-jinbuu for contributing).
- Tidy up scatter, bubble and particle charts and components.
- Remove size option from particles.
- Added couple more examples.
Version 2.0.6 (Particle Plot)
- New Particle Plot component.
- Fixed bugs with randomly left behind artefacts.
Version 2.0.5
- Adds Size and Colour scales to scatter plot.
- Slight change to Vector Field color scale.
- All code re-linted and swapped ' for ".
- Various NPM updates and Synk updates.
Version 2.0.4 (Use gl-matrix for Vector Chart)
- Resolves #53 don't use x3dom for vector field arrow rotations.
- Now uses gl-matrix.
Version 2.0.3
- Shiny new d3-x3d Logo!
- Fix bug when changing between distal and proximal axis labels.
- Better handling when zero series in dataset (#79).
- Correct FontStyle family on axis.
- Update to d3 v5.11.0.
- Added bar chart example image to README.
Version 2.0.2
- Refactor X3DOM event code in preparation for X_ITE event support.
- Fixed two TwoSidedMaterial on Area, Ribbon and Surface components.
Version 2.0.1 (X_ITE and colorParse)
- Update README.md making less X3DOM specific, introducing X_ITE.
- Fixed axis labels for X_ITE.
- New unit tests for colorHelper.
- Fix colors on area and ribbon components for X_ITE.
- Move surface over to use colorParse.
Version 2.0.0 (Renamed back to d3-x3d)
- Renamed from d3-x3dom back to d3-x3d
- Now supports both X3DOM and X_ITE.
- Added colour helper functions.
- Added examples.
Version 1.3.5 (Area & Ribbon IFS & Data Transform)
- Ribbon chart - generate a single IFS for each ribbon (rather than each segment).
- Adds smooth mode to Ribbon chart and component.
- Aligned Ribbon and Area component IFS generation.
- Enabled use of useGeoCache in axis.js - use .append().attr() rather than .html().
- Refactored dataTransform.js Closes #41 Broke down functions into single and multi series functions.
- If curveFunction is Basis then reach straight for D3's native 'interpolateBasis' function (it's faster!).
- Update d3-interpolate-curve to v1.0.0.
Version 1.3.4 (Shapes, Cylinders, Curves)
- Shape fixes to Area, Axis and Ribbon artefacts. Closes #87
- Added 'useGlobalCache' option in preparation for x3dom/x3dom#968
- Various package.json updated to address vulnerabilities.
- Fixed axis label positions when in 'distal' mode.
- Documentation updates.
- Added area chart to showcase example.
- Small data smooth function improvements.
- Improvements to 'smooth' (area chart) curve functions making use of new d3-interpolate-curve module.
- Renamed
build
folder todist
.