Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/page-hard-remove-dead-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ references (objectui#1949). This deletes the now-unreachable surface:

The `page` liveness ledger drops to 15 properties (the 2 `dead` entries are gone).
No consumers in framework or objectui (objectui#1949 already merged).

**Version note (kept `minor`, not `major`).** These exports shipped in the
published `10.3.0`, so under ADR-0059 §4 (the freeze contract) a removal would
normally demand a major bump. It is kept `minor` as a deliberate, documented
exception: the removed symbols are config schemas for the renderless
`blank`/`record_review` page types — authoring those already failed at runtime
("Unknown component type"), the frozen `@objectstack/downstream-contract`
fixture never referenced them, and the pre-publish hotcrm live gate guards
against any real consumer break. The `api-surface.json` snapshot is regenerated
alongside this so the removal is acknowledged, not silent.
17 changes: 1 addition & 16 deletions packages/spec/api-surface.json
Original file line number Diff line number Diff line change
Expand Up @@ -2989,10 +2989,6 @@
"AppearanceConfigSchema (const)",
"AriaProps (type)",
"AriaPropsSchema (const)",
"BlankPageLayout (type)",
"BlankPageLayoutItem (type)",
"BlankPageLayoutItemSchema (const)",
"BlankPageLayoutSchema (const)",
"BorderRadius (type)",
"BorderRadiusSchema (const)",
"BreakpointColumnMapSchema (const)",
Expand Down Expand Up @@ -3171,6 +3167,7 @@
"OfflineConfigSchema (const)",
"OfflineStrategy (type)",
"OfflineStrategySchema (const)",
"PAGE_TYPE_ROADMAP (const)",
"Page (type)",
"PageAccordionProps (const)",
"PageCardProps (const)",
Expand Down Expand Up @@ -3235,8 +3232,6 @@
"RecordHighlightsProps (const)",
"RecordPathProps (const)",
"RecordRelatedListProps (const)",
"RecordReviewConfig (type)",
"RecordReviewConfigSchema (const)",
"Report (type)",
"ReportChart (type)",
"ReportChartInput (type)",
Expand Down Expand Up @@ -3825,10 +3820,6 @@
"ActionLocationSchema (const)",
"ActivationEventSchema (const)",
"BUILT_IN_NODE_DESCRIPTORS (const)",
"CanvasSnapSettings (type)",
"CanvasSnapSettingsSchema (const)",
"CanvasZoomSettings (type)",
"CanvasZoomSettingsSchema (const)",
"CommandContribution (type)",
"CommandContributionSchema (const)",
"ERDiagramConfig (type)",
Expand All @@ -3837,8 +3828,6 @@
"ERLayoutAlgorithmSchema (const)",
"ERNodeDisplay (type)",
"ERNodeDisplaySchema (const)",
"ElementPaletteItem (type)",
"ElementPaletteItemSchema (const)",
"FieldEditorConfig (type)",
"FieldEditorConfigSchema (const)",
"FieldGroup (type)",
Expand All @@ -3861,8 +3850,6 @@
"FlowNodeRenderDescriptorSchema (const)",
"FlowNodeShape (type)",
"FlowNodeShapeSchema (const)",
"InterfaceBuilderConfig (type)",
"InterfaceBuilderConfigSchema (const)",
"MetadataIconContribution (type)",
"MetadataIconContributionSchema (const)",
"MetadataViewerContribution (type)",
Expand All @@ -3883,8 +3870,6 @@
"ObjectPreviewTabSchema (const)",
"ObjectSortField (type)",
"ObjectSortFieldSchema (const)",
"PageBuilderConfig (type)",
"PageBuilderConfigSchema (const)",
"PanelContribution (type)",
"PanelContributionSchema (const)",
"PanelLocationSchema (const)",
Expand Down