Skip to content

Releases: curran/d3-component

New i argument

18 Dec 23:22
Compare
Choose a tag to compare

Many thanks to @janwillemtulp for the addition of the i argument in lifecycle callbacks:

v3.0.0

25 Mar 06:57
Compare
Choose a tag to compare
  • v3 API Changes #70
  • (bug fix) Datum passed to destroy is now the most recent #81
  • Source code is now commented and optimized for readability.

v2.5.1

24 Mar 14:40
Compare
Choose a tag to compare
  • Linting all-in #78 - Adopting ESLint, and some minor code rearrangement.

v2.5.0

20 Mar 18:31
Compare
Choose a tag to compare
  • es2015, rollup config file, and source maps #73 (thanks @micahstubbs !)
  • Add links to es2015 examples.

v2.4.0

15 Mar 20:34
Compare
Choose a tag to compare

Optimize children selection #66

v2.3.0

15 Mar 19:35
Compare
Choose a tag to compare

Accept DOM Node #60

v2.2.0

13 Mar 19:34
Compare
Choose a tag to compare

More efficient context handling #59

v2.1.0

10 Mar 08:38
Compare
Choose a tag to compare
  • Return merged selection #56

v2.0.0

09 Mar 19:52
Compare
Choose a tag to compare
  • Use names create, render, destroy #48
  • Bring back className argument #47
  • Pass additional "context" object #49
  • Updated examples to use Redux

v1.0.0

06 Mar 15:46
Compare
Choose a tag to compare
  • API Overhaul - More D3-like API #40
  • Use enter, update, exit names #42
  • Removal of local state feature