------------------
New features:
- Add new and enhanced link widget.
[tomgross, thet]
Bug fixes:
- Fix broken ``get_tinymce_options`` when called with non-contentish contexts like form or field contexts.
[thet]
- Related Items Widget: In search mode, when no basePath was set, search site-wide.
Fixes: https://github.com/plone/mockup/issues/769
[thet]
- Fixes 64: SingleCheckBoxFieldWidget does not render value in view mode.
In order to fix this issue the hacky view was removed.
It is replaced by a new widget to render a single checkbox with bool values.
An appropiate data converter was added as well.
[jensens]