Changelog
=========


1.3.6 (2013-05-06)
------------------

- fix new style collections querying [ableeb]

- small fix so it works on Plone 4.3  [espenmn]


1.3.5 (2013-03-05)
------------------

- fix upgrade step
  [vangheem]


1.3.4 (2013-02-25)
------------------

- fix borked previous release
  [vangheem]


1.3.3 (2013-02-25)
------------------

- be able to upgrade to use with new collection type
  [vangheem]

- fix install if new collection type is not present
  [vangheem]


1.3.2 (2013-02-06)
------------------

- look at parent object if context is not anonatable.
  this will fix plone.app.event sub events breaking.
  [vangheem] 

1.3.1 (2013-02-05)
------------------

- fix import if plone.app.collection is not installed
  [vangheem]

1.3.0 (2013-02-02)
------------------

- support new style collections with sliderview
  [ableeb]

1.2.0 (2013-01-16)
------------------

- be consistent with Anysurfer
  XXX HTML markup has changed slightly so please
  test any style customizations when upgrading.
  [smoussiaux]

1.1.1 (2012-10-20)
------------------

- add zcml include to fix startup issues in some
  Plone 4.2 setups.
  [zopyx]

1.1 (2012-09-19)
----------------

- Add global configuration
  [zombified]


1.0 (2012-04-25)
----------------

- allow original scale for slider view
  [vangheem]

- add pause on hover option
  [espen]]


0.8.1b1 (2012-02-16)
--------------------

- Add randomize feature
  [vangheem]

- allow drag n drop reordering of slides
  [vangheem]


0.8.0b2 (2012-02-15)
--------------------

- Ensure that users with the Site Administrator role can edit slider settings
  under Plone 4.1+.
  [davidjb]
- Fix failing test under Plone 3.
  [davidjb]
- Remove bottom border for navigation bullets under <= IE6.
  [davidjb]
- Allow active navigation bullets to change on slide transition under new
  *Navigation Bullets* layout.
  [davidjb]
- Added a new layout with bullets.
  [espenmn]
- Ensure slider JS selects only ``li`` elements that are slides. This fixes
  transition problems when lists are within slides.
  [davidjb]
- Fix IE 5/6 display issue with slider container showing overflow.
  [davidjb]
- Return an error if the user's attempt to move/remove a slide fails.
  This prevents unnecessary AJAX calls from the client to reload slides.
  [davidjb]
- Prevent index out of range error when attempting to move a slide down
  if that slide is already at the end.
  [davidjb]
- Simplify CSS for settings page as existing slider styles are now applicable.
  [davidjb]
- Change slider settings page to ensure that ``li`` slide elements are
  correctly wrapped in a ``ul`` by mimicking actual slider structures.  This
  fixes settings page issues under IE 6 and 7 by ensuring the page produces
  valid list markup.
  [davidjb]
- Add CSS class selectors for slider and slider containers rather than just
  ID-based selectors. This allows multiple slider structures on the same page
  (eg the settings page). Slider display templates continue to use ID-based
  structures.
  [davidjb]
- Style ``li`` elements on the Slider Settings page using specific class to
  avoid affecting lists within slides.
  [davidjb]
- Ensure ``ul`` elements within slides don't get styled by default.
  [davidjb]


0.8.0b1 ~ 2011-11-20
--------------------

- Add 'Crossfade' effect to the slider. This option transitions slides into
  each other with a crossfading effect, which contrasts with the standard
  fade which fades out a slide before fading the next one in. Customise the
  relevant CSS if you need custom z-indexes.
  [davidjb]

- Prevent big arrow buttons from having a bottom border. This prevents a
  conflict with the default Sunburst theme in Plone 4.1+.
  [davidjb]

0.7.4 ~ 2011-10-05
------------------

- add portal transform to transform resolveuid/uid links to path links.
  [thor27]


0.7.3 ~ 2011-10-05
------------------

- add js events.
  [vangheem]

- handle objects that do not have a UID(plone site root).
  [vangheem]


0.7.2 ~ July 28, 2011
---------------------

- final release
  [vangheem]
  

0.7.2a1 ~ July 22, 2011
-----------------------

- More fixes for transitions on skipped slides--make it seemless.
  [vangheem]
  
- Allow to restart playing the slider after user interaction via configuration.
  [vangheem]


0.7.1a2 ~ July 21, 2011
-----------------------

- fixed auto transitions and numbering for skipped
  navigation buttons.
  [vangheem]
  

0.7.1a1 ~ July 19, 2011
-----------------------

- continuous slide now no longer has "rewind" effect.
  [vangheem]
  
- allow some customization of what numbers show up 
  for Navigation buttons.
  [vangheem]
  
