Skip to content

Releases: skybrud/Skybrud.LinkPicker

Skybrud.LinkPicker v1.0.14

25 Oct 11:21
Compare
Choose a tag to compare

Changelog

  • Labels are now translated - currently being available in English and Danish (see d305b61).

Skybrud.LinkPicker v1.0.12

19 Oct 07:34
Compare
Choose a tag to compare

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

18 Oct 12:24
Compare
Choose a tag to compare

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

Skybrud.LinkPicker v1.0.10

27 Sep 11:32
Compare
Choose a tag to compare

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

12 Sep 11:29
Compare
Choose a tag to compare

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

18 Aug 08:49
Compare
Choose a tag to compare

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 with v1.7.0 since the DLL wasn't included (see 60af3bd).

Skybrud.LinkPicker v1.0.7

20 Jul 11:31
Compare
Choose a tag to compare

Changelog

  • In addition to the existing property editor, this package now also has a grid editor for inserting the link picker into the Umbraco grid (see 63e3a71).
  • Both the property editor and the new grid editor now supports specifying a title for the link picker (see f811e8b).

Skybrud.LinkPicker v1.0.6

11 Jul 07:28
Compare
Choose a tag to compare

Changelog

  • Added JsonProperties to all model-properties.

Skybrud.LinkPicker

18 May 17:48
Compare
Choose a tag to compare

Changelog

  • The extension method GetLinkPickerItem will now always return an instance of LinkPickerItem (see 1abe59f and #2).

Skybrud.LinkPicker v1.0.3

16 Mar 18:42
Compare
Choose a tag to compare

Changelog

  • Fixed a bug when saving an empty collection and then trying to add links to it (see 0db6e31).