v0.3.0
Minor Changes
-
dedfc4d: Breaking change: namespace all bundled workflow schema types under
workflow.*to avoid claiming generic global schema names in consuming Studios.Schema type names changed as follows:
workflowDefinition->workflow.definitionworkflowRole->workflow.roleworkflowStage->workflow.stageworkflowOffRamp->workflow.offRamptaskTemplate->workflow.taskTemplateassignment->workflow.assignmentsetStatus->workflow.setStatususer->workflow.userlucide-icon->workflow.lucideIcon
This release also removes the deprecated document lifecycle dashboard schema types
workflowsConfig,tableView, andtableViewColumnfrom the plugin's default schema types and public schema entrypoint. These types were orphans from early stage development and were unused.Existing datasets with workflow definitions, injected
assignments, or auditstatusesmust migrate persisted_typevalues before the Studio will fully validate historical data. A copyable Sanity migration is included atmigrations/namespace-workflow-schema-types, and the README includes full upgrade notes in the "Migrating to 0.3.0" section.