Changelog
=========


3.0
---

3.0b1 (2012-03-05)
  [mathias.leimgruber]

* Add image-download-link to lightbox
  [22.12.2011, eschmutz]

* Add new arrowimages
  [22.12.2011, eschmutz]

* Plone 4.1 compatibility: Use _ instead of - as ID sepereator.
  [03.08.2011, jbaumann]

* Plone 4.1 uuid4 support for blocks
  [03.08.2011, jbaumann]

* Fix selector in delete action using prepOverlay.
  It will no longer reload the hole page.
  [12.05.2011, mathias.leimgruber]

* #486 Simplelayout ImageOverlay verbessern
  Added grafics in german
  [06.05.2011, elio.schmutz]

* #486 Simplelayout ImageOverlay verbessern
  Added Lightbox 0.5 (browser/resources/jquery_lightbox)
  http://leandrovieira.com/projects/jquery/lightbox/
  [05.05.2011, elio.schmutz]

* Remove padding by js on the very right image (float).
  [05.05.2011, mathias.leimgruber]

* Moved prepOverlay for images in a new JS file (permission Problem)
  [21.01.2011, mathias.leimgruber]

* use prepOverlay to show images instead of greybox
  [04.10.2010, mathias.leimgruber]

* Updated select_default_page.cpt patch to plone 4
  [30.09.2010, mathias.leimgruber]

* Javascript: added 'toggle-edit-mode' jQuery event
  [07.09.2010, jbaumann]

* removed dependecies for jquery
  [09.07.2010, mathias.leimgruber]

* removed old plone globals, use now portal_state
  [12.07.2010, mathias.leimgruber]

* make views work with plone4
  [12.07.2010, mathias.leimgruber]


2.0.2
---------------
* blocks are not longer available as startpage [mathias.leimgruber]
* initialize empty slots and give them a height, for easier
  drag'n'drop [mathias.leimgruber]


2.0.1
---------------
* removed expose function, cause of IE problems [mathias.leimgruber]
* remove edit-mode cookie when user clicks on "view"
  or "preview". [mathias.leimgruber]


2.0
---------------
* read out viewname an pass it to the render method,
  for more infos check README of simplelayout.base.
  [mathias.leimgruber]
* fix zindex confilct with expose [mathias.leimgruber]
* fix actionsloaded triggering [victor.baumann]

2.0rc2
---------------
* moved JS toggleEditMode funtion from simplelayout.base to this
  package [mathias.leimgruber]
* use cookie to store the edit-mode state [mathias.leimgruber]
* use collective.js.jquery [mathias.leimgruber]
* use plone.app.jquerytools [mathias.leimgruber]

2.0rc1
----------------
* JS-fix: load controls on pages without any blocks, faild if there
  were more than one simplelayout container. [mathias.leimgruber]


2.0b4
----------------
* compress, merged and cache js. [mathias.leimgruber]


2.0b3
----------------
* replace jsonlib with z3c.json, avoid ucs4 error in some cases[mathias.leimgruber]


2.0b2
----------------

* Bugfix: bind toggleeditmode event only to the first matching
  simplelayout-content class, this is important for
  simplelayout.portlet.dropzone package [mathias.leimgruber]
* define ajaxManager globaly in this package [mathias.leimgruber]



2.0b1
----------------
* Bug Fixes
* includes newest jquery v1.3.2

1.0
----------------
* Initial release
* shipps all important ui functions
    - change block layout
    - delete block action with modale window
    - more...
* includes newest jquery v1.3.0
* includes jquery theme "silver"

