Skip to content

Releases: verbb/hyper

2.3.4

11 Apr 03:51

Choose a tag to compare

Changed

  • Remove ElementLink::checkElementUri() in favour of proper link type setting.

Fixed

  • Fix handling for element field sources with plugin migrations in some instances.

2.3.3

15 Mar 03:19

Choose a tag to compare

Changed

  • Refactor Hyper field bootstrapping to DOM auto-mount.

Fixed

  • Fix LinkCollection first-link getters for empty values.
  • Fix duplicate Hyper field initialization race.
  • Fix a race condition when changing link type where block data wasn’t updating.
  • Fix an error for some field migrations in some setups when run from the command line.
  • Fix an error for CKEditor 5+ and other plugins using registerScriptWithVars().
  • Fix an edge case of linkValue sometimes being an array and not normalized correctly.

2.3.2

03 Mar 04:32

Choose a tag to compare

Added

  • Add ElementLink::modifyElementQuery to allow element link types to modify the query to resolve the element.

Changed

  • Entry element link types now (by default) no longer return disabled entries, only entries that are considered “live”.

2.3.1

07 Feb 02:49

Choose a tag to compare

Added

  • Add support for Craft Content Block fields within links.

2.3.0

25 Jan 10:19

Choose a tag to compare

Changed

  • Revamp link type field rendering to use DOM portals, rather than within Vue directly.

2.2.12

23 Jan 21:34

Choose a tag to compare

Fixed

  • Fix initialization of Hyper fields with Vue, in certain circumstances.

1.3.11

23 Jan 21:20

Choose a tag to compare

Fixed

  • Fix initialization of Hyper fields with Vue, in certain circumstances.

2.2.11

13 Jan 03:17

Choose a tag to compare

Fixed

  • Fix an error where Lightswitch fields with a default value were not being treated correctly.

2.2.10

06 Nov 03:27

Choose a tag to compare

Changed

  • Improve element-caching to exclude drafts and revisions.
  • Improve change-detection checks for fields.

Fixed

  • Fix element cache not clearing cached linked-to elements when removing them from the field.

2.2.9

16 Sep 03:20

Choose a tag to compare

Changed

  • Update migration-mode check.

Fixed

  • Fix an error for Site link type fields.