Releases: verbb/hyper
Releases · verbb/hyper
2.2.1
Added
- Add
LinkInterface::customAttributesfor GraphQL queries. - Element links now have a “Show Site Menu” setting for multi-sites.
Fixed
- Fix an error with Typed Link migration.
- Fix “copy field handle” button style issue.
- Fix field changes being triggered for element-based links.
1.3.4
Added
- Add
LinkInterface::customAttributesfor GraphQL queries. - Element links now have a “Show Site Menu” setting for multi-sites.
Fixed
- Fix an error with Typed Link migration.
2.2.0
Added
- Add migration for Linkit for Craft 5.
- Add migration for Typed Link Field for Craft 5.
- Element links now have a “Show Site Menu” setting for multi-sites.
2.1.2
Added
- Add support for Solspace Calendar Event links.
Changed
- Custom Attributes can now override all default link attributes.
Fixed
- Fix Hyper element links not being propagated correctly when adding new sites.
- Fix
relattribute not working correctly. - Fix toggling “New Window” not persisting.
1.3.3
Added
- Add support for Solspace Calendar Event links.
Fixed
- Fix Hyper element links not being propagated correctly when adding new sites.
2.1.1
Fixed
- Fix en error with element links in Craft 5.4.7+.
2.1.0
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/mergeandfields/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+.
1.3.2
version 1.3.2
1.3.1
Fixed
- Add back handling for when Hyper is initialised before Craft is ready, but log exception and stack trace.
1.3.0
Added
- Add a more descriptive warning when Hyper is initialized before Craft is.
- Link types now can specify any required plugins via
getRequiredPlugins().
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).