From a96529a7b0394ca1527dbc3875fff2cda4a86e80 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Aug 2026 02:10:06 +0000 Subject: [PATCH] =?UTF-8?q?docs(changeset):=20vendored=20console=20?= =?UTF-8?q?=E6=9D=A1=E7=9B=AE=E9=87=8C=E7=BB=99=20flow=20=E5=87=A0?= =?UTF-8?q?=E4=BD=95=E8=BF=81=E7=A7=BB=E8=A1=A5=E5=9B=9E=20BREAKING=20(v17?= =?UTF-8?q?)=20=E6=A0=87=E6=B3=A8=20(#6106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .changeset/console-f995a452d2ca.md 的 flow 节点几何条目(objectui 6e794a19e / objectui#3172)在源 changeset 里确实声明了破坏性,但那句陈述在正文靠后段落, 而 digest 只读首段,于是 vendored 条目丢了标注 —— 编译出的发布记录里它读起来 像一次普通行为修复。同文件的 widget 条目(042e09d77)首段自带标注,两条并排时 差异尤其误导。 本次只把源头真相还原到这一行:前缀补 `**BREAKING (v17)** — `,与 widget 条目的 标注样式逐字节一致。⛔ 不改 digest 脚本(那是 #6099 的机制问题,另案),不重新 生成文件,不调整条目顺序,frontmatter 原样不动。 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BDmDsu2575gDxeMCxXhDE3 --- .changeset/console-f995a452d2ca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/console-f995a452d2ca.md b/.changeset/console-f995a452d2ca.md index 092ff0c819..cca93cbea9 100644 --- a/.changeset/console-f995a452d2ca.md +++ b/.changeset/console-f995a452d2ca.md @@ -18,7 +18,7 @@ Derived from the changesets objectui declared over the range — 64 releasing of - **minor** — Field widgets no longer spread renderer-only props — or arbitrary keys from a field config — onto the DOM element they render (objectui#3291). (objectui `19b8c9be3`) - **minor** — `RichTextField` honours `mobile_fullscreen`, so `mobile.fullscreenLongText` is finally true of rich text too (objectui#3301). (objectui `30ae33a77`) - **minor** — `mobile.fullscreenLongText` finally reaches auto-generated long-text fields, and `mobile_fullscreen` gets one declared carrier (objectui#3245). (objectui `f44d8727f`) -- **minor** — The flow designer writes node geometry as the spec's `FlowNode.position`, not its own `ui: { x, y }` (objectui#3172). (objectui `6e794a19e`) +- **minor** — **BREAKING (v17)** — The flow designer writes node geometry as the spec's `FlowNode.position`, not its own `ui: { x, y }` (objectui#3172). (objectui `6e794a19e`) - **minor** — **BREAKING (v17)** — field widgets receive their metadata on ONE key, `field`. `schema` is removed from the widget contract (objectui#3233). (objectui `042e09d77`) - **patch** — `UserFilters` no longer carries its own operator table when it lowers a `ViewTab.filter` preset into an ObjectQL AST node. The private `specOperatorToAst` was the second hand-kept… (objectui `d7f350a89`) - **patch** — Name `CommentThread`'s three emoji-only buttons, and follow the session language past the 7-day mark (objectui#3441) (objectui `65516ba4a`)