Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Releases: caged/d3-tip

Fix for getScreenBox

10 May 18:50
Compare
Choose a tag to compare

Release that includes fixes to getScreenBox. Fixes #230.

ES6 modularization and updated d3 depdencies

01 May 16:35
Compare
Choose a tag to compare

This release updates d3-tip to use import/export while also updating the library to use Rollup with smaller, more focused d3 packages.

d3 3.5.5 support

06 May 16:19
Compare
Choose a tag to compare
  • Update d3 to 3.5.5
  • Add tip.destroy() to remove the DOM element

CommonJS support

21 Oct 15:28
Compare
Choose a tag to compare
Merge pull request #83 from Caged/commonjs

Add commonjs support

v0.6.5

30 Sep 15:47
Compare
Choose a tag to compare

Updated to d3 3.4

Fixes scroll offsets

18 Mar 16:57
Compare
Choose a tag to compare

See this fiddle for an example of the fix working.

Explicit targets

14 Dec 04:53
Compare
Choose a tag to compare
  • Ability to specify explicit targets
tip.show(data, target)

Fix offsets

29 Oct 22:46
Compare
Choose a tag to compare

Fixes offsets in Safari and Firefox. It also corrects tooltip position in the iPad.

Fix element overlap

01 Oct 16:39
Compare
Choose a tag to compare
  • use pointer-events instead of pointerEvents which was preventing the property from being set and blocking interaction on overlapped nodes.
  • Remove minified version. It was always out of sync.
  • Simplify project structure. Can now be included in sprockets projects with a simple #= require d3-tip.

v0.6.0 - Support for CSS transitions

19 Sep 18:26
Compare
Choose a tag to compare
  • Support for CSS transitions.

You can find an example at examples/css-transitions.html