chore: release packages#2500
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
d26280f to
d668948
Compare
d668948 to
ff245a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@object-ui/app-shell@14.1.0
Minor Changes
82441e4: feat(console-ai): proactive AI usage indicator in the ChatDock (ADR-0057 feat: add live playground for interactive schema demonstration #8)
Surfaces remaining AI headroom before a send hits the 429 wall, instead of
only learning the limit reactively.
the ChatDock header (desktop rail + mobile sheet). Near-full → an amber
"running low" hint and a popover with "resets tonight / next cycle" plus the
upgrade / top-up CTA (reusing the 429 deep-link). D5-safe: fractions and
qualitative words only, never a token number. Hides itself when the usage
endpoint is absent (older backend / OSS / no seat).
engine's post-turn / 429 nudge and on tab re-focus; fails soft to nothing.
AI_USAGE_REFRESH_EVENTon a rejected send (429) and onthe turn-finish edge so the ring updates right after the user's action.
console.ai.usage.*in en + zh-CN.Consumes the cloud
GET /api/v1/ai/usageendpoint (objectstack-ai/cloud#824).937b8ef: feat(app-shell): C2-β — AccessExplainPanel record 粒度渲染 (framework#2920)
AccessExplainPanel 现支持记录级解释(ADR-0095):
recordId;请求带上recordId。record归因——outcome 徽标(准入/排除/未评估)、命中的rules[](权限集 → 岗位 → 共享 → 行规则,含 kind/grants/via/effect 三态圆点)、有效行过滤(rowFilter JSON)、matchesRecord。record.visible结论横幅 +decidedBy决定性层(该记录为何可见/不可见)。向后兼容:不带
recordId时行为与对象级完全一致。466a5c6: feat(studio-access): package-level OWD overview — audit & batch-edit sharingModel (objectui#2505)
Add a package-scoped "Record Sharing Baseline (OWD)" panel to the Studio
Access pillar, a sibling surface next to the permission-set rail. It surveys —
and batch-edits — the org-wide default of every object the package owns, so an
author no longer has to open each object's Settings page to audit the baseline.
PackageOwdOverviewPanel— a table of object ×sharingModel×externalSharingModelcovering the package's objects (published ∪ pendingdrafts). Inline selects reuse the canonical four OWD values and the option
labels/help copy from
ObjectSettingsPanel. Save writes one package-scopedmetadata draft per changed object (identical to the per-object Settings
write); publish flows through the unchanged security-domain gate.
controlled_by_parentrows show the master link (read-only) instead of anexternal dial; row-level
external ≤ internalvalidation (ADR-0090 D11) issurfaced inline and blocks Save.
owd-sharing.ts—OWD_MODELS, theOWD_WIDTHaxis,isExternalWider,deriveMasterObject.?surface=deep-link (
owd:overview); the read-only OWD badge inPermissionMatrixEditornow links here (plain chip at environment scope, unchanged).
Patch Changes
f4d25f5: feat(app-shell): A4 — permission-provenance tri-state badge (framework#2920)
The Studio permission-matrix editor's provenance badge was two-state
(package / custom). It is now a tri-state — platform / package / admin(custom),
mirroring the unified
sys_*.managed_byvocabulary landed in framework#2920 sothe Studio matrix and the Setup record page read the same source-of-truth
labels.
PermissionMatrixEditor—managedBy === 'platform'renders a Platformbadge;
'package'(or an activepackageId) renders Package; everythingelse (including legacy
'user') falls through to Custom.perm.badge.platformi18n key (en + zh-CN).The Setup record page surfaces provenance via the framework object's now-
selectmanaged_byfield (rendered by the generic record renderer), so no record-pagechange is required here.
Updated dependencies [82441e4]
Updated dependencies [f30ff68]
@object-ui/console@14.1.0
Patch Changes
@object-ui/auth@14.1.0
Patch Changes
@object-ui/cli@14.1.0
Patch Changes
@object-ui/collaboration@14.1.0
Patch Changes
@object-ui/components@14.1.0
Patch Changes
f30ff68: fix(components): keep the list-view horizontal scrollbar pinned to the viewport bottom
In a list/grid view with many columns, the horizontal scrollbar was only
reachable after scrolling all the way to the last row. Root cause: the shadcn
<Table>wraps its<table>in aoverflow-autoscroll<div>. WhenDataTablealready renders the table inside a boundedflex-1 min-h-0 overflow-autoregion, that default wrapper became a SECOND,height-unbounded scroll container — it stretched to the full table height, so
its horizontal scrollbar sat at the bottom of all rows.
Tablegains an optionalcontainerClassNameprop that overrides thescroll-wrapper
<div>'s classes (default behavior unchanged).DataTablepassescontainerClassName="overflow-visible"so the outerbounded container owns both axes and the horizontal scrollbar stays pinned to
the viewport bottom — reachable from any scroll position, no need to scroll to
the last row.
Verified end-to-end against the running console (data-table with 60+ rows × 19
columns): the horizontal scroller is now the bounded
flex-1 min-h-0 overflow-autoregion (bottom on-screen, within the viewport) and the table canbe scrolled fully right while still at the top row.
Updated dependencies [82441e4]
@object-ui/core@14.1.0
Patch Changes
@object-ui/data-objectstack@14.1.0
Patch Changes
@object-ui/fields@14.1.0
Patch Changes
@object-ui/i18n@14.1.0
Patch Changes
82441e4: feat(console-ai): proactive AI usage indicator in the ChatDock (ADR-0057 feat: add live playground for interactive schema demonstration #8)
Surfaces remaining AI headroom before a send hits the 429 wall, instead of
only learning the limit reactively.
the ChatDock header (desktop rail + mobile sheet). Near-full → an amber
"running low" hint and a popover with "resets tonight / next cycle" plus the
upgrade / top-up CTA (reusing the 429 deep-link). D5-safe: fractions and
qualitative words only, never a token number. Hides itself when the usage
endpoint is absent (older backend / OSS / no seat).
engine's post-turn / 429 nudge and on tab re-focus; fails soft to nothing.
AI_USAGE_REFRESH_EVENTon a rejected send (429) and onthe turn-finish edge so the ring updates right after the user's action.
console.ai.usage.*in en + zh-CN.Consumes the cloud
GET /api/v1/ai/usageendpoint (objectstack-ai/cloud#824).@object-ui/layout@14.1.0
Patch Changes
@object-ui/mobile@14.1.0
Patch Changes
@object-ui/permissions@14.1.0
Patch Changes
@object-ui/plugin-ai@14.1.0
Patch Changes
@object-ui/plugin-calendar@14.1.0
Patch Changes
@object-ui/plugin-charts@14.1.0
Patch Changes
@object-ui/plugin-chatbot@14.1.0
Patch Changes
82441e4: feat(console-ai): proactive AI usage indicator in the ChatDock (ADR-0057 feat: add live playground for interactive schema demonstration #8)
Surfaces remaining AI headroom before a send hits the 429 wall, instead of
only learning the limit reactively.
the ChatDock header (desktop rail + mobile sheet). Near-full → an amber
"running low" hint and a popover with "resets tonight / next cycle" plus the
upgrade / top-up CTA (reusing the 429 deep-link). D5-safe: fractions and
qualitative words only, never a token number. Hides itself when the usage
endpoint is absent (older backend / OSS / no seat).
engine's post-turn / 429 nudge and on tab re-focus; fails soft to nothing.
AI_USAGE_REFRESH_EVENTon a rejected send (429) and onthe turn-finish edge so the ring updates right after the user's action.
console.ai.usage.*in en + zh-CN.Consumes the cloud
GET /api/v1/ai/usageendpoint (objectstack-ai/cloud#824).Updated dependencies [f30ff68]
@object-ui/plugin-dashboard@14.1.0
Patch Changes
@object-ui/plugin-designer@14.1.0
Patch Changes
@object-ui/plugin-detail@14.1.0
Patch Changes
@object-ui/plugin-editor@14.1.0
Patch Changes
@object-ui/plugin-form@14.1.0
Patch Changes
@object-ui/plugin-gantt@14.1.0
Patch Changes
@object-ui/plugin-grid@14.1.0
Patch Changes
(framework#2922): automations always ran on import before the server honored
the flag, so preserving behavior means opt-out rather than opt-in. The reset
path restores the same default.
@object-ui/plugin-kanban@14.1.0
Patch Changes
@object-ui/plugin-map@14.1.0
Patch Changes
@object-ui/plugin-markdown@14.1.0
Patch Changes
@object-ui/plugin-report@14.1.0
Patch Changes
@object-ui/plugin-timeline@14.1.0
Patch Changes
@object-ui/plugin-tree@14.1.0
Patch Changes
@object-ui/plugin-view@14.1.0
Patch Changes
@object-ui/providers@14.1.0
Patch Changes
@object-ui/react@14.1.0
Patch Changes
@object-ui/runner@14.1.0
Patch Changes
@object-ui/tenant@14.1.0
Patch Changes
@object-ui/create-plugin@14.1.0
@object-ui/plugin-list@14.1.0
@object-ui/react-runtime@14.1.0
@object-ui/sdui-parser@14.1.0
@object-ui/types@14.1.0
object-ui@14.1.0
Patch Changes