Releases: verbb/hyper
Releases · verbb/hyper
1.1.16
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
Fixed
- Fix missing templates for Shopify Product link types.
1.1.14
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
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
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
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
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
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
isElement
andisEmpty
. - 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
Fixed
- Fix Feed Me support for older Feed Me versions (pre 5.1.1.1).