Skip to content

Releases: jakezatecky/d3-funnel

Release v0.7.6

14 Jul 00:26
Compare
Choose a tag to compare

v0.7.6 (July 12, 2016)

New Features

  • [#53]: Add label.fontSize option
  • [#57]: Add block.dynamicSlope option to make the funnel width proportional to its value

Bug Fixes

  • [#59]: Fix issue where formatted array values were not being passed to the label formatter

Release v0.7.5

19 Dec 20:03
Compare
Choose a tag to compare

v0.7.5 (December 19, 2015)

New Features

  • [#44]: Pass DOM node to event data

Release v0.7.4

11 Dec 06:05
Compare
Choose a tag to compare

v0.7.4 (December 11, 2015)

Build Changes

  • [#42]: Use ES6 imports and exports in source files
  • [#43]: Require D3.js for CommonJS environments

Release v0.7.2

19 Nov 03:12
Compare
Choose a tag to compare

v0.7.2 (November 18, 2015)

Bug Fixes

  • [#41]: Fix issue where events.click.block would error on null

Release v0.7.1

29 Oct 02:42
Compare
Choose a tag to compare

v0.7.1 (October 28, 2015)

Behavior Changes

  • Errors thrown on data validation are now more descriptive and context-aware

Bug Fixes

  • [#35]: Fix issue where gradient background would not persist after mouse out
  • [#36]: Fix issue where non-SVG entities were not being removed from container

Release v0.7.0

04 Oct 07:11
Compare
Choose a tag to compare

v0.7.0 (October 4, 2015)

D3Funnel v0.7 is a backwards-incompatible release that resolves some
outstanding bugs, standardizes several option names and formats, and introduces
a few new features.

No new features will be added to the v0.6 series, but minor patches will be
available for a few months.

Behavior Changes

New Features

  • [#9]: Block can now have their color scale specified in addition to data points
  • [#34]: Default options are now statically available and overridable

Bug Fixes

  • [#25]: Fix issues with isInverted and dynamicArea producing odd pyramids
  • [#32]: Fix issue where pinched blocks were not having the same width as bottomWidth

Upgrading from v0.6.x

Several options have been renamed for standardization. Please refer to the table
below for the new equivalent option:

Old option New option Notes
animation chart.animate
bottomPinch chart.bottomPinch
bottomWidth chart.bottomWidth
curveHeight chart.curve.height
dynamicArea block.dynamicHeight See change #29.
fillType block.fill.type
height chart.height
hoverEffects block.hightlight
isCurved chart.curve.enabled
isInverted chart.inverted
onItemClick events.click.block
minHeight block.minHeight
width chart.width

In addition, please refer to change #29.

Release v0.6.13

03 Oct 03:28
Compare
Choose a tag to compare

Bug Fixes

  • [#33]: Fix issue where package.json pointed to the incorrect main file

Release v0.6.12

26 Sep 04:14
Compare
Choose a tag to compare

New Features

  • [#16]: Add support for formatted labels

Bug Fixes

  • [#26]: Fix issues with closed range intervals in bottomWidth
  • [#28]: Fix issue where short hex colors did not translate properly in color manipulations