Skip to content

Releases: phBalance/d3-tooltip

Support D3 v6 and up

18 Jul 02:06
Compare
Choose a tag to compare
  • document d3-selection support 22418b9
  • require d3-selection@{2,3} and don't make it a peer anymore 43e10f4
  • drop support for d3-select@1 (D3 5 and earlier) b6196e6

v1.0.0...v1.0.1

v1.0.0

17 Jul 19:43
Compare
Choose a tag to compare

v0.1.2...v1.0.0

Small tweaks to tooltip bubbles and browser foreignObject bug detection.

08 Jun 20:58
Compare
Choose a tag to compare
  • Update packages. 7472903
  • lintify 42d18fd
  • Correct div in FO bug detection code. This gets rid of the magic constant of 2. Change algo and Safari might not be good anymore. f07aef0
  • Change the rounding radius to just scale with the smallest dimension for the bubble. 9be4eab
  • Tooltip bubble (a path) seems to be a bit better when stroke width is an integer. 3f267b6
  • Make path joins a bit crisper. 7495f94

v0.1.1...v0.1.2

Reuse tooltip-group

28 Mar 04:44
Compare
Choose a tag to compare
  • tooltip group is now reused.
  • Update some packages.

Add more configuration options and width can shrink to fit

21 Oct 21:09
Compare
Choose a tag to compare
  • Clean up some typing and refactoring. 599a240
  • Make tip parameters and bubble outline stroke parameters configurable. a9eb728
  • If height is being computed dynamically for the tooltip, do so for width. Will need to do something like display: inline-block for the tooltip for this to work. 03b29de
  • Update documentation to reflect new config option. 4dea9e3
  • Refactor bubble drawing/stroking - Require bubble shape to be specified when configuring tooltip. - Convert square bubble to path from polygon. - Tighten up typing. - Change if(this.roundedBubble) logic to constructor and "strategy" pattern. 7455472
  • Refactor creation and positioning to share code. 601aa88

Differences: v0.0.1...v0.1.0

Initial release

18 Oct 19:40
Compare
Choose a tag to compare

Initial release