Changelog
=========

1.0.1 (2014-10-29)
------------------

- removed references to ``jq`` jQuery alias
  [keul]
- fixed install step: do not try to re-introduce the old imagesLoaded plugin
  [keul]
- fixed random criteria that always show one image in some edge case
  [keul]


1.0.0 (Unreleased)
------------------

* Fixed compatibility with new Plone 4 collections [andrea]
* Added dependency to collective.js.imagesloaded [andrea]
* Added uninstall step [andrea]
* Added customizable reload timeout in portlet settings [andrea]

0.2.1 (2010-09-21)
------------------

* integrated `imagesLoaded`__ jQuery plugin [keul]
* fixed a bug (thanks to the plugin above): sometimes the image was not "faded-in" correctly [keul]
* changed custom event name to "portletRefresh" [keul]
* minor accessibility fix: click on the portlet title stop/start client images reload, if enabled [keul]
* portlet title in Plone UI was always in italian language: fixed [keul]
* template fix, now working also on different themes (and with more than two images for row) [keul]
* removed the min-width CSS style, leave this to user Plone theme [keul]

__ http://gist.github.com/268257

0.2.0 (2010-06-09)
------------------

* first public release (on pypi)
* moved portlet specific CSS inside the product [keul]
* added Javascript for client-side randomization (needed for maintain random images with Varnish)
  [keul] 
* internationalization support [keul]
* in the portlet management, added the portlet title to every portlet [keul]
* added a feature for client side random reload [keul]

0.1.0 (2010-06-09)
------------------

* initial release

