Skip to content

Commit 8607a55

Browse files
authored
chore: refresh the vendored console to 1bb77aa24514 (#3528 follow-through) (#3788)
Ships the #3528 fix to actual users. `@objectstack/console` publishes a PREBUILT objectui SPA frozen at `.objectui-sha`, so a merged frontend fix reaches nobody until the pin moves: #3771 was sending a field the shipped console could not read, and objectui#2899 taught a console no user was running. That is the same trap that made the first #3528 repro look like the bug was somewhere else entirely — the console source was already correct while /_console served an older build (documented in #3558). Pin: 09c6a177bb4a → 1bb77aa24514 (objectui main), carrying the #3528 console half plus 24 other frontend commits merged since the last refresh. The changeset lists the full range. Produced by scripts/bump-objectui.sh, which stamped `minor` on its own — the range contains feat commits, and the pipefail/SIGPIPE bug that used to force every refresh to `patch` was fixed in #3558. `pnpm check:console-sha` passes.
1 parent 32d3800 commit 8607a55

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

.changeset/console-1bb77aa24514.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
"@objectstack/console": minor
3+
---
4+
5+
Console (objectui) refreshed to `1bb77aa24514`. Frontend changes in this range:
6+
7+
- fix(flow-runner): honor a screen field's `visibleWhen` — render and validation (framework#3528) (#2899)
8+
- fix(i18n): unconditional Chinese in the chatbot confirm card and field inspector (#2884, #2885) (#2900)
9+
- fix(actions): one precedence for `target`/`execute`, and stop mislabeling server-side `body` (#2896) (#2895)
10+
- fix(i18n): close the last three zh-branch gaps (#2871, part 3) (#2898)
11+
- feat(grid): compute all eleven spec column summary aggregations (#2890)
12+
- feat(console): make `delegated_admin` reachable and narrow both role pickers (framework#3697) (#2891)
13+
- fix(app-shell): localize the two DeclaredActionsBar strings that bypassed i18n (#2762 P0-3) (#2894)
14+
- fix(i18n): delete the four `pick({en,zh})` clones (#2871, part 2) (#2893)
15+
- fix(views): the five per-view-type configs speak the spec vocabulary (#2231 phase 3) (#2892)
16+
- feat(grid): gate list row Edit/Delete and bulk delete on the effective operation set (objectstack#3720) (#2889)
17+
- feat(charts): honor `ChartAxis.stepSize`, `ChartConfig.description` and `.height` (framework#3752) (#2888)
18+
- fix(i18n): retire four hand-rolled zh/en branches (#2871, part 1) (#2887)
19+
- feat(charts): ObjectChart honors the spec `ChartConfig` author shape (#2880) (#2883)
20+
- fix(hooks): stop calling translation hooks inside try/catch (#2879) (#2881)
21+
- fix(charts): a fieldless `count` aggregate keyed its value column `undefined` (framework#3701) (#2878)
22+
- fix(i18n): make `en` the complete source of truth for grid import and set-password (#2872 b/c) (#2877)
23+
- fix(auth): localize the ADR-0069 remediation gate and the auth split-panel (#2870) (#2875)
24+
- fix(metadata-admin): drop the SkillPreview "Required Permissions" panel (framework#3686) (#2874)
25+
- feat(console): scoped-invitation placement — invite straight into a unit and positions (framework ADR-0105 D8) (#2868)
26+
- fix(attachments): read the storage service's new error envelope so gated downloads keep their friendly copy (objectstack#3675) (#2869)
27+
- fix(fls): wire real per-caller FLS into import targets and grid columns, drop dead field.permissions shape (objectstack#3661) (#2866)
28+
- fix(page,field): consume the spec's type/label/maxLength keys (framework#1878 §3 recheck) (#2867)
29+
- fix(cloud-connection): localize the Cloud Connection panel (objectstack#3589 follow-up) (#2865)
30+
- fix(dashboard,charts): send widget query options to the server, order funnel stages by the pipeline (#2864)
31+
- fix(action): honor the spec disabled predicate on every action-rendering surface (#1885 follow-through) (#2863)
32+
33+
objectui range: `09c6a177bb4a...1bb77aa24514`

.objectui-sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
09c6a177bb4a423b1a6a78ac8ca3d1bf45a99d0b
1+
1bb77aa24514a9bee9014a9194cbe0c1eed8adc4

0 commit comments

Comments
 (0)