Releases: verbb/hyper
Releases · verbb/hyper
2.3.7
2.3.6
Fixed
- Fix Assets and other element link types and their no-URL check.
2.3.5
Added
- Add
Link::customLinkText.
Fixed
- Fix element selectors hiding valid targets when “Allow elements without URIs” was off for link types that do not use site
urithe same way as routable entries (Asset, Calendar Event, Formie Form, User, Commerce Variant).
2.3.4
Changed
- Remove
ElementLink::checkElementUri()in favour of proper link type setting.
Fixed
- Fix handling for element field sources with plugin migrations in some instances.
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.