Releases: jamesleesaunders/d3-ez
Releases · jamesleesaunders/d3-ez
Version 3.3.2 (Line Chart Fix)
- Fix for Issue #87 time series y-axis overflow.
- Fix time series duplicate dots in every point.
- Temporarily disabled BarsCircularTest.
Version 3.3.1
- Improved Unit tests.
- Fixed stacking scale bug with roseChart.
Version 3.3.0 (Improved Scale Calculations)
- Completes #92 Standardise yScale VS height passed into components.
- Each component will calculate its own scales if none were passes in.
- Fixes #90 Bar Chart Y-Axis Upside Down.
- New unit tests - broken down into separate files per component.
- Added SVG test data.
- Improved init() functions for all components.
Version 3.2.9 (Refactor circularAxis components to functions)
- Refactor circularAxis components to functions.
- Fix reverse polarArea yScale.
- Build Do not store directory names (junk-paths) when zipping build files up.
- Run though PHPStorm to check for any more lint errors.
- README updates.
Version 3.2.8 (ES6 convert var to let & Babel)
- Converted all 'var' to 'let' to make fully ES6 compliant.
- Added Babel plugin to compile ES2015 backwards compatible JavaScript.
- Fixed up some duplicate variables highlighted by Babel.
- Split unit tests down into separate files.
- Added NPM and TravisCI badges to README.
Version 3.2.7 (Title and Credit Tag Bugfixes, use labeledNode)
- Switched bubbles and proportionalAreaCircules over to use the labeledNode component. Closes #81.
- Tweaked labeledNode call.
- Fix small bug with title component.
- Fix Cannot read property 'getBBox' of null.
- Improve default radius calculations.
- Fix radius calculation on circularSectorLabels.
- Fix bug with textPath def if more than one chart on page.
- Add unpkg option to package.json.
Version 3.2.6 (Proportional Circles Fix)
- Fixed bug with proportionalAreaCircles alignment.
- Added roseChartSector unit test.
- Fixed bug in unit test. Added wait for transition.
Version 3.2.5
- Cleaned up component code further.
- Standardisation.
- Added first SVG unit test.
Version 3.2.4 (Various Component Fix-ups)
- Fixed bug with line chart.
- Various component fix-ups.
Version 3.2.3 (Polar Area Tweaks)
- Polar Area Tweaks.