- Made sure the new simple textarea template is not used for rich text widgets, but only for simple textarea widgets. Otherwise you see this in the display: ``RichTextValue object. (Did you mean .raw or .output?)``. Fixes `issue 22 <https://github.com/plone/plone.app.textfield/issues/22>`_. [maurits]
1.2.8
------------------
New features:
- Enable the ``RichText`` field to work together with a simple ``ITextAreaWidget``. [jensens]
Bug fixes:
- Cleanup: Use more zope.interface decorators, add utf8 headers, isort imports, zcml conditions are enough. [jensens]
1.2.7
------------------
Fixes:
- Use zope.interface decorator. [gforcada]
1.2.6
------------------
- Fix negative equality bug RawValueHolder and RichTextValue introduced in 1.2.5. [jone]