UNPKG

982 BMarkdownView Raw
1
20.1.5 / 2013-03-05
3==================
4
5 * add explicit Tip#message() call
6
70.1.4 / 2013-02-28
8==================
9
10 * rename .content() to .message() for inheritance bullshit
11
120.1.3 / 2013-02-28
13==================
14
15 * fix backwards positioning
16
170.1.2 / 2013-02-21
18==================
19
20 * add inherit dependency
21
220.1.1 / 2012-12-18
23==================
24
25 * fix .position(), replace class immediately
26
270.1.0 / 2012-12-03
28==================
29
30 * add absolute positioning support via .show(x, y)
31 * add Tip#cancelHideOnHover()
32
330.0.5 / 2012-08-31
34==================
35
36 * fix hiding of tip when hover back over the target
37
380.0.4 / 2012-08-22
39==================
40
41 * fix unnecessary applying of content on .show() [guille]
42
430.0.3 / 2012-08-22
44==================
45
46 * add `Tip#attach(el, [delay])`
47 * add `.value` option
48 * change `Tip#cancelHideOnHover()` to be public
49 * fix npm template.js usage
50
510.0.2 / 2012-08-22
52==================
53
54 * add `Tip#cancelHideOnHover()`