Skip to content

4.0.0

Compare
Choose a tag to compare
@samhibberd samhibberd released this 18 Jul 13:04
· 10 commits to v4 since this release

{warning} Breaking Change - GQL users, support for querying subfields may mean you need to update and queries that work with linkit fields.

Changed

  • Transfer ownership to Pressed Digital
  • Bump version numbers to mirror crafts major versions
  • Remove LinkitHelper
  • getLink() now uses the craft Html::tag() to build links and correctly handles any custom attributes
  • Improve attribute methods for the base link
  • Removed whitespace from the phone url #74
  • Corrected LinkedIn spelling #62

Added

  • Craft 4 compatibility
  • Support for querying subfields with GraphQL. #69 #96 Thanks to @peaffenzeller.
  • Eager loading support #89