------------------
New:
- do not set overflow hidden on modal wrapper parent. This should already
be taken care of with plone-modal-open class being applied to the body.
This should fix issues with scrolling when this isn't properly cleared
[vangheem]
- Changed how the querystring pattern displays options for path-based queries,
to improve usability for less tech-savvy users.
[obct537]
Fixes:
- Use ``selection.any`` in querystring pattern.
Issue https://github.com/plone/Products.CMFPlone/issues/1040
[maurits]
- Import TinyMCE ``Content.Objects.less`` from the lightgray skin in ``less``
mode, not ``Content.less`` in ``inline`` mode.
Fixes plone/Products.CMFPlone/755 - visual aids not visible.
``Content.Objects.less`` also doesn't overwrite our fonts.
[thet]
- Enforce a ``min-width`` for tables while editing and visual aids turned on.
Fixes plone/Products.CMFPlone920.
[thet]
- Cleanup and rework: contenttype-icons and showing thumbnails
for images/leadimages in listings ...
https://github.com/plone/Products.CMFPlone/issues/1226
[fgrcon]
- Fix flaky behavior of Resource Registries buttons
https://github.com/plone/Products.CMFPlone/issues/1141
[davilima6]