Skip to content

Releases: verbb/hyper

1.1.13

24 Sep 21:05
Compare
Choose a tag to compare

Fixed

  • Fix missing translations.
  • Fix link block background clip.
  • Fix field handles not showing for link attributes and custom fields.
  • Fix an issue when re-ordering multiple links.

1.1.12

14 Sep 20:43
Compare
Choose a tag to compare

Added

  • Add support for Shopify Product links.

Changed

  • Update cache after slug/uri changes. (thanks @nateiler).

Fixed

  • Fix an error for some field setups and failing linktypes.
  • Fix fields in the settings slideout not saving correctly in some cases.
  • Fix a visual bug when dragging multiple Hyper link blocks in the element slideout.
  • Fix multi-link “Add link” buttons not working correctly for nested Hyper fields.
  • Fix field not initializing correctly in Super Table or Matrix field settings.
  • Fix being unable to pick Variants for Variant link type.

1.1.11

09 Aug 23:19
Compare
Choose a tag to compare

Added

  • Add Link::checkElementUri().

Fixed

  • Fix some fields not having their JS initialized when used in the link type “Content” tab.
  • Fix an error with Matrix (and some other fields) caused by incorrect Linktype validation calls when saving a Hyper field.
  • Fix incorrect results when trying to eager-load Hyper fields.
  • Fix an error when Hyper fields are initialized too early, before Craft and Hyper are ready.
  • Fix lightswitch UI on Craft 4.4.16+.
  • Fix “fresh” check for blocks, affecting some defaults for some fields (Button Box) saving over content.

1.1.10

21 Jul 09:59
Compare
Choose a tag to compare

Added

  • Add support for rel in custom attributes field value, when also enabling “new window”.
  • Add extra debugging message for Linkit migration when link types cannot be migrated.
  • Add support for migrating Product link type for LinkIt.

Changed

  • The Link type dropdown now shows as disabled if only a single link type.

Fixed

  • Fix nested Hyper fields not working correctly.
  • Fix an error where checking if Craft was initialized too early results in empty Hyper fields.

1.1.9

11 Jul 07:24
Compare
Choose a tag to compare

Added

  • Add French translations. (thanks @scandella).
  • Add custom link type checks to migrations.
  • Add cache utility to clear caches for element links.

Changed

  • Update link field migrations to disable any link types that weren’t present in the respective original link plugin (e.g. Embed).
  • Field settings now no longer open the settings for the first link type automatically.

Fixed

  • Fix LinkIt migration for social media URLs (Facebook, Twitter, etc), not migrating correctly.
  • Fix translations for some strings.
  • Fix an error when Hyper fields are initialized too early, before Craft and Hyper are ready.
  • Fix default new window setting for multiple link version not working correctly. (thanks @JeroenOnstuimig).

1.1.8

25 Jun 04:42
Compare
Choose a tag to compare

Added

  • Add link types to GraphQL queries.
  • Add Link::isElement().

Changed

  • Element links now only return an element value when the linked-to element is enabled.

Fixed

  • Fix GraphQL queries containing isElement and isEmpty.
  • Fix LinkInterface not being registered properly as a GraphQL interface.
  • Fix some field layout elements not allowing custom instructions text.
  • Fix an error when uninstalling third-party elements that register a link type.

1.1.7

27 May 01:41
Compare
Choose a tag to compare

Fixed

  • Fix Feed Me support for older Feed Me versions (pre 5.1.1.1).

1.1.6

17 May 12:23
Compare
Choose a tag to compare

Fixed

  • Fix a migration error with Typed Link fields in Vizy fields.
  • Fix an issue where Hyper fields weren’t working in Vizy fields.

1.1.5

11 May 08:33
Compare
Choose a tag to compare

Added

  • Add compatibility with Vizy 2.1.x.

Changed

  • Allow text and linkText options to override link text for getLink() calls.
  • Link attributes defined in the field settings can now be overridden in templates.

Fixed

  • Fix an error in some cases with an empty element select modal.
  • Fix place link type settings not saving correctly.
  • Fix an issue using Smith to clone Matrix fields containing Hyper fields.
  • Fix classes define in templates not merging with field settings classes.

1.1.4

07 Apr 04:43
Compare
Choose a tag to compare

Added

  • LinkCollection now implements ArrayAccess to allow index-access for Hyper field values.

Fixed

  • Fix some HTML characters being stripped incorrectly due to LitEmoji processing.
  • Fix HTML characters not being encoded/decoded correctly for field values.