Changelog
=========


2.3.0 (2015-09-30)
------------------

- Add translations for play, pause, next and previous buttons.
  [Kevin Bieri, jone]

- Add slick_config field to container schema
  [elioschmutz]

- Add css class if pane has text
  [elioschmutz]

- Initialize sliderpanes on pageload
  [elioschmutz]

- Use UID-based scaling urls in order to have caching.
  [jone]

- Mark image field as primary field.
  [jone]

- Fix plonetheme.onegov integration.
  [mbaechtold]

- Refactor SCSS registration.
  [Kevin Bieri]

- Fix initialisation error for slider in IE10
  [Kevin Bieri]

- Link the slider pane to an external url.
  [mbaechtold]

- Implement play and pause button.
  [Kevin Bieri]

- Use DOM exposed configuration for slider initialisation.
  [Kevin Bieri]

- Extend configuration for play and pause functionality.
  [Kevin Bieri]

- Don't hide the slick arrows.
  [mbaechtold]

- Add Plone 4.3.5 support.
  [jone]


2.2.0 (2015-05-18)
------------------

- Disable slider dots.
  [Kevin Bieri]

- Update slick.js to 1.5.5
  [Kevin Bieri]


2.1.4 (2015-02-24)
------------------

- Fix invalid html structure (replace h2 with p tag).
  [kevin.bieri]


2.1.3 (2014-10-23)
------------------

- Fix loading ajax-loader.gif in production mode.
  [mathias.leimgruber]

- Fixed ie9 slider buttons (appended z-index to bring the button to the foreground)


2.1.2 (2014-09-30)
------------------

- Install plone.formwidget.contenttree - if not yet installed.
  [mathias.leimgruber]


2.1.1 (2014-08-15)
------------------

- Added sass styles for plonetheme.onegov.
  [Julian Infanger]


2.1.0 (2014-07-16)
------------------

- Added slider block view for listingblock.
  Only is registered if ftw.contentpage is installed.
  [Julian Infanger]

- Added missing upgradestep to use slick resources.
  [Julian Infanger]


2.0.0 (2014-06-25)
------------------

- Use slick for slider.
  This requires Plone 4.3!
  https://github.com/kenwheeler/slick
  This supports swipe on iphone, fade effect, ...
  [Julian Infanger]

- Cleaned up pep8 violations.
  [Julian Infanger]


1.2.0 (2014-03-13)
------------------

- Get the parents slider if you are on a default page.
  If the context is a page which is set as default layout page, try to
  get the parents slider container to display.
  [Julian Infanger]

- Package adjustments
  - Remove ftw.slider.Container from navigation
  - Remove ftw.slider.Container and ftw.slider.Pane from searchable types
  [elio.schmutz]

- Added support for plone.app.multilingual.
  [Julian Infanger]

- Only enable slider behaviour if there are at least two panes.
  Otherwise display the single slider pane without the slider controls.
  [Julian Infanger]

- Do no use RelationChoice (z3c.relationfield) if you don't use Relations.
  I guess we should use plone.app.relationfield.
  The old implementation did not make any sense. Storing string value in a
  RelationField.
  [mathias.leimgruber]


1.1.0 (2013-12-13)
------------------

- Do not display the slider, if there are no images.
  This caused a javascript error.
  [Julian Infanger]

- Add a simple description how to use ftw.slider into README.
  [Julian Infanger]

- Added a link field to link the whole pane.
  [Julian Infanger]

- Show title in slider pane if there is text to display.
  [Julian Infanger]


1.0.0 (2013-09-24)
------------------

- Initial version.
