Skip to content

v0.9.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 14 Aug 11:34
e538b53

0.9.0 (2026-08-14)

⚠ BREAKING CHANGES

  • camunda7: cockpitViews.settings() no longer takes zero arguments. Every builder in cockpitViews is now typed (params: ViewParams, ctx?: ViewContext) => LayoutConfig, so callers pass the route params plus, for the composed settings view, the host's widget ids: cockpitViews.settings(params, { widgetIds }). Called without the context it yields camunda7's own section alone.

Features

  • camunda7: assemble the settings page from the host widget registry (#251) (a4eda7e)