Skybrud.LinkPicker v1.0.11
Changelog
- The package now supports ModelsBuilder so link picker properties in your models will be of teh type
LinkPickerList
rather than justobject
- thanks to @ChesterCampbellAM (see d347fd4). - In the link picker service (in Angular), calling either of the
addLink
oreditLink
methods will by default close all existing dialogs. It is now possible to prevent this with an optionalcloseAllDialogs
parameter (which istrue
if not specified) (see 29aa81c).