Skip to content

Commit

Permalink
Merge branch 'release/4.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Apr 8, 2021
2 parents 8761d93 + c530001 commit 18a05a9
Show file tree
Hide file tree
Showing 19 changed files with 373 additions and 213 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.2.7
* Remove lax `d3compat.eventHandler` workarounds, not necessary if code consistently uses d3@5 or d3@6 event handler signatures
* Remove extra `d3compat.eventHandler` identified with strict event handler
* Fix event handling in focus ordinal bar example ([#1826](https://github.com/dc-js/dc.js/issues/1826))
* Change composite bar line example to illustrate using `xAxisPadding` with `centerBar` to draw compoisite bar/line properly ([#1827](https://github.com/dc-js/dc.js/issues/1827))

## 4.2.6
* Isolate D3 compatibility layers, allowing more efficient module imports, by Patrik Kullman ([#1822](https://github.com/dc-js/dc.js/issues/1822) / [#1823](https://github.com/dc-js/dc.js/issues/1823) / [#1824](https://github.com/dc-js/dc.js/issues/1824))

Expand Down
Loading

0 comments on commit 18a05a9

Please sign in to comment.