You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(spec): ActionParamSchema gains widget config — multiple/accept/maxSize (objectui#2700)
The console now renders action params through the same field-widget renderer
the record form uses (objectui ADR-0059), so inline params can declare the
widget config the form widgets consume: `multiple` (array value shape,
mirrors FieldSchema.multiple) and the upload constraints `accept` (MIME
types / extensions) + `maxSize` (bytes, positive integer) for file/image
params. Field-backed params keep inheriting these from the referenced field
at runtime; inline values override. Purely additive.
Docs: regenerated references/ui/action.mdx; ui/actions.mdx notes that any
FieldType param renders its real widget (file upload, lookup picker,
richtext, ...). Changeset: @objectstack/spec minor.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rg7oavKSUdb2KzYEEYrCHX
* chore(changeset): downgrade console-fd45313b4d00 to minor (launch-window policy)
The auto-generated objectui-refresh changeset declared `@objectstack/console:
major`, which fails `check-changeset-no-major` on every PR: all publishable
packages are in the Changesets fixed group, so one `major` would promote the
entire monorepo. Per the check's launch-window policy, breaking changes ship
as `minor` — the changeset content is unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rg7oavKSUdb2KzYEEYrCHX
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments