Releases: tomwanzek/d3-ng2-service
v2.2.0
v2.1.0
v2.0.0
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.
v1.23.3
v1.23.2
Patch release. Added ./git
to .npmignore
as a workaround until npm/npm#19073 is addressed.
v1.23.1
This patch release imposes a pro forma exclusive upper bound on the d3-zoom minor version.
It is also intended to force a new release in light of issue #99. Installing the patch release, will also force an update to the @types/d3-geo definitions to a minimum version of 1.9.4. This is intended to address the breaking changes to the @types/geojson
definitions published with DefinitelyTyped/DefinitelyTyped#21590.