Skip to content

Commit

Permalink
version 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 8, 2023
1 parent ccea0d2 commit 882562c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 1.1.18 - 2023-12-08

### 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 - 2023-11-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/hyper",
"description": "A user-friendly links field for Craft.",
"type": "craft-plugin",
"version": "1.1.17",
"version": "1.1.18",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 882562c

Please sign in to comment.