-
Notifications
You must be signed in to change notification settings - Fork 137
/
CHANGELOG.yml
170 lines (170 loc) · 7.71 KB
/
CHANGELOG.yml
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
v1.4.0:
date: TBA
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.3.2...master
description: TBA
changes:
- section: Features & Improvements
changes:
- Added support for jQuery version 4.
v1.3.2:
date: 2022-03-06
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.3.1...v1.3.2
description: Maintenance release with a couple of bug fixes
changes:
- section: Bug Fixes
changes:
- Fixed mouse close event being set when mouseOnToPopup is enabled but closeEvents option doesn't include mouseleave.
- Fixed performance regression when setting up a very large number of tooltips with repeated powerTip() calls.
v1.3.1:
date: 2018-04-15
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.3.0...v1.3.1
description: Minor bug fixing release with a couple functionality improvements
changes:
- section: Features & Improvements
changes:
- Mouse-follow tooltips will now fall back to static placement when opened via a non-mouse event.
- CSS border color for tooltip arrows are now set to inherit, making it easier to override colors.
- section: Bug Fixes
changes:
- Apply popupClass before tooltip positioning.
- Fixed non-functional tooltips on even number repeated powerTip() calls on the same element(s).
- Fixed issue with non-mouse events tracking invalid coordinates on Firefox with jQuery 3.
- Fixed destroy() API method not cleaning up a currently open tooltip.
- Fixed mouse follow tooltip placement when corner trapped on a horizontally scrolled page.
- Fixed CSS arrows not rendering on Internet Explorer 8.
v1.3.0:
date: 2017-01-15
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.2.0...v1.3.0
description: API enhancements, new options, and several bug fixes
changes:
- section: Features & Improvements
changes:
- Added openEvents and closeEvents options.
- Added popupClass option for custom tooltip classes.
- Added CommonJS/Browserify support.
- section: API
changes:
- The destroy() API method elements argument is now optional. When omitted all instances will be destroyed.
- Added toggle() method to the API.
- section: Bug Fixes
changes:
- The closeDelay timer is now correctly shared between all tooltips.
- Browser dimensions cache is now initialized as soon as PowerTip loads.
- Fixed queuing issue when the API hide() method is called immediately after show().
- Fixed error when an element with an open tooltip is deleted.
- The mouseOnToPopup option will now be ignored (forced false) when the manual option is enabled.
- Fixed possible repeated event hooks when mouseOnToPopup is enabled.
- Fixed mouseOnToPopup events being applied to other instances where manual is enabled.
- Fixed old placement classes remaining on tip element when using reposition API and smart placement.
- section: Miscellaneous
changes:
- Fixed script url in the examples HTML file incuded in the release.
- Documented the caching quirks for changing tooltip content.
- PowerTip is now officially available on npm (as "jquery-powertip").
v1.2.0:
date: 2013-04-03
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.1.0...v1.2.0
description: Major release with lots of improvements and a significant code rewrite
changes:
- section: Features & Improvements
changes:
- Mouse-follow tooltips will now flip out of the way if they become trapped in the bottom-right corner.
- Escape key will now close tooltip for selected element.
- Added support for elastic tooltips.
- Added manual option to disable the built-in event listeners.
- Added nw-alt, ne-alt, sw-alt, and se-alt placement options.
- Added support for SVG elements.
- PowerTip will now use right position for right aligned tooltips, and bottom position for nothern tooltips.
- Data attributes powertip and powertipjq now accept a function.
- powerTip() will now overwrite any previous powerTip() calls on an element.
- Added support for AMD loading of PowerTip.
- section: API
changes:
- Added show() and hide() methods to the API.
- Added reposition() method to the API.
- Added destroy() method to the API.
- You can now pass API method names as strings to the powerTip() function.
- showTip and hideTip API methods are now deprecated in favor of the new show and hide API methods (but they will continue to work until 2.0).
- section: CSS
changes:
- Added 8 new tooltip CSS themes.
- Changed default z-index in CSS themes to int max.
- Added RGB color fallbacks for tooltip arrows (meaning arrows arrows now work in IE8).
- section: Bug Fixes
changes:
- Fixed bug that would cause the CSS position to be updated even when the tooltip is closed.
- Fixed issue that could cause tooltips to close prematurely during the closeDelay period.
- section: Miscellaneous
changes:
- Project now has a fully automated build process.
- Added a complete test suite and hooked up Travis CI.
- Significant rewrite of the code.
v1.1.0:
date: 2012-08-08
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.0.4...v1.1.0
description: Major release with several significant improvements
changes:
- section: Features & Improvements
changes:
- Added smart placement feature.
- Added custom events.
- Added support for keyboard navigation.
- Added support for jsFiddle.
- section: API
changes:
- Added API with showTip() and closeTip() methods.
- section: Bug Fixes
changes:
- Fixed mouse-follow constraint
v1.0.4:
date: 2012-07-31
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.0.3...v1.0.4
description: Minor release to address issues with IE8
changes:
- section: CSS
changes:
- Added RBG background color fallback for browsers that do not support RGBA.
- section: Bug Fixes
changes:
- Fixed positioning problems with Internet Explorer 8.
v1.0.3:
date: 2012-07-31
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.0.2...v1.0.3
description: Minor release to address a couple issues
changes:
- section: Features & Improvements
changes:
- Added mouse position tracking to scroll events.
- section: Bug Fixes
changes:
- Fixed rare issue that would make fixed placement tooltips follow the mouse.
v1.0.2:
date: 2012-07-26
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.0.1...v1.0.2
description: Minor release to make a couple small improvements and bug fixes
changes:
- section: Features & Improvements
changes:
- Added placement class to tooltip element.
- Added CSS arrows to tooltips.
- Add nw, ne, sw, and sw placement options.
- Changed default closeDelay to 100ms.
- Changed default fadeOutTime to 100ms.
- Changed default placement to north.
- section: Bug Fixes
changes:
- Fixed error when there is no tooltip content.
- Fixed rare error when moused entered a tooltip during its fadeOut cycle.
v1.0.1:
date: 2012-07-11
diff: https://github.com/stevenbenner/jquery-powertip/compare/v1.0.0...v1.0.1
description: Minor release to fix a tip tracking issue
changes:
- section: Bug Fixes
changes:
- Fixed rare issue that caused tooltips to become desynced.
v1.0.0:
date: 2012-07-01
description: Initial public release
changes:
- section: Initial public release