Changes
=======

2.0b1 (2011/11/10)
------------------

* Update code for Zope 2.13 and Python 2.7.

* Add a bit HTML 5 support for forms.

* Uses ``fanstatic``.

* Inline validation works on more fields now.

* Popup forms have been updated to work with ``silva.ui``.

* SMI forms now are REST-based on top of ``silva.ui``.

* Add a new file upload widget, and a image cropping one, improves
  other existing widgets.

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.


