-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changes
96 lines (95 loc) · 3.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
0.0.3
- Added 'on_click' method to composite features to set on_click callbacks on all the feature's display
0.0.4
- Added 'displays' method to composite features to get all the displays in order
0.0.5
- bugfix: extend_canvas was not setting the left margin correctly
0.0.6
- sequence feature moved to tnt.genome
0.0.7
- Added pin feature (+ example)
0.0.8
- Pin feature domain now adjusts the size of the pin better
- Added pin example
0.0.9
- foreground_color converts the color to rgb format automatically
0.0.10
- revert foreground_color conversion to rgb (using the string instead)
0.0.11
- added label to tracks
0.0.12
- Bugfix: track height is now passed to layout
0.0.13
- Generalized events (on) with "click", "dblclick", "mouseover" and "mouseout"
- Added optional labels to pins
0.0.14
- bugfix: d3.dispatch moved inside of the lib
0.0.15
- bugfix: avoid duplication of tracks (tracks are now removed on "start")
0.0.16
- Better labeling of pin features
- layout reworked. Allow custom layouts (and transformation)
0.0.17
- Added updater to pin feature
0.0.18
- fixed axis and location features on reload
0.0.19
- bugfix, do not set loc.to to limits.right if the region is too small
0.0.20
- Improvements in the 'reorder' method (not altering the passed array of new tracks)
0.0.21
- Fix in data.retriever.async to use promises
0.0.22
- updated tnt.utils
0.0.23
- foreground_color in pins feature expects a functor (at some point all the features will behave like this)
0.0.24
- removed console message
0.0.25
- updated version of tnt.api
0.0.26
- updated dependencies
0.0.27
- fixed line definition in area feature
0.0.28
- data updater is now pass the track as 'this' (instead of the updater itself)
0.0.29
- added spinner to the async data retriever
0.0.30
- bugfix: spinner not always attached
0.1.0
- renamed built css file (now tnt.board.css)
- api: "move_right" / "move_left" renamed "scroll"
- api: "reorder" removed, "tracks" now reorders tracks
- api: Track ids are not settable (and "find_track" method added to board)
- api: Simplification of the "right" method: can't be async anymore
- api: Simplified data object / interface
- bugfix : fixed problem with width changes
- api: methods renamed: left => min; right => max; background_color => color; foreground_color => color
- x-scale is now a config method in display + simplified track update
- bugfix: don't fire click on mouseovers etc
- tnt.tooltip has been removed from the bundle
0.1.1
- methods renamed: guider => fixed, mover => move, move => mover, updater => distribute
0.1.2
- update deps to tnt.api: 0.1.0 and tnt.utils: 0.1.0
0.1.3
- in package.json added min version
0.1.4
- updated lib included
0.1.5
- biojs keyword and snippets added
0.1.6
- Fixed biojs examples config
0.1.7
- bugfix: removed features on resize (thanks Maciej Korzepa)
0.1.8
- bugfix: avoid duplications after resetting features
0.1.9
- pin feature color is now the same color of the feature
0.1.10
- css cleanup and improvement
0.1.11
- removed crispEdges in css
0.1.12
- bugfix: tnt_data was not defined in data.js