- implement locking behavior on transitions to help 
  keep transitions and buttons clicks seem a little more
  controllable
  [vangheem]


0.7.0a1 ~ July 17, 2011
-----------------------

- add ability to have different transition and pause speeds
  for even and odd slides.
  [vangheem]
  

0.6.2rc1 ~ July 8, 2011
-----------------------

- retrieve image sizes from plone.app.imaging settings
  [espen]


0.6.2b1 ~ July 7, 2011
----------------------

- make slider work with multiple on one page
  [vangheem]

0.6.1 ~ July 6, 2011
--------------------

- reference css and js from root
  [vangheem]
  

0.6.0 ~ July 6, 2011
--------------------

- Fix tests base
  [toutpt]

- Add french translations and improve localization
  [toutpt]
  
- add ability to render the sliderview inline and with easytemplate
  [vangheem]
  

0.5.4 ~ February 20, 2011
-------------------------

- Fixed automatic transition not turning off when using
  the fade effect. Fixes http://plone.org/products/collective.easyslider/issues/18
  [vangheem]
  
- fixed slider view only showing last slide. Fixes http://plone.org/products/collective.easyslider/issues/16
  [vangheem]
  
- provide ability to choose the image scale used for image and news item collection
  slider views. Implements http://plone.org/products/collective.easyslider/issues/2
  [vangheem]
  

0.5.3 ~ February 14, 2011
-------------------------

- on uninstall method, check that they are not reinstalling
  the product. Otherwise, it will wipe all sliders..
  [vangheem]

0.5.2 ~ January 8, 2011
-----------------------

- Add old style uninstall method so 
  the uninstall profile is automatically called.
  [vangheem]

0.5.1 ~ January 7, 2011
-----------------------

- fixed css_slot in slider view. Closes http://plone.org/products/collective.easyslider/issues/11
  [vangheem]


0.5.0 ~ January 7, 2011
-----------------------

- Fix some settings not working
  [vangheem]

- add ability to render slider inline in page templates or
  in an Easy Template. See Documentation.
  [vangheem]


0.4.1 ~ January 7, 2011 
-----------------------

- fix slider not being able to be customized TTW in Plone 4
  without an error
  [vangheem]

0.4.0 ~ January 6, 2011
-----------------------

* add integration with collective.easytemplate. You can now
  easy create dynamic content in slides as you enable it in
  the slide settings.


0.3.2 ~ August 28, 2010
-----------------------

* Fix plone 4 compatibility with interface
  fixes http://plone.org/products/collective.easyslider/issues/9

* no longer set width and height in js
  fixes http://plone.org/products/collective.easyslider/issues/7


0.3.1 ~ May 14, 2010
--------------------

* don't use SESSION to store the index since a user
  could potentially abuse this...
  [vangheem]


0.3 ~ May 13, 2010
------------------

* remove getSite call from upgrade step as it's unneeded anyways.
  [vangheem]

* no longer open edit slide in light box thing by tranversing a transient
  object--now works with any editor(TinyMCE) fixes http://plone.org/products/collective.easyslider/issues/1
  [vangheem]
  

0.3rc4 ~ April 4, 2010
----------------------

* fixed problem where annotations settings were getting
  set from the previous slides since the default values
  were getting changed. fixes http://plone.org/products/collective.easyslider/issues/4
  [vangheem]

* added type='text/css' to style tags
  [vangheem]
  

0.3rc3 ~ April 16, 2010
-----------------------

* set z-index to 1 on slide-over class since it messes with live search.
  fixes http://plone.org/products/collective.easyslider/issues/3
  [vangheem]

* added pause/play button ability for navigation buttons.
  [vangheem]
  
* adds fading navigation functionality 
  [vangheem]
  

0.3rc2
------
* added ability for different slide effects
* removed Zope2 style install and uninstall
* added slider portlet
* added no buttons option for navigation type

0.3rc1
------
* added small buttons option for a navigation type

0.3b4
-----
* fixed bug where if a content item had a slider page in it's acquisition chain it would throw an error.

0.3b3.1
-------
* quick fix for uninstall problem...  should have tested it better!

0.3b3
-----
* fixed link issues for images

0.3b2
-----
* made some fixes to go to button implementation.
* added centering attribute
* can now choose to show the large left right buttons or the go to buttons.

0.3b1.1
-------
* moved to easySlider 1.5
* added auto, pause and continuous options
* added sliderview to Folder and Collection types
* added go to buttons and options for slider

0.2b1
-----
* better test support
* better design of settings page
* changed some descriptions
* reorganized some code
* confirmation to remove slide

0.2a1
-----
* Everything ready to go
* no vast browser testing
* no code testing yet either
