UNPKG

d3-dtree

Version:

A library for visualizing data trees built on top of D3.

438 lines (187 loc) 11.2 kB
<a name="2.4.1"></a> ## [2.4.1](https://github.com/ErikGartner/dtree/compare/2.4.0...v2.4.1) (2020-04-24) <a name="2.4.0"></a> # [2.4.0](https://github.com/ErikGartner/dtree/compare/2.3.0...v2.4.0) (2020-04-24) <a name="2.3.0"></a> # [2.3.0](https://github.com/ErikGartner/dtree/compare/2.2.2...v2.3.0) (2020-04-24) ### Features * **#20:** add feature to zoom/pan to position/node ([eb1bb87](https://github.com/ErikGartner/dtree/commit/eb1bb87)) * **#20:** add zoomToFit() function ([f57859c](https://github.com/ErikGartner/dtree/commit/f57859c)) * **#65:** add custom click event for marriage nodes ([b4111d6](https://github.com/ErikGartner/dtree/commit/b4111d6)) * **#65:** add custom renderer for marriages ([112a375](https://github.com/ErikGartner/dtree/commit/112a375)) <a name="2.2.2"></a> ## [2.2.2](https://github.com/ErikGartner/dtree/compare/2.2.1...v2.2.2) (2019-07-07) ### Bug Fixes * Lower rectangle border thinner than the upper one in Firefox ([748a0c4](https://github.com/ErikGartner/dtree/commit/748a0c4)) * Rounding issues #92 ([9b70e04](https://github.com/ErikGartner/dtree/commit/9b70e04)) <a name="2.2.1"></a> ## [2.2.1](https://github.com/ErikGartner/dtree/compare/2.1.0...v2.2.1) (2019-05-07) <a name="2.1.0"></a> # [2.1.0](https://github.com/ErikGartner/dtree/compare/2.0.2...v2.1.0) (2019-02-23) ### Bug Fixes * Bug in build script to update CDN link ([2525601](https://github.com/ErikGartner/dtree/commit/2525601)) * Missing borders in dTree demo ([5926c15](https://github.com/ErikGartner/dtree/commit/5926c15)) ### Features * Add border to SVG in demo ([7876de6](https://github.com/ErikGartner/dtree/commit/7876de6)) * Add callback for node width separation #27 ([027de86](https://github.com/ErikGartner/dtree/commit/027de86)) * Remove unused test stub code ([938395a](https://github.com/ErikGartner/dtree/commit/938395a)) * Update dependencies with Yarn ([6a207c6](https://github.com/ErikGartner/dtree/commit/6a207c6)) <a name="2.0.2"></a> ## [2.0.2](https://github.com/ErikGartner/dtree/compare/2.0.1...v2.0.2) (2017-05-02) ### Bug Fixes * Incorrect marriages line. #53 ([25fd62e](https://github.com/ErikGartner/dtree/commit/25fd62e)) <a name="2.0.1"></a> ## [2.0.1](https://github.com/ErikGartner/dtree/compare/2.0.0...v2.0.1) (2017-04-10) ### Bug Fixes * Missing parameters to click callback #50 ([fb00d8f](https://github.com/ErikGartner/dtree/commit/fb00d8f)) <a name="2.0.0"></a> # [2.0.0](https://github.com/ErikGartner/dtree/compare/1.3.2...v2.0.0) (2017-03-09) ### Bug Fixes * upgrade to d3 v4 ([d63d003](https://github.com/ErikGartner/dtree/commit/d63d003)) ### Features * Deprecated marriage attribute. Use marriages instead now. #26 ([096b90f](https://github.com/ErikGartner/dtree/commit/096b90f)) <a name="1.3.2"></a> ## [1.3.2](https://github.com/ErikGartner/dtree/compare/1.3.1...v1.3.2) (2016-07-21) <a name="1.3.1"></a> ## [1.3.1](https://github.com/ErikGartner/dtree/compare/1.3.0...v1.3.1) (2016-03-08) <a name="1.3.0"></a> # [1.3.0](https://github.com/ErikGartner/dtree/compare/1.2.1...v1.3.0) (2016-03-08) ### Features * Further improvement to height calculation ([2171995](https://github.com/ErikGartner/dtree/commit/2171995)) <a name="1.2.1"></a> ## [1.2.1](https://github.com/ErikGartner/dtree/compare/1.2.0...v1.2.1) (2016-03-08) ### Bug Fixes * Proper height calculation #29 ([282fae5](https://github.com/ErikGartner/dtree/commit/282fae5)) <a name="1.2.0"></a> # [1.2.0](https://github.com/ErikGartner/dtree/compare/1.1.0...v1.2.0) (2016-01-14) ### Features * Update to lodash 4.0.0 ([bd8451d](https://github.com/ErikGartner/dtree/commit/bd8451d)) <a name="1.1.0"></a> # [1.1.0](https://github.com/ErikGartner/dtree/compare/1.0.0...v1.1.0) (2016-01-11) ### Features * Add support for multiple marriages #25 ([8795a5e](https://github.com/ErikGartner/dtree/commit/8795a5e)) <a name="1.0.0"></a> # [1.0.0](https://github.com/ErikGartner/dtree/compare/0.8.1...v1.0.0) (2016-01-10) <a name="0.8.1"></a> ## [0.8.1](https://github.com/ErikGartner/dtree/compare/0.8.0...v0.8.1) (2016-01-05) ### Bug Fixes * Bug due improper skipping of hidden nodes ([9739472](https://github.com/ErikGartner/dtree/commit/9739472)) <a name="0.8.0"></a> # [0.8.0](https://github.com/ErikGartner/dtree/compare/0.7.6...v0.8.0) (2016-01-05) ### Features * Individual height of nodes depending of content ([6d9aa8a](https://github.com/ErikGartner/dtree/commit/6d9aa8a)) <a name="0.7.6"></a> ## [0.7.6](https://github.com/ErikGartner/dtree/compare/0.7.5...v0.7.6) (2016-01-04) <a name="0.7.5"></a> ## [0.7.5](https://github.com/ErikGartner/dtree/compare/0.7.4...v0.7.5) (2016-01-04) <a name="0.7.4"></a> ## [0.7.4](https://github.com/ErikGartner/dtree/compare/0.7.3...v0.7.4) (2016-01-04) <a name="0.7.3"></a> ## [0.7.3](https://github.com/ErikGartner/dtree/compare/0.7.2...v0.7.3) (2016-01-04) <a name="0.7.2"></a> ## [0.7.2](https://github.com/ErikGartner/dtree/compare/0.7.1...v0.7.2) (2016-01-04) <a name="0.7.1"></a> ## [0.7.1](https://github.com/ErikGartner/dtree/compare/0.7.0...v0.7.1) (2016-01-04) <a name="0.7.0"></a> # [0.7.0](https://github.com/ErikGartner/dtree/compare/0.6.1...v0.7.0) (2016-01-04) ### Features * Resizing nodes ([2454086](https://github.com/ErikGartner/dtree/commit/2454086)) <a name="0.6.1"></a> ## [0.6.1](https://github.com/ErikGartner/dtree/compare/0.6.0...v0.6.1) (2016-01-02) <a name="0.6.0"></a> # [0.6.0](https://github.com/ErikGartner/dtree/compare/0.5.0...v0.6.0) (2016-01-02) ### Bug Fixes * Bug in demo ([b1092a4](https://github.com/ErikGartner/dtree/commit/b1092a4)) ### Features * Add depthOffset attribute ([7037257](https://github.com/ErikGartner/dtree/commit/7037257)) <a name="0.5.0"></a> # [0.5.0](https://github.com/ErikGartner/dtree/compare/0.4.0...v0.5.0) (2016-01-01) ### Features * Add custom sorting #7 ([9923c66](https://github.com/ErikGartner/dtree/commit/9923c66)) <a name="0.4.0"></a> # [0.4.0](https://github.com/ErikGartner/dtree/compare/0.3.4...v0.4.0) (2016-01-01) ### Features * Add direct children nodes #19 ([2a37451](https://github.com/ErikGartner/dtree/commit/2a37451)) <a name="0.3.4"></a> ## [0.3.4](https://github.com/ErikGartner/dtree/compare/0.3.3...v0.3.4) (2016-01-01) ### Bug Fixes * Another gulp bug ([000165c](https://github.com/ErikGartner/dtree/commit/000165c)) <a name="0.3.3"></a> ## [0.3.3](https://github.com/ErikGartner/dtree/compare/0.3.2...v0.3.3) (2016-01-01) ### Bug Fixes * Bug in automatic release ([97cdd26](https://github.com/ErikGartner/dtree/commit/97cdd26)) <a name="0.3.2"></a> ## [0.3.2](https://github.com/ErikGartner/dtree/compare/0.3.1...v0.3.2) (2016-01-01) ### Features * Add automatic releasing #10 ([1e3f4b8](https://github.com/ErikGartner/dtree/commit/1e3f4b8)) <a name="0.3.1"></a> ## [0.3.1](https://github.com/ErikGartner/dtree/compare/0.3.0...v0.3.1) (2015-12-31) ### Bug Fixes * Build including old dist ([5ca3f2a](https://github.com/ErikGartner/dtree/commit/5ca3f2a)) <a name="0.3.0"></a> # [0.3.0](https://github.com/ErikGartner/dtree/compare/0.2.5...v0.3.0) (2015-12-31) ### Bug Fixes * Center graph on load #11 ([1d5e71c](https://github.com/ErikGartner/dtree/commit/1d5e71c)) * Jerky zoom start ([ea184b5](https://github.com/ErikGartner/dtree/commit/ea184b5)) ### Features * Add custom html renderers and wrapping #16 #5 #3 ([5f71c8c](https://github.com/ErikGartner/dtree/commit/5f71c8c)) * Add debug variable ([51ec554](https://github.com/ErikGartner/dtree/commit/51ec554)) <a name="0.2.5"></a> ## [0.2.5](https://github.com/ErikGartner/dtree/compare/0.2.4...v0.2.5) (2015-12-30) ### Bug Fixes * Invalid buildstep ([f593bce](https://github.com/ErikGartner/dtree/commit/f593bce)) <a name="0.2.4"></a> ## [0.2.4](https://github.com/ErikGartner/dtree/compare/0.2.3...v0.2.4) (2015-12-30) ### Features * Add dist/ directory ([98c3d10](https://github.com/ErikGartner/dtree/commit/98c3d10)) <a name="0.2.3"></a> ## [0.2.3](https://github.com/ErikGartner/dtree/compare/0.2.2...v0.2.3) (2015-12-30) <a name="0.2.2"></a> ## [0.2.2](https://github.com/ErikGartner/dtree/compare/0.2.1...v0.2.2) (2015-12-30) ### Features * Add custom text function #6 ([2384b01](https://github.com/ErikGartner/dtree/commit/2384b01)) * Add version to dTree #14 ([ffd9737](https://github.com/ErikGartner/dtree/commit/ffd9737)) <a name="0.2.1"></a> ## [0.2.1](https://github.com/ErikGartner/dtree/compare/0.2.0...v0.2.1) (2015-12-29) ### Features * Decrease node seperation ([5ca1cd0](https://github.com/ErikGartner/dtree/commit/5ca1cd0)) <a name="0.2.0"></a> # [0.2.0](https://github.com/ErikGartner/dtree/compare/0.1.4...v0.2.0) (2015-12-27) <a name="0.1.4"></a> ## [0.1.4](https://github.com/ErikGartner/dtree/compare/0.1.3...v0.1.4) (2015-12-27) ### Bug Fixes * Bug when setting opts defaults ([d06bc19](https://github.com/ErikGartner/dtree/commit/d06bc19)) ### Features * Add click handler support #8 ([6908bc9](https://github.com/ErikGartner/dtree/commit/6908bc9)) * Add gulp demo command ([7b01f6d](https://github.com/ErikGartner/dtree/commit/7b01f6d)) * Improved separation between nodes ([c001db3](https://github.com/ErikGartner/dtree/commit/c001db3)) <a name="0.1.3"></a> ## [0.1.3](https://github.com/ErikGartner/dtree/compare/0.1.2...v0.1.3) (2015-12-27) ### Bug Fixes * Bug affecting textClass ([bdfe318](https://github.com/ErikGartner/dtree/commit/bdfe318)) <a name="0.1.2"></a> ## [0.1.2](https://github.com/ErikGartner/dtree/compare/0.1.1...v0.1.2) (2015-12-27) ### Features * Add css class override for node text ([21b8677](https://github.com/ErikGartner/dtree/commit/21b8677)) <a name="0.1.1"></a> ## [0.1.1](https://github.com/ErikGartner/dtree/compare/0.1.0...v0.1.1) (2015-12-26) ### Bug Fixes * Typo in badge url ([e318bb4](https://github.com/ErikGartner/dtree/commit/e318bb4)) ### Features * Add release tasks to gulp ([027968c](https://github.com/ErikGartner/dtree/commit/027968c)) <a name="0.1.0"></a> # 0.1.0 (2015-12-26) ### Bug Fixes * Duplicates in package.json ([09be9a3](https://github.com/ErikGartner/dtree/commit/09be9a3)) * Invalid text attribute ([90f6528](https://github.com/ErikGartner/dtree/commit/90f6528)) * README.md typo ([4851fad](https://github.com/ErikGartner/dtree/commit/4851fad)) ### Features * Add "extra" field to nodes ([618b1d7](https://github.com/ErikGartner/dtree/commit/618b1d7)) * Add zooming ([f4d8aeb](https://github.com/ErikGartner/dtree/commit/f4d8aeb)) * Automatic box size ([ff38f3f](https://github.com/ErikGartner/dtree/commit/ff38f3f)) * Changed data format ([1591875](https://github.com/ErikGartner/dtree/commit/1591875)) * Iteration zero ([30899eb](https://github.com/ErikGartner/dtree/commit/30899eb)) * Switched core foundation ([ac23c28](https://github.com/ErikGartner/dtree/commit/ac23c28)) * Update devDeps ([c653f93](https://github.com/ErikGartner/dtree/commit/c653f93)) * Update options and align text ([9346c2d](https://github.com/ErikGartner/dtree/commit/9346c2d)) * Use class in data ([085ed25](https://github.com/ErikGartner/dtree/commit/085ed25))