Releases: sebastian-lenz/craft-linkfield
Releases · sebastian-lenz/craft-linkfield
1.0.17
1.0.16
1.0.15
- Fix issues when loading models with unexpected model attributes.
- Add method
getLinkAttributes
to model, return rendered link attributes.
1.0.14
- Fix exception when trying to revert to revisions saved with 1.0.12 or before.
- Model methods
getElement
andhasElement
accept new parameterignoreStatus
.
1.0.13
- New link type "Site"
- Support for aliases on all input link types
1.0.12
- New
aria-label
andtitle
fields. Can be turned on in field settings. Will render as attributes ingetLink()
and can be queried usinggetAriaLabel()
andgetTitle()
. - New more compact field display
- GraphQL: Add support for categories
- GraphQL: New fields
link
andtext
- GraphQL: Deprecation: The fields
allowCustomText
andallowTarget
are deprecated as there seems to be no use case for them.
1.0.11: Merge pull request #28 from mitch-rickman/master
- New default link type
custom
without any validation, e.g. for relative links - New getCustomText() method on link model
1.0.10
1.0.9
- 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
- Add event
registerLinkTypes
. Use this event to register custom link types. - Add global set element type.