annotate js/bt/CHANGELOG.txt @ 47:cbfe386cb51b

Add a function to refresh opened libraries. The source URL of each libraries is now tracked, which allows for auto refreshing the libraries based on various events. The obvious use case is to refresh the library when an atom has been added to Scald, for example via a Popups dialog.
author Franck Deroche <defr@ows.fr>
date Mon, 15 Feb 2010 14:08:04 +0000
parents 0d557e6e73f7
children
rev   line source
eads@18 1 == 0.9.1 ==
eads@18 2
eads@18 3 * Added dynamic Ajax paths (and demo)
eads@18 4
eads@18 5 == 0.9 ==
eads@18 6 * AJAX!!!
eads@18 7 * changed jQuery.fn.bt.defaults to jQuery.bt.defaults
eads@18 8 * Changed "titleSelector" option to "contentSelector" for clarity
eads@18 9 * bgiframe plugin support (to fix z-index problems in IE6)
eads@18 10 * hoverIntent plugin support!
eads@18 11 * Added activeClass (default: "bt-active") on target elements
eads@18 12 * Added DEMO documentation
eads@18 13 * Added click-anywhere-to-close functionality
eads@18 14 * Added close-when-others-open functionality
eads@18 15 * created a changelog file :-)
eads@18 16 * lots of various bugs fixed
eads@18 17
eads@18 18
eads@18 19 == 0.7 (10/20/2008) ==
eads@18 20 * initial release