Skip to content

Releases: verbb/hyper

1.1.21

03 Mar 23:32
Compare
Choose a tag to compare

Added

  • Add the ability to set the column type for Hyper fields.

Changed

  • Embed link types now create <iframe> elements when embed responses don’t contain them.

Fixed

  • Fix custom attributes not saving correctly.
  • Fix Selectize fields not working properly when re-ordering link blocks which Hyper was contained in a Matrix/Super Table field.

1.1.20

30 Jan 12:37
Compare
Choose a tag to compare

Added

  • Add the ability to make the linkValue a required field.

Fixed

  • Fix element-based link types not validating correctly when a non-uri element is selected.
  • Fix being unable to select User elements for User link type.
  • Fix when making changes to a link, switching between link types would not retain any changes.

1.1.19

19 Dec 23:35
Compare
Choose a tag to compare

Added

  • Add validation support for Embed fields, when supplied with an invalid URL.
  • Add imageWidth and imageHeight to embed data for Embed fields, when resolveHiResEmbedImage is enabled.

Fixed

  • Fix an error when fetching an invalid URL for Embed links.

1.1.18

08 Dec 09:58
Compare
Choose a tag to compare

Added

  • Add “allowed domains” plugin setting, to control what domains are allowed to be used in Embed link types.
  • Add resolveHiResEmbedImage for Embed fields to resolve hi-resolution images for embed data.
  • Add “Embed Preview” field layout UI element.
  • Add linkValue to GraphQL queries for Hyper fields for the raw value of the link (useful for embed link types).
  • Add extra logging when unable to render a Hyper field block.
  • Add error logging to Embed link types.

Changed

  • Improve Embed link type performance when saving elements.
  • Embed link types now fetch the most hi-res image available.
  • Embed links now include the description for the link’s title attribute, if “Link Title” field is enabled.

Fixed

  • Fix Embed link type fetching extra times when the link’s URL hasn’t changed.
  • Fix support for Embed v3 for Embed links, when other plugins (spicyweb/craft-embedded-assets) still use it.
  • Fix an error when deleting link blocks.
  • Fix Assets fields rendering the “Upload files” button multiple times when re-rendering.
  • Fix styles when dragging link blocks.

1.1.17

24 Nov 20:49
Compare
Choose a tag to compare

Added

  • Add blocktype errors for Matrix and Super Table fields when migrating from Typed Link fields.

Fixed

  • Fix an error when invalid linkValue was set for element link types.
  • Fix an error with linkField autofocus being incorrectly set.
  • Fix an issue with setting custom linkText when rendering fields. text should now be used.

1.1.16

25 Oct 22:25
Compare
Choose a tag to compare

Fixed

  • Fix an error when deleting a link block.
  • Fix an error for non-multiple links and some fields in the slide-out editor.

1.1.15

11 Oct 20:18
Compare
Choose a tag to compare

Fixed

  • Fix missing templates for Shopify Product link types.

1.1.14

02 Oct 22:33
Compare
Choose a tag to compare

Fixed

  • Fix some visual inconsistencies with link blocks.
  • Fix an error for nested Hyper fields.
  • Fix save button for plugin settings.
  • Fix an error when re-ordering link blocks.

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.