CHANGES
=======

0.2.7 - 2013-05-04
------------------

- Add suuport for Py3k.  See #55.

- Improve test coverage.  See #55.

0.2.6 - 2013-02-23
------------------

- Inherit ChosenMultipleWidget from SelectWidget.  This fixes broken readonly
  SelectWidgets.  See #49.

- Add support for css_class argument in Button constructor.  See #48.

0.2.5
-----

- Fix normalization of chosen widget values. (#40)

- Add remote source for TypeAheadInputWidget, 'source' attribute
  renamed to 'values'.  (#37)

- Fixed `sequence_item.pt` not to break in Chameleon. (#39)

0.2.4 - 2012-10-24
------------------

- Add missing requirements (jquery ui timepicker).

0.2.3 - 2012-10-18
------------------

- Add support for deform's new orderable sequence support.  See #34.

0.2.2 - 2012-06-11
------------------

- Upgraded Bootstrap to v2.0.4

- Add missing alert class to mapping template for validation errors.

0.2.1 - 2012-04-17
------------------

- Add ChosenOptGroupWidget.

0.2 - 2012-03-20
----------------

- ChosenSingleWidget and ChosenMultipleWidget; includes chosen 0.9.7 [mmariani]

- Add support for "inline" checkbox and radio choices.

- Many bugfixes.  Many thanks to dairiki.

0.1 - 2012-02-29
----------------

- Add TypeAheadInputWidget (with Selenium tests).

- Add DateTimeInputWidget (with "native" Bootstrap CSS/JS and Selenium tests).

- Ged rid of jQueryUI legacy.

- Get rid of ul/li markup legacy.

- Restructure / update documentation.

- Include latest versions of all JS/CSS resources, Bootstrap 2.0.1 LESS files
  with additional datepicker widget.

0.1a5 - 2012-02-09
------------------

- All deformdemo Selenium tests passing.

- Add sequence templates.

0.1a4 - 2012-02-09
------------------

- In ``includeme``, prepend deform search path instead of resetting
  the whole renderer.

0.1a3 - 2012-02-03
------------------

- Changes to support Bootstrap 2.0.

- Added support for Bootstrap's feature to prepend/append text to
  ``input[type=text]`` via input_prepend/input_append keyword
  arguments to ``deform.Widget`` constructor.
