Skip to content

chore: release packages#2026

Merged
os-zhuang merged 1 commit into
mainfrom
changeset-release/main
Jun 27, 2026
Merged

chore: release packages#2026
os-zhuang merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

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 hardcoded
    PREFERRED_APPS = ['cloud_control'] in CloudAwareRootRedirect — baking one
    product's policy (cloud) into the shared Console, with no supported way for a
    deployment to opt out of the /home launcher or land somewhere custom without
    forking the SPA.

    CloudAwareRootRedirect is replaced by RootLandingRedirect, which resolves the
    landing purely from app metadata (resolveLandingPath, unit-tested):

    1. the app marked isDefault: true/apps/<it> (its own homePageId then
      selects the landing page within it);
    2. else the single visible app (active !== false && hidden !== true) → that app;
    3. else /home — the multi-app workspace launcher (legacy default).

    This gives isDefault routing semantics (it was a display-only badge) — a
    back-compat-relevant contract change. Back-compat: a deployment with no
    isDefault app and ≥2 visible apps still lands on /home, exactly as before;
    cloud is unaffected (cloud_control is already isDefault: true) and the
    cloud-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 user field picker to a real sys_user search

    The user/owner field widgets previously rendered a placeholder ("User
    selection component requires integration with user management system") and the
    form-type map fell through to field:text, so a user field rendered as a
    plain text input.

    UserField now delegates to the shared LookupField with the reference
    fixed to sys_user — reusing the existing debounced candidate search, the
    record-picker dialog, and id resolution — so selecting a person works the same
    way as any lookup, with zero bespoke data plumbing. mapFieldTypeToFormType
    now maps user/owner to field:user/field:owner, satisfying the existing
    field-type-coverage regression guard (which already listed both but had no
    mapping 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 user field type (a lookup specialized to sys_user).

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/i18n@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0
  • @object-ui/providers@7.3.0

@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_metadata orphan bucket from
    objectui#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 a
    base via "Adopt loose items". With no authoring path producing orphans, the
    bucket has no reason to exist.

    • buildPackageScopeOptions now returns only writable bases (drops the appended
      sentinel); isLocalScope / LOCAL_PACKAGE_ID / writableBaseOptions and the
      inline LOCAL_SCOPE_ID in ContextSelectors are removed.
    • The create-flow and list/home scope filters simplify accordingly (a real base
      is always the active scope; never the null/local sentinel).
    • Read-side sys_metadata provenance handling (classifying a row as
      runtime-authored, artifact detection in the editor) is unchanged — the kernel
      still keeps null as a legacy read tag.

    Closes the D5 tail of #2278 (the migration tooling it depended on already
    shipped).

  • Updated dependencies [788dbf9]

    • @object-ui/fields@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0
    • @object-ui/layout@7.3.0
    • @object-ui/data-objectstack@7.3.0
    • @object-ui/auth@7.3.0
    • @object-ui/permissions@7.3.0
    • @object-ui/plugin-editor@7.3.0
    • @object-ui/collaboration@7.3.0
    • @object-ui/providers@7.3.0

@object-ui/auth@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/cli@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/collaboration@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/components@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/i18n@7.3.0
  • @object-ui/react@7.3.0

@object-ui/core@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/data-objectstack@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0

@object-ui/layout@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/mobile@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/permissions@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/plugin-ai@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-calendar@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/plugin-detail@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0
    • @object-ui/mobile@7.3.0

@object-ui/plugin-charts@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/i18n@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-chatbot@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-dashboard@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0

@object-ui/plugin-designer@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/plugin-form@7.3.0
    • @object-ui/plugin-grid@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0
    • @object-ui/data-objectstack@7.3.0

@object-ui/plugin-detail@7.3.0

Patch Changes

  • @object-ui/i18n@7.3.0

@object-ui/plugin-editor@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-form@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0
    • @object-ui/permissions@7.3.0

@object-ui/plugin-gantt@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/plugin-detail@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0

@object-ui/plugin-grid@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0
    • @object-ui/mobile@7.3.0

@object-ui/plugin-kanban@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/plugin-detail@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0

@object-ui/plugin-map@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-markdown@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-report@7.3.0

Patch Changes

  • Updated dependencies [788dbf9]
    • @object-ui/fields@7.3.0
    • @object-ui/plugin-grid@7.3.0
    • @object-ui/types@7.3.0
    • @object-ui/core@7.3.0
    • @object-ui/i18n@7.3.0
    • @object-ui/react@7.3.0
    • @object-ui/components@7.3.0

@object-ui/plugin-timeline@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0
  • @object-ui/mobile@7.3.0

@object-ui/plugin-tree@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/plugin-view@7.3.0

Patch Changes

  • @object-ui/plugin-form@7.3.0
  • @object-ui/plugin-grid@7.3.0
  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0

@object-ui/providers@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@object-ui/react@7.3.0

Patch Changes

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/i18n@7.3.0
  • @object-ui/data-objectstack@7.3.0

@object-ui/runner@7.3.0

Patch Changes

  • @object-ui/plugin-kanban@7.3.0
  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0
  • @object-ui/react@7.3.0
  • @object-ui/components@7.3.0
  • @object-ui/plugin-charts@7.3.0

@object-ui/tenant@7.3.0

Patch Changes

  • @object-ui/types@7.3.0

@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

  • @object-ui/types@7.3.0
  • @object-ui/core@7.3.0

@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
objectui Ignored Ignored Jun 27, 2026 2:19pm

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from d064f43 to 006ff7e Compare June 27, 2026 14:04
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 006ff7e to 0a08e03 Compare June 27, 2026 14:19
@os-zhuang os-zhuang merged commit 9654f71 into main Jun 27, 2026
2 checks passed
@os-zhuang os-zhuang deleted the changeset-release/main branch June 27, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant