For Users
DAM Enhancement
We have added some minor features on DAM like enabling CSV export on DAM listing or reseting thumbnails and video conversions when updating the main file of the document.
Nuxeo Drive
Nuxeo Drive upgrade will now be transparent. Meaning you won't have to open a terminal, delete .nuxeo drive folder, and then install the new version anymore. See NXP-13083 for details.
Binary installer for OS X and Windows are all signed. See NXP-12981 for details.
Suggestion widgets
Select2-based suggestion widgets introduced in 5.7.3 received a couple of bug fixes. New widgets properties have been introduced (available in Studio):
- All single suggestion widgets: a new widget property dropdownOnArrow dropdowns suggestions when clicking on the right side arrow of the select2 box instead of the whole container. This is handy when you use custom formatters containing links or other actions (See NXP-13715 and documentation).
- All multiple suggestion widgets: new property to change the separator used by select2 to handle multiple selection. The default separator is a comma and could be an issue when handled references contains a comma (See NXP-13713).
- Directory suggestion widgets: new property to fetch the suggestions, 'contains' instead of 'starts with' (See NXP-13586).