@act/plugins v0.0.18

The context$ property will now send the following data:

{
  payload: any,
}

The entity data will exist within the payload property. We will expand on the properties in this object in future updates.

@act/plugins v0.0.17

Extension points now have a commomn structure. entity, payload, and type. The payload value has a certain structure based on the type provided. Check out the documentation for examples. Make sure to update your plugin-manifest.json for these changes.

Both the tab and view extension now accept a src property in the payload that is used for the rendered iframe. This way you can define the specific page you would like shown per tab or view. This will allow you to have multiple tab extensions for a single entity.