- Added 'stemOff' option to correct stem positioning when a large browser-radius is used (cross browser solution, thanks Jason Day).
- Correctly unbind HTML click event on miniTip hide.
- Better organized codebase with /src folder and split the changelog into its own file.
- Dynamically position arrow when large border-radius is used.
- Switched to UglifyJS for minified version.
- Fixed issue that added multiple click events to the html element.
- Call the hide custom function on the correct tooltip when multiple miniTips are used on the same page.
- Fix image map compatibility for Firefox and Opera.
- Allow show() callback to access options and element context for dynamically overriding content (Wolfram Arnold).
- Enabled better clickhandling with multiple miniTips (thanks Denis Krienbühl).
- Added a render callback which is called when the element is shown (thanks Denis Krienbühl).
- Changes manual hide function from
$('#id').miniTip({hide: true}); to $ ('#id').miniTip({doHide: true}); to fix compatibility.
- Added function to manually hide tooltip by calling $('#id').miniTip({hide: true});
- A few bug fixes associated with the corners feature in 1.4.0.
- Fixed issue with tooltips going off the screen by adding automated support for anchors on the corners of the tooltips.
- Fixed issue with blank tooltips showing on elements with no content or title specified.
- Fixed mixing of spaces and tabs in miniTip.css.
- Improvement to fix in 1.3.1.
- Click behavior now works correctly when html is used within tooltip.
- Added support for image maps. miniTip will detect and center itself in area.
- maxW option now works as expected.
- Fixed odd behavior when showing new tooltip when previous was still fading out.
- Fixed bug that caused tooltips to randomly hide when long delays were used.
- Fixed a bug that prevented a second tooltip from showing when the previous had aHide = false.
- Cleaned and condensed code.
- Fixed bug that caused multiple tooltips on the same page to all be the same size.
- Automatic repositioning of the tooltip anchor point now works correctly on page scroll.
- Bug fixed that caused odd behavior when the anchor was flush to the right of the screen.
- Correctly declare aTop variable.
- Improved commenting on CSS file.
- Added fix for z-index issues in select cases.
- Initial release.