## version 2.4.1 (December 16, 2025)

- updates required by [latest versions of SASS](https://sass-lang.com/documentation/breaking-changes/if-function/)

## version 2.4.0 (January 31, 2025)

- updates required by latest versions of SASS which is moving away from global functions

## version 2.3.2 (May 14, 2024)

- minor maintenance release

## version 2.3.1 (April 21, 2024)

- minor maintenance release

## version 2.3.0 (January 21, 2023)

- fixed a long standing issue where wrapping would occur for no apparent reason, mostly happening for tooltips with short messages

## version 2.2.0 (November 12, 2021)

- bind focus events to the parent element to get the tooltip to open and close when using the `TAB` key, making the tooltips more accessible; see [#40](https://github.com/stefangabos/Zebra_Tooltips/pull/40); thank you [Amogh Kulkarni](https://github.com/xmlns)!
- added support for jQuery in noConflict mode; see [#18](https://github.com/stefangabos/Zebra_Tooltips/pull/18); thanks [Caprico85](https://github.com/Caprico85)!
## version 2.1.1 (July 19, 2020)

- added SASS files to `dist` folder

## version 2.1.0 (April 21, 2019)

- fixed bug [#15](https://github.com/stefangabos/Zebra_Tooltips/issues/15) where multiple tooltips would all use the same content; thanks [@Kotsuha](https://github.com/Kotsuha)!
- fixed [#16](https://github.com/stefangabos/Zebra_Tooltips/issues/16) where the options passed to the constructor were not being applied anymore, since the previous commit; thanks [Gianluca Finocchiaro](https://github.com/gfinocchiaro)!

## version 2.0.5 (August 07, 2018)

- forgot to update version number...

## version 2.0.4 (August 07, 2018)

- reduced CSS size by using [Clean CSS](https://www.npmjs.com/package/clean-css) (previously I somehow committed the old versions...)

## version 2.0.3 (August 07, 2018)

- reduced CSS size by using [Clean CSS](https://www.npmjs.com/package/clean-css)
- improved examples

## version 2.0.2 (July 09, 2018)

- added version number as a public property - useful to find out the version number even if all you have is the minified source code
- properties can now also be set through data attributes

## version 2.0.0 (July 07, 2018)

- removed the `background-color` and `color` properties
- using `&times;` for the close button instead of `x`
- renamed property `default_position` to `vertical_alignment`
- if the callback functions attached to the `onBeforeShow` and `onBeforeHide` events return boolean FALSE, the respective actions will be cancelled
- the tooltip's style has been updated and 3 more themes have been added

## version 1.3.1 (May 30, 2017)

- some style updates
- figured out how to update the npm package
- files required in the build process are not included anymore when installing via npm nor when downloading from GitHub

## version 1.2.5 (May 18, 2017)

- the plugin is now available as a [npm package](https://www.npmjs.com/package/zebra_tooltips)
- new folder structure
- ported CSS to SASS
- minor source code tweaks
- the home of the library is now exclusively on GitHub

## version 1.2.4 (January 20, 2016)

- better integration with [Bower](http://bower.io/)

## version 1.2.3 (January 16, 2016)

- fixed issues with bower.json file
- added "use strict"
- enabled JSHint in package.json

## version 1.2.2 (January 15, 2016)

- the "title" attribute is not removed anymore
- updated jQuery to 1.12.0 in examples
- added [Grunt](http://gruntjs.com/) integration for automating [JSHint](https://github.com/gruntjs/grunt-contrib-jshint) &amp; [Uglify](https://github.com/gruntjs/grunt-contrib-uglify) processes</li- the library is now available as a [Bower](http://bower.io/) package

## version 1.2.1 (November 25, 2013)

- fixed a bug where the "show" and "hide" methods were not accepting a jQuery selector as per documentation, but a single element; thanks to **Martin** for reporting
- fixed a bug with the "content" property, where its value was not used unless the "title" attribute was also set on the element the tooltip was attached to; thanks to **Phill** for reporting
- added a new "default_position" property useful if you want the tooltips to be positioned, by default, below the elements they are attached to and above only if there isn't enough space below; before, tooltips were shown by default above the elements they were attached tand below only if there wasn't enough above; thanks to **Sebastian Popa** for suggesting

## version 1.2.0 (October 18, 2013)

- tooltip content can now also be set via the "zebra-tooltip" data attribute
- tooltips are not shown anymore if the title or the data attribute is empty
- all the callback functions now receive as second argument the tooltip element, allowing for on-the-fly customization;</li- minor code tweaks as suggested by [JSHint](http://www.jshint.com/)

## version 1.1.0 (April 28, 2013)

- a new property was added: "vertical_offset" which sets how close (in pixels) should the tip of the tooltip's arrow be relative to the parent element; thanks **Jason Lewis**
- tooltip's width can now be set when initializing the plugin
- fixed a bug where the tooltip was not having an animation the first time it was shown but only on subsequent appearances
- fixed a bug with the arrow's container element, even though invisible, was larger than needed
- fixed a bug which broke the tooltip's animation if, during it's lifetime, a tooltip was shown above/below an element and then, because of scrolling or resizing, the tooltip had to be shown below/above the element
- fixed some positioning bugs when resizing the window or having scrollbars
- some optimizations and changes in the stylesheet file
- the project is now also available on [GitHub](https://github.com/stefangabos/Zebra_Tooltips)

## version 1.0.1 (May 11, 2012)

- fixed a bug where in Internet Explorer 9 the arrow was sometimes not visible; thanks to **Manfred** and **tolpi**

## version 1.0 (January 02, 2012)

- initial release
