^^^^^^^^^^^^^^^^^^
.. Warning::
If you are upgrading plone.app.tiles note that latests versions of this package no longer depend on plone.app.drafts.
You should explicitly add plone.app.drafts to the `eggs` part of your buildout configuration to avoid issues.
You can safely uninstall plone.app.drafts after that, if you are not using it.
Adapters used to get the items inside a folder or the results of the query in a collection were deprecated.
The following classes will be removed in collective.cover v1.7: ``ICoverUIDsProvider``, ``CollectionUIDsProvider``, ``FolderUIDsProvider`` and ``GenericUIDsProvider``.
- Information stored on basic tiles populated with private content is no longer shown to users without proper permissions (fixes `721`_).
[hvelarde]
- Dropping a folder on a carousel tile no longer populates the tile with the items inside the folder;
populating the carousel tile with the results of the query in a collection is still supported.
[rodfersou, hvelarde]
- Dropping a folder or a collection into a list tile previously resulted in the tile being populated with the items inside the folder or the results of the query in the collection,
making impossible to have folders or collection as items of the list tile themselves (fixes `713`_).
[rodfersou, hvelarde]
- Update recommended versions of Blocks dependencies to keep in sync with current Mosaic development.
[hvelarde]
- Fix order of UUIDs of sorted function in ListTile's 'results' method.
[idgserpro]
- Review content chooser events to happen just at Compose tab (fixes `710`_).
[rodfersou]
- Do not assume all tile types have schemas.
[alecm]
- Do not declare the ``Cover`` class as an implementer of ``IDAVAware``;
This makes absolutely no sense and is causing an error when doing a GenericSetup export (fixes `396`_).
[hvelarde]