Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Releases: tomwanzek/d3-v4-definitelytyped

v1.15.0

26 Jul 18:28
Compare
Choose a tag to compare
v1.15.0 Pre-release
Pre-release

Added complete module and related tests for:

  • d3-dsv

v1.14.0

26 Jul 00:46
Compare
Choose a tag to compare
v1.14.0 Pre-release
Pre-release

Added completed module definition with tests:

  • d3-force

v1.13.0

21 Jul 22:35
Compare
Choose a tag to compare
v1.13.0 Pre-release
Pre-release

Additional completed modules with this release:

  • d3-collection

Changes/fixes to modules previously released as complete:

  • closed open issue related to d3-zoom ZoomBehavior. DOM element and Datum type for selection/transition to which .transform(...), .translateBy(...), .scaleBy(...) and .scaleTo(...) can be applied are again restricted to the same types as those underlying the ZoomBehavior overall.
  • Updated d3-brush, d3-drag and d3-zoom to consistently use ArrayLike instead of the too restrictiveNodeListOf as an alternative to a proper Array.

v1.12.1

21 Jul 04:05
Compare
Choose a tag to compare
v1.12.1 Pre-release
Pre-release

With respect to the d3-modules previously completed as per the documented release notes, the following modules were updated:

  • d3-selection
  • d3-transition

The changes add additional flexibility with respect to the now closed BaseType issue

v1.12.0

18 Jul 20:35
Compare
Choose a tag to compare
v1.12.0 Pre-release
Pre-release

Additional modules completed with tests:

  • d3-array
  • d3-quadtree

v1.11.0

14 Jul 18:06
Compare
Choose a tag to compare
v1.11.0 Pre-release
Pre-release

Added completed module with tests and fixes:

  • d3-voronoi

v1.10.0

13 Jul 15:04
Compare
Choose a tag to compare
v1.10.0 Pre-release
Pre-release

Additional modules complete with tests:

  • d3-hierarchy
  • d3-polygon

v1.9.0

11 Jul 04:59
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

Additional completed module:

  • d3-chord.

v1.8.0

10 Jul 23:22
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

This is a pre-release to mark the completion of additional definitions with supporting tests for the following D3 version 4 modules (in alphabetical order):

  • d3-axis
  • d3-time-format
  • d3-shape

Furthermore, a minor change was made to the Selection and Transition interfaces in modules d3-selection and d3-transition, respectively. The methods attr(...), style(...) and text(...) no longer allow a general object which can be implicitly coerced to 'string'. Where a value is used for setting, they accept primitives string | number | boolean. All other objects with a toString() method must be explicitly converted using such a method, where required.

This change was made, to improve type safety, when passing e. g. arc and symbol generators from d3-shape into the attr(...) method as a callback.

v1.7.0

08 Jul 05:52
Compare
Choose a tag to compare
v1.7.0 Pre-release
Pre-release

This is a pre-release to mark the completion of additional definitions with supporting tests for the following D3 version 4 modules (in alphabetical order):

  • d3-format
  • d3-random