Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 9, 2024
1 parent 32fe380 commit b732c0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog
## 2.1.0 - Unreleased

## 2.1.0 - 2024-10-09

### Added
- Add a more descriptive warning when Hyper is initialized before Craft is.
- Link types now can specify any required plugins via `getRequiredPlugins()`.
- Add the ability to merge identical Hyper fields via `fields/merge` and `fields/auto-merge`.
- Add support for ElementEditor.js serialization event (introduced in Craft 5.5) to improve change detection of Hyper field content.

### Changed
- Improve handling of link types that are invalid (removed or unavailable).
- Hyper will now throw a fatal error if an element query is made before Craft is initialized (as per Craft best practices).

### Fixed
- Fix en error with element links in Craft 5.4.7+.

## 2.0.5 - 2024-09-07

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

0 comments on commit b732c0f

Please sign in to comment.