==========
Changlelog
==========

0.6 (2009-01-16)
----------------

Hopefully we're over the backward incompatible api changes. 

* added ``sortable`` option to sequence widget
* renamed the default form id back to 'form' (it temporarily got set as 'formish'). js and css might need changing in your projects..
* Added ReCAPTCHA widget and enhanced the testish self documenting site 
* big introduction page to docs

0.5.9 (2009-01-13)
------------------

* added a TextArea csv example and cleaned up fileresource handlers

BUG FIX: resizing when only with or height given was not working

0.5.8 (2009-01-12)
------------------

* added a SelectWithOther choice and enhanced unit and func test capabilities in testish

0.5.7 (2009-01-11)
------------------

BUG FIX: Fixed various problems with File uploads.

* added a default file acccessor that uses python tempfile with a 'store-' file prefix.

0.5.6 (2009-01-09)
------------------

BUG FIX: Fixed bug when using multi part widgets (e.g. Date Parts) inside a sequence. Added example test case.

* changes to handle new schemaish Invalid exception format
* added a contains-error class to container classes that do.

0.5.5 (2009-01-08)
------------------

Add a granular template rendering system (have a look at http://ish.io:8891/CustomisedFormLayout)

0.5.4 (2009-01-06)
------------------

Removed all * imports apart from those at the module level. Checked against pyflakes.

0.5.3 (2009-01-06)
------------------

!! API CHANGES !!

* dateFirst becomes date_first (on dateParts widget)
* allowClear becomes allow_clear (on fileUpload widget)
* fileHandler becomes filehandler (on fileUpload widget)
* showImagePreview becomes show_image_preview (on fileUpload widget)
* noneOption becomes none_option (on select widgets)

Cleaned up repo and fixed bad style in some method attributes and method names

* Added files recommended by pypi including license


0.5.2 (2009-01-05)
------------------

BUG FIX: Added an import except wrapper around the default mako import


0.5.1 (2009-01-05)
------------------

BUG FIX: Problem with redisplayed empty checkboxes after validation


0.5 (2009-01-05)
----------------

NOTE: First External Release
