Skip to content

v2.0.0

Choose a tag to compare

@tomwanzek tomwanzek released this 13 Feb 05:16
· 5 commits to master since this release
9313261

BREAKING CHANGE:

This major release updates the D3 dependencies to align with the new composition of D3 version 5:

  • d3-queue has been removed,
  • d3-contour has been added in minor version 1.1,
  • d3-scale has been updated to major version 2.0 which removes support for category schemata based on 20 colors (previously deprecated schemeCategory20x),
  • d3-scale-chromatic has been added in version 1.2.

d3-scale-chromatic now contains the color interpolators and ten-category color scheme previously contained in d3-scale version 1.x.

Also, this service continues to exclude D3 modules directly related to client/server communication in favor of Angular features, i.e. HttpClient. As a result, the d3-fetch module included with D3 5.0 has not been included in this D3 Angular Service.