Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-console-workspace-redirect.md

This file was deleted.

22 changes: 22 additions & 0 deletions apps/console-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @object-ui/console-starter

## 0.1.1

### Patch Changes

- @object-ui/i18n@3.3.1
- @object-ui/components@3.3.1
- @object-ui/auth@3.3.1
- @object-ui/plugin-calendar@3.3.1
- @object-ui/plugin-charts@3.3.1
- @object-ui/plugin-chatbot@3.3.1
- @object-ui/plugin-dashboard@3.3.1
- @object-ui/plugin-designer@3.3.1
- @object-ui/plugin-detail@3.3.1
- @object-ui/plugin-form@3.3.1
- @object-ui/plugin-grid@3.3.1
- @object-ui/plugin-kanban@3.3.1
- @object-ui/plugin-list@3.3.1
- @object-ui/plugin-report@3.3.1
- @object-ui/plugin-view@3.3.1
- @object-ui/app-shell@3.3.1
2 changes: 1 addition & 1 deletion apps/console-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/console-starter",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"description": "Minimal third-party console template built on createConsole() — fork this and customise.",
Expand Down
11 changes: 11 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @object-ui/console

## 3.3.1

### Patch Changes

- db7a418: fix(console): respect Vite `BASE_URL` when redirecting after a workspace
switch. The post-switch redirect previously hardcoded `/console/home`,
which broke deployments served from a different base path (e.g. Vercel,
where the console is mounted at `/`). It now derives the target from
`import.meta.env.BASE_URL`, so it works both behind `HonoServerPlugin`
(`/console/home`) and on standalone deployments (`/home`).

## 3.3.0

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/console",
"version": "3.3.0",
"version": "3.3.1",
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
"type": "module",
"main": "./plugin.js",
Expand Down
29 changes: 28 additions & 1 deletion packages/app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @object-ui/app-shell — Changelog

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1
- @object-ui/i18n@3.3.1
- @object-ui/react@3.3.1
- @object-ui/components@3.3.1
- @object-ui/fields@3.3.1
- @object-ui/layout@3.3.1
- @object-ui/data-objectstack@3.3.1
- @object-ui/auth@3.3.1
- @object-ui/permissions@3.3.1
- @object-ui/plugin-calendar@3.3.1
- @object-ui/plugin-charts@3.3.1
- @object-ui/plugin-chatbot@3.3.1
- @object-ui/plugin-dashboard@3.3.1
- @object-ui/plugin-designer@3.3.1
- @object-ui/plugin-detail@3.3.1
- @object-ui/plugin-form@3.3.1
- @object-ui/plugin-grid@3.3.1
- @object-ui/plugin-kanban@3.3.1
- @object-ui/plugin-list@3.3.1
- @object-ui/plugin-report@3.3.1
- @object-ui/plugin-view@3.3.1
- @object-ui/collaboration@3.3.1

All notable changes to this package will be documented in this file.
See the [monorepo CHANGELOG](../../CHANGELOG.md) for cross-package release notes.

2 changes: 1 addition & 1 deletion packages/app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/app-shell",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/auth

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/auth",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "Authentication system for Object UI with AuthProvider, useAuth hook, AuthGuard, and form components.",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @object-ui/cli

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/react@3.3.1
- @object-ui/components@3.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@objectstack/plugin-ui",
"version": "3.3.0",
"description": "ObjectStack CLI plugin for Object UI \u2014 oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
"version": "3.3.1",
"description": "ObjectStack CLI plugin for Object UI oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
"type": "module",
"homepage": "https://www.objectui.org/docs/utilities/cli",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/collaboration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/collaboration

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/collaboration",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "Real-time collaboration for Object UI with presence tracking, live cursors, conflict resolution, and comment threads.",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @object-ui/components

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1
- @object-ui/i18n@3.3.1
- @object-ui/react@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/components",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/core

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/core",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @object-ui/create-plugin

## 3.3.1

## 3.3.0

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/create-plugin",
"version": "3.3.0",
"version": "3.3.1",
"description": "CLI tool to scaffold ObjectUI plugins",
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/data-objectstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @object-ui/data-objectstack

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-objectstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/data-objectstack",
"version": "3.3.0",
"version": "3.3.1",
"description": "ObjectStack Data Adapter for Object UI",
"license": "MIT",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @object-ui/fields

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1
- @object-ui/i18n@3.3.1
- @object-ui/react@3.3.1
- @object-ui/components@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/fields",
"version": "3.3.0",
"version": "3.3.1",
"description": "Field renderers and registry for Object UI",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @object-ui/i18n

## 3.3.1

## 3.3.0

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/i18n",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @object-ui/layout

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1
- @object-ui/react@3.3.1
- @object-ui/components@3.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/layout",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"sideEffects": false,
"main": "dist/index.umd.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"vite": "^8.0.9",
"vite-plugin-dts": "^4.5.4"
},
"description": "Layout components for Object UI \u2014 AppShell, Page, SidebarNav and responsive containers with React Router integration",
"description": "Layout components for Object UI AppShell, Page, SidebarNav and responsive containers with React Router integration",
"keywords": [
"objectui",
"sdui",
Expand Down
6 changes: 6 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/mobile

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/mobile",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "Mobile optimization for Object UI with responsive components, PWA support, and touch gesture handling.",
Expand Down
6 changes: 6 additions & 0 deletions packages/permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @object-ui/permissions

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/permissions",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "RBAC permission system for Object UI with object/field/row-level access control, permission guards, and hooks.",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-aggrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @object-ui/plugin-aggrid

## 3.3.1

### Patch Changes

- @object-ui/types@3.3.1
- @object-ui/core@3.3.1
- @object-ui/react@3.3.1
- @object-ui/components@3.3.1
- @object-ui/fields@3.3.1
- @object-ui/data-objectstack@3.3.1

## 3.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-aggrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-aggrid",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"license": "MIT",
"description": "AG Grid data grid plugin for Object UI, powered by AG Grid Community",
Expand Down
Loading