Skip to content

Releases: sebastian-lenz/craft-linkfield

1.0.17

05 Feb 13:01
Compare
Choose a tag to compare
  • Fix: Rewriting element sources from Craft 3.0 fails (see #50)

1.0.16

21 Jan 11:15
Compare
Choose a tag to compare
  • Hotfix: Try to maintain field settings in Craft 3.1 (see #49)
  • Fix non-json strings issue (see #46)
  • Fix Link::getCustomText() returning the wrong value (see #45)
  • Allow custom queries on element links
  • Add option to automatically add rel="noopener noreferrer" to links opening in a new window

1.0.15

23 Oct 09:00
Compare
Choose a tag to compare
  • Fix issues when loading models with unexpected model attributes.
  • Add method getLinkAttributes to model, return rendered link attributes.

1.0.14

25 Sep 15:36
Compare
Choose a tag to compare
  • Fix exception when trying to revert to revisions saved with 1.0.12 or before.
  • Model methods getElement and hasElement accept new parameter ignoreStatus.

1.0.13

17 Sep 15:15
Compare
Choose a tag to compare
  • New link type "Site"
  • Support for aliases on all input link types

1.0.12

24 Aug 10:27
Compare
Choose a tag to compare
  • New aria-label and title fields. Can be turned on in field settings. Will render as attributes in getLink() and can be queried using getAriaLabel() and getTitle().
  • New more compact field display
  • GraphQL: Add support for categories
  • GraphQL: New fields link and text
  • GraphQL: Deprecation: The fields allowCustomText and allowTarget are deprecated as there seems to be no use case for them.

1.0.11: Merge pull request #28 from mitch-rickman/master

30 Jul 10:52
db54a48
Compare
Choose a tag to compare
  • New default link type custom without any validation, e.g. for relative links
  • New getCustomText() method on link model

1.0.10

10 Jun 15:09
Compare
Choose a tag to compare
  • Fix an issue when creating new fields, see #22

1.0.9

31 May 11:21
Compare
Choose a tag to compare
  • Add new administration interface.
  • Add experimental GraphQL query support.
  • Add Craft Commerce product and Solspace Calendar event support.
  • Remove global set element type.

1.0.8

02 May 12:29
Compare
Choose a tag to compare
  • Add event registerLinkTypes. Use this event to register custom link types.
  • Add global set element type.