chore: release packages#2026
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
d064f43 to
006ff7e
Compare
006ff7e to
0a08e03
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/console@7.3.0
Minor Changes
02da91f: feat(console): resolve the post-login landing from app metadata, not a hardcode
The root route (
/) previously redirected via a hardcodedPREFERRED_APPS = ['cloud_control']inCloudAwareRootRedirect— baking oneproduct's policy (cloud) into the shared Console, with no supported way for a
deployment to opt out of the
/homelauncher or land somewhere custom withoutforking the SPA.
CloudAwareRootRedirectis replaced byRootLandingRedirect, which resolves thelanding purely from app metadata (
resolveLandingPath, unit-tested):isDefault: true→/apps/<it>(its ownhomePageIdthenselects the landing page within it);
active !== false && hidden !== true) → that app;/home— the multi-app workspace launcher (legacy default).This gives
isDefaultrouting semantics (it was a display-only badge) — aback-compat-relevant contract change. Back-compat: a deployment with no
isDefaultapp and ≥2 visible apps still lands on/home, exactly as before;cloud is unaffected (
cloud_controlis alreadyisDefault: true) and thecloud-specific hardcode is removed. The landing is now a build-time product
decision a developer declares in metadata, not a runtime Settings-UI preference.
@object-ui/fields@7.3.0
Minor Changes
788dbf9: feat(fields): wire the
userfield picker to a realsys_usersearchThe
user/ownerfield widgets previously rendered a placeholder ("Userselection component requires integration with user management system") and the
form-type map fell through to
field:text, so auserfield rendered as aplain text input.
UserFieldnow delegates to the sharedLookupFieldwith the referencefixed to
sys_user— reusing the existing debounced candidate search, therecord-picker dialog, and id resolution — so selecting a person works the same
way as any lookup, with zero bespoke data plumbing.
mapFieldTypeToFormTypenow maps
user/ownertofield:user/field:owner, satisfying the existingfield-type-coverageregression guard (which already listed both but had nomapping wired — the widget map and cell renderers were registered, the form-type
map was the missing link). Table-cell display continues to use
UserCellRenderer(avatars/initials).
Pairs with the framework
userfield type (a lookup specialized tosys_user).Patch Changes
@object-ui/app-shell@7.3.0
Patch Changes
17ae00c: feat(studio): remove the "Local / Custom" stopgap scope from the package selector (ADR-0070 D5)
The package-scope selector no longer offers a synthetic "Local / Custom (this
env)" entry (the
package_id = null/sys_metadataorphan bucket fromobjectui#1946). That was a deliberate stopgap; ADR-0070 makes every
runtime-authored item live in a writable base, the kernel rejects orphan
creates (
writable_package_required), and legacy orphans are adopted into abase via "Adopt loose items". With no authoring path producing orphans, the
bucket has no reason to exist.
buildPackageScopeOptionsnow returns only writable bases (drops the appendedsentinel);
isLocalScope/LOCAL_PACKAGE_ID/writableBaseOptionsand theinline
LOCAL_SCOPE_IDinContextSelectorsare removed.is always the active scope; never the null/local sentinel).
sys_metadataprovenance handling (classifying a row asruntime-authored, artifact detection in the editor) is unchanged — the kernel
still keeps
nullas a legacy read tag.Closes the D5 tail of #2278 (the migration tooling it depended on already
shipped).
Updated dependencies [788dbf9]
@object-ui/auth@7.3.0
Patch Changes
@object-ui/cli@7.3.0
Patch Changes
@object-ui/collaboration@7.3.0
Patch Changes
@object-ui/components@7.3.0
Patch Changes
@object-ui/core@7.3.0
Patch Changes
@object-ui/data-objectstack@7.3.0
Patch Changes
@object-ui/layout@7.3.0
Patch Changes
@object-ui/mobile@7.3.0
Patch Changes
@object-ui/permissions@7.3.0
Patch Changes
@object-ui/plugin-ai@7.3.0
Patch Changes
@object-ui/plugin-calendar@7.3.0
Patch Changes
@object-ui/plugin-charts@7.3.0
Patch Changes
@object-ui/plugin-chatbot@7.3.0
Patch Changes
@object-ui/plugin-dashboard@7.3.0
Patch Changes
@object-ui/plugin-designer@7.3.0
Patch Changes
@object-ui/plugin-detail@7.3.0
Patch Changes
@object-ui/plugin-editor@7.3.0
Patch Changes
@object-ui/plugin-form@7.3.0
Patch Changes
@object-ui/plugin-gantt@7.3.0
Patch Changes
@object-ui/plugin-grid@7.3.0
Patch Changes
@object-ui/plugin-kanban@7.3.0
Patch Changes
@object-ui/plugin-map@7.3.0
Patch Changes
@object-ui/plugin-markdown@7.3.0
Patch Changes
@object-ui/plugin-report@7.3.0
Patch Changes
@object-ui/plugin-timeline@7.3.0
Patch Changes
@object-ui/plugin-tree@7.3.0
Patch Changes
@object-ui/plugin-view@7.3.0
Patch Changes
@object-ui/providers@7.3.0
Patch Changes
@object-ui/react@7.3.0
Patch Changes
@object-ui/runner@7.3.0
Patch Changes
@object-ui/tenant@7.3.0
Patch Changes
@object-ui/create-plugin@7.3.0
@object-ui/i18n@7.3.0
@object-ui/plugin-list@7.3.0
@object-ui/types@7.3.0
object-ui@7.3.0
Patch Changes