Skip to content

Commit

Permalink
Upgrade d3 to version 6 and its microlibraries to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
magjac committed Apr 2, 2021
1 parent 82add26 commit 70bbef7
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 353 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

* Upgrade to [D3 version
6](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-60). This
is a **breaking change**. d3-graphviz version 4 *requires* D3
version 6 (more specifically version 2 of its
[microlibraries](https://github.com/d3/d3#installing)) and is no
longer compatible with D3 version 5 or lower (microlibraries version
1). For more info see the [D3 6.0 migration
guide](https://observablehq.com/@d3/d3v6-migration-guide)

## [3.2.0]

### Changed
Expand Down

0 comments on commit 70bbef7

Please sign in to comment.