Here's a quick summary of everything we released in Q1 2024.

Hygraph
Docs

List renderer

Like default Hygraph fields, the fields in an app can be configured to store multiple values.

To enable custom list rendering in your app, add ListRenderer to the features field in the Elements tab of the app registration process.

ListRendererListRenderer

Your extension will now need to be able to handle an array of values. A simple example of adding a new value would be to spread the array that you get back from the API and add your new value to it.

To check whether the current extension instance is a multiple-value field, use the field.isList boolean: