Skip to content

Commit

Permalink
version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 7, 2024
1 parent 945c01b commit c85c5bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.0.5 - 2024-09-07

### Added
- Add extra error logging for Matrix and Super Table fields for Typed Link field migration.
- Add “safe” attributes for various link properties to allow `setAttributes` correctly.
- Add `linkUri` to the GraphQL `LinkInterface` class.

### Fixed
- Fix use of `initialSerializedValue` changes that were meant to address draft change behaviour.
- Fix some properties of a link block being serialized when they don’t need to be.

## 2.0.4 - 2024-08-11

### Fixed
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": "2.0.4",
"version": "2.0.5",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit c85c5bc

Please sign in to comment.