Releases: verbb/hyper
Releases · verbb/hyper
1.1.29
Added
- Add console migration for Typed Link fields (legacy) for older Typed Link installs.
Changed
- Update French translations.
- Changed the default text for links to
Read more
when text cannot be resolved. This improves URL-based links not relying on text to be defined to render the link at all.
Fixed
- Fix an error when setting the element cache. (thanks @boboldehampsink).
- Fix an error where custom text set on a link is retained next time the same link is rendered (without custom text).
1.1.28
Changed
- Update non-English translations.
- Update English translations.
Fixed
- Fix an error with custom fields retaining values after initial creation.
- Fix other link plugin migrations where owner fields like Matrix and Super Table were incorrectly referenced.
- Fix
Link::getText()
not using a defined fallback text value correctly. - Fix programmatically creating links not working for some link types.
2.0.0-beta.8
Added
- Add
Link::getLinkType()
to return theLinkInterface
for the link’s type.
Changed
- New element-based links on a multi-site now propagate the linked-to element for the same owner site.
Fixed
- Fix link type dropdown styling on Safari.
- Fix field changes being triggered when no changes had been made.
- Fix GraphQL queries not working correctly.
1.1.27
Added
- Add
Link::getLinkType()
to return theLinkInterface
for the link’s type.
Changed
- New element-based links on a multi-site now propagate the linked-to element for the same owner site.
Fixed
- Fix link type dropdown styling on Safari.
- Fix field changes being triggered when no changes had been made.
2.0.0-beta.7
Added
- Add Formie forms as a link type.
Fixed
- Fix an error when limiting link types and removing the current link type of a link.
- Fix Shopify Product link type label.
- Fix Typed Link migration not including suffixes for element link types.
- Fix an error where other field content would be cleared when Hyper field content was initialized at the same time.
- Fix Typed Link migration not including suffixes for element link types.
1.1.26
Added
- Add Formie forms as a link type.
Fixed
- Fix an error when limiting link types and removing the current link type of a link.
- Fix Shopify Product link type label.
- Fix Typed Link migration not including suffixes for element link types.
- Fix an error where other field content would be cleared when Hyper field content was initialized at the same time.
- Fix Typed Link migration not including suffixes for element link types.
2.0.0-beta.6
Changed
- Swap custom fields used in link types to use their
layoutElementUid
instead of their handle. - Multi-link fields now use an ellipsis icon for link block actions.
Removed
- Removed Vizy content migration.
- Removed other link plugin migrations (no longer needed).
- Removed plugin settings (no longer needed).
2.0.0-beta.5
Fixed
- Fix validation not working correctly for link blocks.
- Fix an error when creating new link blocks, not respecting the default link type.
1.1.25
Fixed
- Fix validation not working correctly for link blocks.
2.0.0-beta.4
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.