---
- Loading resources is done more explicit and in a pluggable way
using entry-points. Thus yafowil extensions such as widgets
can define an entry point.
[jensens, 2012-02-14]
- Add size attribute for ``select`` edit renderer.
[jensens, 2012-01-20]
- fix number extractor
[jensens, 2012-01-20]
- Add default css class for ``select`` blueprint.
[rnix, 2011-12-18]
- Register ``number`` blueprint display renderer.
[rnix, 2011-12-18]
- Consider ``expression`` in ``submit`` blueprint renderer.
[rnix, 2011-12-18]
- ``checked`` attribute can be set explicitly in ``checkbox`` blueprint.
[rnix, 2011-11-21]
- Fix Bug in ``yafowil.common.select_edit_renderer``. Crashed with empty
vocabularies.
[rnix, 2011-11-16]
- Add ``lines`` blueprint. Renders a textarea and extracts lines as list.
[rnix, 2011-11-11]
- Added concept of *plans* to the factory, which is a named set of blueprints.
Plans are registered to the factory and can be addressed with the ` sign.
[jensens, 2011-09-29]
- ``td`` blueprint can be used as compound or part of leaf widget now.
[rnix, 2011-09-28]
- Accept value property on compounds.
[rnix, 2011-09-27]
- Make ``data.extracted`` available as ``odict`` with values of children on
compounds.
[rnix, 2011-09-27]
- Pass ``blueprints`` and ``custom`` arguments to Widget constructor in factory
for debugging and duplication purposes.
[rnix, 2011-09-26]
- Rename ``yafowil.base.Widget._properties`` to
``yafowil.base.Widget.properties``.
[rnix, 2011-09-26]
- Add ``div`` blueprint. Renders within '<div>' element. Can be used for
compound and leaf widgets.
[rnix, 2011-09-23]