Skip to content

Skybrud.LinkPicker v1.0.11

Compare
Choose a tag to compare
@abjerner abjerner released this 18 Oct 12:24

Changelog

  • The package now supports ModelsBuilder so link picker properties in your models will be of teh type LinkPickerList rather than just object - thanks to @ChesterCampbellAM (see d347fd4).
  • In the link picker service (in Angular), calling either of the addLink or editLink methods will by default close all existing dialogs. It is now possible to prevent this with an optional closeAllDialogs parameter (which is true if not specified) (see 29aa81c).