Changelog
*********

0.2.2 (2017-07-03)
==================

- Moved ``test_fields.py`` to right location.

- Don't override ``update`` and ``raw_update`` methods on pages and
  regions if already exist.


0.2.1 (2017-06-01)
==================

- Update email project 


0.2.0 (2017-01-24)
==================

Features
--------

- Added ``serialize`` and ``deserialize`` methods on widgets base
  implementation for advanced usage.
  This way you can implement complex/composed widgets more easily
  just overriding the above methods (eg: perform an intermediate
  conversion from page model data to browser or widget internal
  representation data)

- Added an ``ObjectType`` field for advanced usage when you
  have to implement complex or composed widgets

- Added support for ``readonly`` fields. If a field is marked as
  read only, no browser interaction will be performed


0.1.0 (2017-01-03)
==================

Features
--------

- Added widget reference to the widget region so you can
  navigate to the widget from the widget region and access
  to widget options specified on the schema

- Added TextAreaWidget

Documentation
-------------

- Improved documentation


0.0.1 (2016-12-22)
==================

- Initial release
