CHANGES
=======

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.
