Skip to content

Releases: verbb/hyper

1.1.23

22 Mar 10:53
Compare
Choose a tag to compare

Added

  • Add field migration note for when no fields are found to migrate.
  • Add counter to field migration utility to make it easier to troubleshoot any failed fields.

Changed

  • Link blocks no longer show a border around the block for single links, when the header is hidden.
  • Link block headers now hide the header when not required.

Fixed

  • Fix an error if an existing link block is set to a type that’s no longer in its allowed types.
  • Fix an error with Embed links with image processing.
  • Fix an error when rendering Commerce Variant links.
  • Fix UI overflow for field.
  • Fix Typed Link migration for multi-site installs.

2.0.0-beta.3

17 Mar 13:32
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

Fixed

  • Fix an error when editing Hyper links in the editor slide-out.
  • Fix field settings not having their field layout changes persisted.
  • Fix reference to removed columnType.

1.1.22

17 Mar 13:09
Compare
Choose a tag to compare

Added

  • Add backupOnMigrate plugin setting to control whether backup are performed when migrating from another link plugin.

2.0.0-beta.2

04 Mar 22:42
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

Fixed

  • Fix an install error related to nystudio107/craft-plugin-vite.

2.0.0-beta.1

04 Mar 09:38
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

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.