- Use ``yafowil.utils.entry_point`` decorator. [rnix]
- Plone 5 support. [rnix]
2.2
----------------
- Use ``pkg_resources.get_distribution`` instead of catching ``ImportError`` to check whether TinyMCE is installed. [rnix]
- Make dependency on Products.TinyMCE a soft dependency. [thet]
2.1
----------------
- Set applyPrefix for CSS resources to True, so that referenced images can still be found. [thet, 2014-05-06]
- Integrate translations. [rnix, 2014-05-01]
2.0.2
-----
- fix resource group names [thet]
- correct getSite import, cleanup [thet]
2.0.1
-----
- Provdide default ``title`` attribute value for ``richtext`` blueprint of ``yafowil.widget.richtext`` addon widget in order to provide ``TinyMCE`` configuration as expected by plone integration. [rnix]
2.0
---
- YAFOWIL resource including configuration via generic setup. [rnix, 2012-10-03]