Version 1.0.11

Date 2016-10-18 (2,950 days ago)
Downloads 1,125 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

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).