-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
36 lines (29 loc) · 1011 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0.0.6
- Taking into account relative positioned parents
- Exporting 'tooltip' in the browser version
0.0.7
- Added example (in examples folder)
- Added List tooltip
- Allow functions on values
- Removed test coverage report
- Bugfix: scrollTop and scrollLeft fixed for IE
0.0.8
- Removed from BioJS (-biojs tag in package.json)
- Needs a "relative" positioned parent
- Included "tnt" namespace for use in browsers
0.0.9
- In tables tooltip if "value" is empty, treat the row as an inner header
0.0.10
- Make 'header' optional (not rendered if not present) in plain, list and table tooltips
- Removed the inlined "closer" png and substituted by a CSS "X"
0.0.11
- updated dependencies
0.1.0
- fill is passed the container DOM element and not the d3 selection
- bugfix: position left was not working
- css file renamed to tnt.tooltip.css
0.2.0
- starting following sermver
- Added custom container option
1.0.0
- Using d3.v5 (this version does not work with d3 v3)