------------------
New features:
- Add functionality for fluid (full width) rows.
[agitator, davilima6]
- Add documentation for advanced editor features.
[agitator, davilima6]
Bug fixes:
- Image in "Existing-Content" Tile scaled width only, height was kept and aspect-ratio broke.
Fixes https://github.com/plone/plone.app.standardtiles/issues/83.
[jensens]
- Hide dependencies - like blocks and tiles - of Mosaic from appearing at Plone site setup.
This reduces confusion and removes clutter from the setup screen.
[jensens]
- Transform: Acquire a safe context or the portal object.
In cases of a 404 page, the context is a browser view.
[thet]
- Imports are Python3 compatible
[b4oshany]
- Cleanup old code that would initialize TinyMCE several times for richtext tiles
Fixes `issue 407 <https://github.com/plone/plone.app.mosaic/issues/407>`_.
[frapell]