doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
45 lines (37 loc) • 3.06 kB
Markdown
### Change Log
__1.0.1__
- fix: [Force hover leave on new mouseenter](https://github.com/bitovi/jquerypp/pull/65)
- fix: [Removing the element being hovered prevents all future hoverenter](https://github.com/bitovi/jquerypp/issues/64)
- fix: [hover.leave != 0 prevents hover of next element with same selecto](https://github.com/bitovi/jquerypp/issues/63)
- fix: [Changing jQuery references to local $](https://github.com/bitovi/jquerypp/pull/71)
- fix: [Breaks in jQuery.noConflict(true) Scenario](https://github.com/bitovi/jquerypp/issues/67)
- fix: [Can't download drag.limit, drag.step, and drag.scroll from downloader on website](https://github.com/bitovi/jquerypp/pull/66)
- feature: [jQuery 1.9.x support](https://github.com/bitovi/jquerypp/commit/692ed50a7b43fb2c6bfb9d89c5e0505ddcbd6595)
- feature: Added to the new [jQuery plugin repository](http://plugins.jquery.com/jquerypp)
__1.0.0__
- feature: jQuery 1.8.0+ compatibility
- feature: [dragcleanup event](https://github.com/jupiterjs/jquerypp/pull/43)
- feature: [Reverse and move event](https://github.com/jupiterjs/jquerypp/issues/25)
- fix: [pass through scrollTop in animate](https://github.com/jupiterjs/jquerypp/pull/40)
- fix: [Fastfix: Original can be undefined](https://github.com/jupiterjs/jquerypp/pull/45)
- fix: [Animate Scroll not working](https://github.com/jupiterjs/jquerypp/issues/35)
- fix: [.stop() does not stop callbacks from being executed](https://github.com/jupiterjs/jquerypp/issues/28)
- fix: [jQuery.event.swipe.max isn't actually being used](https://github.com/jupiterjs/jquerypp/issues/33)
- fix: [Range triggers error on IE8](https://github.com/jupiterjs/jquerypp/issues/39)
- fix: [[FormParams] convertValue function: Null value to undefined (Internet Explorer Fix)](https://github.com/jupiterjs/jquerypp/pull/51)
- fix: [HoverInit delay 0 does not trigger hoverenter if immediately moused out](https://github.com/bitovi/jquerypp/issues/57)
__1.0 Beta 2__
- feature: [Key mapping tool for jQuery.event.key for international characters](https://github.com/jupiterjs/jquerypp/issues/16)
- fix: [jQuery.formParams converts disabled fields](https://github.com/jupiterjs/jquerypp/issues/24)
- fix: [jQuery.animate supports all parameters](https://github.com/jupiterjs/jquerypp/issues/22)
- fix: [jQuery.animate .stop() doesn't work](https://github.com/jupiterjs/jquerypp/issues/19)
- fix: [Bug with duplicate sub keys](https://github.com/jupiterjs/jquerypp/issues/17)
- fix: [Security error in jQuery.animate](https://github.com/jupiterjs/jquerypp/issues/5)
- change: [jQuery.event.drag supports touch events](https://github.com/jupiterjs/jquerypp/issues/23)
- change: [Added width property to jQuery.selection](https://github.com/jupiterjs/jquerypp/pull/11)
- *jquerypp.com*
- jsFiddle examples for [cookie](#cookie), [compare](#compare), [range](#range), [styles](#styles) and [key](#key)
- Links to annotated sources ([e.g. jQuery.animate](http://donejs.com/jquery/docs/jquery.animate.html))
- Changelog and list of heroes section
__1.0 Beta__
- Released!