Changes
=======

1.3.1 (2012-02-23)
------------------

* Add an import for SilvaDataManager.

1.3 (2010-02-07)
----------------

* The FileWidget is now enabled for the ZMIForm as well.

* Update ZMIForm template.

* Make CancelButton widget reusable by other actions.

* Fix some unicode issue in the inline validation.

1.2 (2010-12-20)
----------------

* Add a new textarea widget called ``lines`` able to edit collection
  of textlines.

1.1 (2010-10-27)
----------------

* Review security restriction on add forms and edit forms.

* Add support for *add in position* in default add forms.

* Various improvements in the form code (status feedback), default
  form templates and i18n.

* Add a datetime widget based on the JQueryUI datetime picker.

* Add some Javascript helpers: inline validation via AJAX query on
  simple form widgets. By default the first required field of a form
  gets the focus.

* Add support to create REST forms in a popup in SMI or included in
  Kupu.

* Add support for public forms.

* Add support for zope.interfaces invariant by default in SMI forms.

1.0 (2010-07-16)
----------------

* Initial release.


