Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 11 Oct 13:40
47fd30d

0.11.0 (2024-10-11)

Features

  • Adds support for rendering fields a links. (#212) (889d966)
    Using "type": "link" will render a field value as a link in Result and ResultListing components.
{
  "label": "Documentation",
  "property": "entries[0].content.documentation",
  "type": "link"
},
{
  "label": "More Details",
  "value": "https://www.globus.org",
  "type": "link"
}
Screenshot 2024-10-11 at 7 46 15 AM

Supports absolute and relative links.