chore: release packages#2302
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
a0c7eac to
d7d8bac
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@12.1.0
Minor Changes
572cc6b: Keep a clickable path back when drilling from a record into a related child record (objectui "点击子表标题跳转后如何返回").
Clicking a related sub-table row opens the child record's detail page, but that page dropped all trace of where you came from: its breadcrumb only led to the child object's list (never the parent record), and the record body's built-in Back button is suppressed on the schema-rendered surface. From a related-list drill-in the only way back was the browser Back button.
?from=URL param carries the ancestor trail. When you open a related record (both the synthRelatedRecordActionsBridge.onViewpath and the legacyRecordDetailViewonRowClickpath), the parent record is appended to a compact, refresh- and share-safe trail encoded in the URL. Nested drill-ins accumulate (Account → Invoice → Invoice Line); depth is capped at 8 and titles truncated so the URL can't grow unbounded, and a trailing self-reference is deduped. Codec (encodeRecordTrail/decodeRecordTrail/appendRecordTrail/buildRecordTrailHref) is total — a malformed value yields no ancestor crumbs rather than throwing.?from=trail now showsAccount → #parent → Invoice → #child, each ancestor anobject-list → recordpair that links back, with mid-path crumbs preserving the ancestors above them.23132ab: Studio Interfaces: move the source-page code editor into a "Source" inspector tab, silence its bogus TypeScript errors, and deep-link menu selection.
For
kind:'html'/kind:'react'pages (asourcestring, not a block tree), the code editor now lives in a dedicated Source tab in the right-hand properties panel while the canvas shows only the live preview; edits flow through the shared draft so the preview stays in sync. TheSourcePageEditorgains amodeprop (split|editor|preview) to render the halves independently, and abeforeMounthook disables the Monaco TypeScript worker's semantic/syntax validation (and configures JSX) so JSX-flavoured HTML — intrinsic tags like<flex>, noimport React,style={{…}}object literals — no longer floods the gutter with meaningless red squiggles (the live preview and server-side validation remain the source of truth). Selecting a menu now records the open surface as?surface=<type>:<name>, so the design target is shareable and survives a reload instead of snapping back to the first nav leaf.Patch Changes
@object-ui/console@12.1.0
Patch Changes
@object-ui/auth@12.1.0
Patch Changes
@object-ui/cli@12.1.0
Patch Changes
@object-ui/collaboration@12.1.0
Patch Changes
@object-ui/components@12.1.0
Patch Changes
@object-ui/core@12.1.0
Patch Changes
@object-ui/data-objectstack@12.1.0
Patch Changes
@object-ui/fields@12.1.0
Patch Changes
@object-ui/layout@12.1.0
Patch Changes
@object-ui/mobile@12.1.0
Patch Changes
@object-ui/permissions@12.1.0
Patch Changes
@object-ui/plugin-ai@12.1.0
Patch Changes
@object-ui/plugin-calendar@12.1.0
Patch Changes
@object-ui/plugin-charts@12.1.0
Patch Changes
@object-ui/plugin-chatbot@12.1.0
Patch Changes
@object-ui/plugin-dashboard@12.1.0
Patch Changes
@object-ui/plugin-designer@12.1.0
Patch Changes
@object-ui/plugin-detail@12.1.0
Patch Changes
@object-ui/plugin-editor@12.1.0
Patch Changes
@object-ui/plugin-form@12.1.0
Patch Changes
@object-ui/plugin-gantt@12.1.0
Patch Changes
@object-ui/plugin-grid@12.1.0
Patch Changes
@object-ui/plugin-kanban@12.1.0
Patch Changes
@object-ui/plugin-map@12.1.0
Patch Changes
@object-ui/plugin-markdown@12.1.0
Patch Changes
@object-ui/plugin-report@12.1.0
Patch Changes
@object-ui/plugin-timeline@12.1.0
Patch Changes
@object-ui/plugin-tree@12.1.0
Patch Changes
@object-ui/plugin-view@12.1.0
Patch Changes
@object-ui/providers@12.1.0
Patch Changes
@object-ui/react@12.1.0
Patch Changes
@object-ui/runner@12.1.0
Patch Changes
@object-ui/tenant@12.1.0
Patch Changes
@object-ui/create-plugin@12.1.0
@object-ui/i18n@12.1.0
@object-ui/plugin-list@12.1.0
@object-ui/react-runtime@12.1.0
@object-ui/sdui-parser@12.1.0
@object-ui/types@12.1.0
object-ui@12.1.0
Patch Changes