Releases: verbb/hyper
Releases · verbb/hyper
2.3.4
2.3.3
Changed
- Refactor Hyper field bootstrapping to DOM auto-mount.
Fixed
- Fix LinkCollection first-link getters for empty values.
- Fix duplicate Hyper field initialization race.
- Fix a race condition when changing link type where block data wasn’t updating.
- Fix an error for some field migrations in some setups when run from the command line.
- Fix an error for CKEditor 5+ and other plugins using
registerScriptWithVars(). - Fix an edge case of linkValue sometimes being an array and not normalized correctly.
2.3.2
Added
- Add
ElementLink::modifyElementQueryto allow element link types to modify the query to resolve the element.
Changed
- Entry element link types now (by default) no longer return disabled entries, only entries that are considered “live”.
2.3.1
Added
- Add support for Craft Content Block fields within links.
2.3.0
Changed
- Revamp link type field rendering to use DOM portals, rather than within Vue directly.
2.2.12
Fixed
- Fix initialization of Hyper fields with Vue, in certain circumstances.
1.3.11
Fixed
- Fix initialization of Hyper fields with Vue, in certain circumstances.
2.2.11
Fixed
- Fix an error where Lightswitch fields with a default value were not being treated correctly.
2.2.10
Changed
- Improve element-caching to exclude drafts and revisions.
- Improve change-detection checks for fields.
Fixed
- Fix element cache not clearing cached linked-to elements when removing them from the field.
2.2.9
Changed
- Update migration-mode check.
Fixed
- Fix an error for Site link type fields.