Releases: verbb/hyper
Releases · verbb/hyper
1.1.11
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
Added
- Add support for
relin 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
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
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
isElementandisEmpty. - Fix
LinkInterfacenot 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
Fixed
- Fix Feed Me support for older Feed Me versions (pre 5.1.1.1).
1.1.6
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
Added
- Add compatibility with Vizy 2.1.x.
Changed
- Allow
textandlinkTextoptions to override link text forgetLink()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
Added
LinkCollectionnow implementsArrayAccessto 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.
1.1.3
Fixed
- Fix empty link states for Email and Phone links.
- Fix an error when creating the field cache for new fields.
- Increase z-index for tooltips when in live preview or editor slide-out.
1.1.2
Fixed
- Fix an error with Commerce Product/Variant link types.