Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for tipsy


tipsy 0.1.7

Bugfix - 0.1.6 was broken. Sorry.

tipsy 0.1.6

* Fixed IE compatibility
* Added option for tooltip content to be HTML
* Added autoWE counterpart of autoNS (contributed by Tolga Kaprol)

tipsy 0.1.5

Bugfix release

tipsy 0.1.4

* Tooltip text is now recomputed on every hover event - tooltip can be modified simply by setting title attribute

tipsy 0.1.3

0.1.3 released after a period of dormancy, here's a quick changelog:

  • gravity can be set dynamically via callback function
  • tooltip text can be sourced from arbitrary attribute, or callback function
  • fallback text can be provided for any element lacking tooltip text
  • element's original value for title attribute is stashed in original-title attribute
  • CSS rounded corners for webkit/mozilla

tipsy 0.1.3

0.1.3 released after a period of dormancy, here's a quick changelog:

  • gravity can be set dynamically via callback function
  • tooltip text can be sourced from arbitrary attribute, or callback function
  • fallback text can be provided for any element lacking tooltip text
  • element's original value for title attribute is stashed in original-title attribute

tipsy 0.1.2

Version 0.1.1 fixes the following issues:

  • Rapidly hovering over multiple tooltip-enabled anchors could cause tooltips to become "stuck". This effect is more noticeable in fade mode
  • z-index bump added to ensure tooltips appear above other elements

tipsy 0.1.1

Version 0.1.1 fixes the following issues:

  • Rapidly hovering over multiple tooltip-enabled anchors could cause tooltips to become "stuck". This effect is more noticeable in fade mode
  • z-index bump added to ensure tooltips appear above other elements

tipsy 0.1.1

Fixed links in documentation

tipsy 0.1.0

Initial release