------------------
- Added accordions to MappingWidget:
https://deformdemo.pylonsproject.org/mapping_accordion/
- Added CSS class ``deform-form-buttons`` to style form button group:
https://github.com/Pylons/deform/pull/308
- Add more options to ``TextAreaCSVWidget``:
https://github.com/Pylons/deform/pull/309
- Always render an item with a default CSS class:
https://github.com/Pylons/deform/pull/306
- Updated pickdate.js library used for the date picker:
https://github.com/Pylons/deform/pull/248
- Widget Selenium test suite runs both under Python 2 and 3.
Lots of Selenium testing headache fixed with some implicit wait support.
.. note::
Currently Python 3 file upload widget may have compatibility issues.
Please see ``deformdemo/test.py`` for details.