Skip to content

Releases: skybrud/Skybrud.LinkPicker

Skybrud.LinkPicker v1.1.7

26 Mar 12:01
Compare
Choose a tag to compare

Installation

Changelog

  • Fixed an issue with long URLs breaking the UI (see ebb85f5 and #12)
    Users may occasionally enter long URLs the browser won't know how to wrap, which will then cause the UI to break.

    This was especially bad for overlays due to the limited space. As a result, the edit and delete button would be pushed so far to the right they would become inaccessible for the user.

    This release adresses the issues with long URLs by truncating them, making sure they don't take up more space than they should.

Skybrud.LinkPicker v1.1.6

16 Oct 16:45
Compare
Choose a tag to compare

Installation

Changelog

  • Thanks to contributions from @mirhat, the linkpicker is now available in multiple new languages:
    • Croatian (hr-HR)
    • Bosnian (bs-Latn-BA)
    • Serbian (sr-Cyrl-CS)
    • Serbian (Bosnia and Herzegovina) (sr-Cyrl-BA)

Skybrud.LinkPicker v1.1.5

29 Jun 12:16
Compare
Choose a tag to compare

Installation

Changelog

  • Fixed a bug on the Umbraco version check as it was unable to detect version from Umbraco 7.10 and up (see 90c5684).

  • Replaced Umbraco's link picker dialog with the newer link picker overlay (introduced in Umbraco 7.4) (see 63a7f6f).

  • Various code cleanup

Skybrud.LinkPicker v1.1.4

18 Jan 11:45
Compare
Choose a tag to compare

Installation

Changelog

  • Fixed a bug in LinkPickerList which allowed it's items to be invalid. With this fix, invalid items are again ignored (see 90c5684).

Skybrud.LinkPicker v1.1.3

18 Jan 11:42
Compare
Choose a tag to compare

Installation

Changelog

  • Introduced new JSON converter for deserializing the models automatically with JSON.net (see 051fe7d)

  • Made default LinkPickerItem constructor public so we can make empty instances (see 27feee2).

  • Introduced Deserialize method for the LinkPickerItem class (see 784598c)

  • The LinkPickerGridConverter checks both the editor alias and view instead of just the alias
    (see 368ba74)

  • Introduced the LinkPickerItemConverter JSON converter class (see f4c2b07).

Skybrud.LinkPicker v1.1.2

09 May 06:59
Compare
Choose a tag to compare

Changelog

  • Fixed an issue in the list view when using the link picker with LeBlender (see 2dee641).

  • The link picker dialog will no longer close all other dialogs if already within a dialog - eg. LeBlender (see 9b9c5aa).

Skybrud.LinkPicker v1.1.1

05 Apr 20:46
Compare
Choose a tag to compare

Changelog

  • Implemented a new preview view similar to the new pickers in Umbraco 7.6 (see 4a39f57, a8a8433, d475a93).

  • Improved the prevalue editor (see d475a93).

Screenshots
A quick example of how the new view looks in the upcoming Umbraco 7.6:

image

Skybrud.LinkPicker v1.1.0

31 Jan 18:34
Compare
Choose a tag to compare

Changelog

Skybrud.LinkPicker v1.1.0-beta001

22 Jan 15:12
Compare
Choose a tag to compare

Skybrud.LinkPicker v1.0.15

03 Jan 14:24
Compare
Choose a tag to compare

Changelog

  • Introduced new IsValid property in the LinkPickerList class (see c112898).
  • Updated the Skybrud.Essentials dependency to the latest version (see a6386fb).