Releases: skybrud/Skybrud.LinkPicker
Releases · skybrud/Skybrud.LinkPicker
Skybrud.LinkPicker v1.0.14
Changelog
- Labels are now translated - currently being available in English and Danish (see d305b61).
Skybrud.LinkPicker v1.0.12
Changelog
- The last release introduced a bug where a
callback
parameter in the link picker service was wrongfully removed. This has now been fixed (see ca0e518).
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).
Skybrud.LinkPicker v1.0.10
Changelog
- The property "Url" in "LinkPickerItem" is now resolved using either the content cache or the media cache (see 5d1ef1a).
When the selected URL is either a content or media item, the URL of the item may have changed over time since a content item can be moved or renamed, and a media item can be replaced with a file with another filename. To make sure we reference the newest URL, the URL will now be resolved using either the content cache or the media cache. This will also make sure the correct domain is used for working with multiple sites in the same Umbraco installation.
Skybrud.LinkPicker v1.0.9
Changelog
- Added secondary constructor and static GetFrom methods to the
LinkPickerItem
class (see ea3da75). - The enum class
LinkPickerMode
is now properly serialized when using JSON.net. By default, an enum value will be serialized to a numeric value. The mode is now serialized to a lowercase string instead - eg. "content" or "url" (see b552496).
Skybrud.LinkPicker v1.0.8
Changelog
- In the last release, the JSON model was changed to use a JSON object rather than a JSON array of the root element. However the converter for the object didn't really work for the property editor. This has now been fixed (see b0a64cd).
- The DLL for
Skybrud.Umbraco.GridData
is now included in the GitHub and Umbraco releases since the DLL is now a dependency. Installing the Umbraco package for the link picker would fail withv1.7.0
since the DLL wasn't included (see 60af3bd).
Skybrud.LinkPicker v1.0.7
Changelog
Skybrud.LinkPicker v1.0.6
Skybrud.LinkPicker
Changelog
Skybrud.LinkPicker v1.0.3
Changelog
- Fixed a bug when saving an empty collection and then trying to add links to it (see 0db6e31).