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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
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
30 changes: 30 additions & 0 deletions .changeset/console-67dadd602a3a.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
---
"@objectstack/console": minor
---

Console (objectui) refreshed to `67dadd602a3a`. Frontend changes in this range:

Derived from the changesets objectui declared over the range — 16 releasing of 24 changesets added across 24 non-merge commits; omitted: 8 release-nothing changesets (they ship no package code).

- **minor** — A grouped grid now says, where the group counts are, that it grouped a **page** (objectui#7189). (objectui `8952395b4`)
- **minor** — **Breaking for authored metadata:** `DataTableSchema.toolbar` is RETIRED (objectui#6881, maintainer ruling 2026-08-31). A `data-table` node that authors `toolbar` no longer valida… (objectui `3561bd2ca`)
- **minor** — Retire `ChartDataSeries.data`, and correct `ChartSchema.categories`' prose to the read it has always had (objectui#6896, ADR-0049 enforce-or-remove; maintainer ruling 2026-08-31). (objectui `b0d308da9`)
- **minor** — **BREAKING** — Retire the form-view section `className` / `gridClassName` reads (objectstack#13626, maintainer ruling 2026-09-01, director decision batch C). (objectui `9c7490268`)
- **minor** — `page:header` resolves its `actions` as declared ACTION IDS (objectui#6252, implementing the objectstack#11592 ruling — maintainer, 2026-08-25, on recommendation B). (objectui `8ec11e14f`)
- **patch** — FLS-gate the `$expand` projection at both build sites (objectui#7215). (objectui `67dadd602`)
- **patch** — Gantt toolbar: the period label names the visible window, and the prev/next buttons step it (objectui#7203). (objectui `231d1b93c`)
- **patch** — fix(app-shell,plugin-list): a list view's own `description` now reaches the screen (objectui `f626808d4`)
- **patch** — A gantt list view no longer shows the record-count bar, because the bar describes a request that view does not draw (objectui#7210, half 1). (objectui `5015fcf52`)
- **patch** — Fix: a grid grouped by a field it does not also show as a column no longer collapses every row into one `(empty)` group (objectui#7179). (objectui `a6d8b8d44`)
- **patch** — Stop shipping `dist/__tests__/numberInputBrowserReadings.d.ts` in the published tarball (objectui#6943). `packages/fields/tsconfig.json` now excludes the tooling DIRECTORIES (`__t… (objectui `39d69ad53`)
- **patch** — Scatter now says when it cannot place a row, instead of drawing an empty axis. (objectui `93bbc2055`)
- **patch** — Fix: a `dependsOn` lookup column is no longer permanently uneditable in an editable `ObjectGrid`. (objectui `84ffdbcbb`)
- **patch** — `ObjectGrid` no longer copies `descriptionField`, `lookupColumns` or `lookupFilters` onto a relational column's `fieldMeta` (objectui#7166). No behaviour change — all three still… (objectui `a276480b7`)
- **patch** — `RecordComments` and `PointInTimeRestore` resolve their copy from the locale packs instead of hardcoded English (objectui#7163). (objectui `866cd1d3f`)
- **patch** — Pie, donut, funnel and treemap now say when rows carry no magnitude they can draw. (objectui `5eddeeb68`)

⚠️ 2 of these carry a breaking change: 2 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record.

<!-- adr-0087: not-required (no-migration-prescription) Both declared-breaking entries in this range are retirements inside objectui's OWN npm packages, judged one at a time against their upstream changesets rather than as a batch. objectui `3561bd2ca` (objectui#6881) retires `DataTableSchema.toolbar` in `@object-ui/types` — a key on the SDUI `data-table` component node that the `data-table` renderer never read (declared on both published faces, mounted by nothing), now refused at parse time with a remediation. `@objectstack/spec` declares no `data-table` node schema at all (re-measured at this HEAD: zero hits for `data-table` / `DataTable` across `packages/spec/src/**/*.zod.ts`), so the key was never an ObjectStack-authorable metadata key and no stored `sys_metadata` row can carry it. objectui `9c7490268` (objectstack#13626, maintainer ruling 2026-09-01) stops `@object-ui/plugin-form` reading `className` / `gridClassName` off a form-view SECTION through `as any` casts. Those two keys sit on the SDUI-only side of the authorable boundary by this repo's own decision: `packages/spec/src/ui/component.zod.ts` deliberately does not declare `className` on props bags, `gridClassName` has zero hits anywhere under `packages/spec/src` (re-measured at this HEAD), and the authorable-surface ledger carries no entry for either — so the change is a RENDERER ceasing to consume keys the spec never admitted, in the direction the boundary already pointed; the upstream census found zero authored uses across the objectstack, objectui and hotcrm corpora. Neither is reachable through `@objectstack/console` in any case, re-measured against `packages/console/package.json` at this HEAD: it publishes a frozen prebuilt SPA whose `files` list is `["dist", "README.md", "CHANGELOG.md"]` and whose sole `exports` entry is `./package.json`, so it forwards no `@object-ui/*` module entry point and re-exports none of these types. This diff is `.objectui-sha` plus this changeset and nothing else — no `packages/spec` schema, authorable metadata key or protocol surface changes in it — so there is no stored-metadata rewrite for `objectstack migrate meta` to prescribe and therefore no ADR-0087 ledger entry to write or to name from THIS bump. This bump adds no ledger entry and claims none. -->

objectui range: `d8ec8d6d4f01...67dadd602a3a`
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
67dadd602a3a891666ea1513c5de677140784b6a
6 changes: 3 additions & 3 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@
],
"objectui": {
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"rev": "67dadd602a3a891666ea1513c5de677140784b6a",
"revDate": "2026-09-01T16:00:05Z",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"recordedAgainstPin": "67dadd602a3a891666ea1513c5de677140784b6a",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
17 changes: 9 additions & 8 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,16 +61,17 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `revoked` on ONE key. The multi-select surface this rule protects does not
// exist for API keys, and the shape a future one would take does not need
// `bulk` either — both read off the console build this release pins
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// (`.objectui-sha` = `67dadd602`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-02 — previously measured at `d8ec8d6d4`, before that at
// `9602dc820`, `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`.
// `ObjectGrid.tsx` DID change across the move off `d8ec8d6d4` (seven
// commits, 461 lines), so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:3436-3451`, whose block is byte-identical
// to the one cited at `d8ec8d6d4:3187-3202` and shifted only by insertions
// above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// `label = 'bulk delete'`, the line the `284-288` span cited three pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
Expand Down
41 changes: 23 additions & 18 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -278,13 +278,15 @@ describe('PageAccordionProps variant (#6776)', () => {
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `67dadd602`. Re-derived at that pin
// 2026-09-02: `containers.tsx` DID change across the move off `d8ec8d6d4`
// (164 lines), but that change lands from `:995` on, below both anchors (its
// only edit above them rewrites one import line in place), so neither moved —
// the icon block is still `918-924` and the registration input still `965`,
// each re-READ there with the cited text unchanged. The earlier hop off
// `9602dc820` is the one that moved them, `851-857` → `918-924` and `898` →
// `965`. Every anchor was re-READ at the new pin, never inferred, because
// identity preserves a wrong anchor as faithfully as a right one (#10274).
//
// #9397 spent a full dispatch cycle re-deriving that read point from scratch
// after the sweep proposed retiring the key. This block plus the `.describe()`
Expand DownExpand Up@@ -367,12 +369,14 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
// the pin this repo builds against — `.objectui-sha` = `67dadd602`. Re-derived
// at that pin 2026-09-02: `containers.tsx` DID change across the move off
// `d8ec8d6d4` (164 lines), but that change lands from `:995` on, below both
// anchors, so neither moved — the icon block is still `729-735` and the
// registration input still `788`, each re-READ there with the cited text
// unchanged. The earlier hop off `9602dc820` is the one that moved them,
// `662-668` → `729-735` and `721` → `788`. Both were re-READ at the new pin,
// never inferred (#10274).
//
// #9397 spent a full dispatch cycle re-deriving the accordion's read point
// after the sweep proposed retiring it. This block plus the `.describe()` it
Expand DownExpand Up@@ -2441,11 +2445,12 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// `.objectui-sha` = `67dadd602`, re-derived there 2026-09-02: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `d8ec8d6d4` (and at
// `9602dc820` before it), and every anchor below was still re-READ at the new
// pin rather than carried on that identity (#10274). Neither the move off
// `d8ec8d6d4` nor the one off `9602dc820` changed the read point or a single
// line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
Expand Down
49 changes: 25 additions & 24 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,12 +642,13 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `729-735` and the registration input still `788`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `662-668` →
* `729-735` and `721` → `788`): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0
Expand DownExpand Up@@ -1701,12 +1702,13 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 —
* `containers.tsx` DID change across the move off `d8ec8d6d4`, but that
* change lands from `:995` on, below both anchors, so neither moved: the
* icon block is still `918-924` and the registration input still `965`,
* each re-READ there with the cited text unchanged, never inferred; the
* earlier hop off `9602dc820` is the one that moved them, `851-857` →
* `918-924` and `898` → `965`): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={item.icon} …/>}` inside the
* `AccordionTrigger`, grouped with the label in the trigger's one wrapping
Expand DownExpand Up@@ -1881,10 +1883,11 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* `d8ec8d6d4` (and at `9602dc820` before it) and every anchor below is
* unmoved, each one re-READ at the new pin rather than carried on that
* identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
Expand DownExpand Up@@ -2465,15 +2468,13 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({
* same record for the metric tile.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* (`.objectui-sha` = `67dadd602`; re-derived at that pin 2026-09-02 — all
* five files in the chain below, `index.tsx`, `ObjectMetricWidget.tsx`,
* `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx`, are
* byte-identical to the ones at `d8ec8d6d4`, so NO anchor moved — the
* `object-metric` registration still begins at `:194` and the icon input
* still lands on `:204`. Every anchor below was re-READ at the new pin
* rather than inferred from that identity), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiSha": "67dadd602a3a891666ea1513c5de677140784b6a",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-09-01",
"generatedAt": "2026-09-02",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading