Skip to content
Merged
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
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.3.1] - 2026-01-27

### Changed

- **Package Restructure**: `@object-ui/plugin-object` has been upgraded to a core package and renamed to `@object-ui/views`
- Package name changed from `@object-ui/plugin-object` to `@object-ui/views`
- Now positioned as a core package instead of a plugin
- All functionality remains the same, only the package name and classification have changed
- Users should update their imports from `@object-ui/plugin-object` to `@object-ui/views`
- Maintenance release - Documentation and build improvements
- Updated internal dependencies across all packages

---

Expand Down
24 changes: 24 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @objectui/site

## 0.0.1

### Patch Changes

- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
- @object-ui/plugin-view@0.3.1
- @object-ui/plugin-grid@0.3.1
- @object-ui/plugin-form@0.3.1
- @object-ui/plugin-kanban@0.3.1
- @object-ui/plugin-charts@0.3.1
- @object-ui/plugin-calendar@0.3.1
- @object-ui/plugin-editor@0.3.1
- @object-ui/plugin-gantt@0.3.1
- @object-ui/plugin-map@0.3.1
- @object-ui/plugin-markdown@0.3.1
- @object-ui/plugin-timeline@0.3.1
- @object-ui/plugin-aggrid@0.4.1
- @object-ui/plugin-chatbot@0.3.1
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectui/site",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @object-ui/cli

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "CLI tool for Object UI - Build applications from JSON schemas",
"type": "module",
"homepage": "https://www.objectui.org",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @object-ui/components

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1

## 0.3.0

### Minor 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": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @object-ui/core

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1

## 0.3.0

### Minor 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": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "Core logic, types, and validation for Object UI. Zero React dependencies.",
"homepage": "https://www.objectui.org",
Expand Down
10 changes: 10 additions & 0 deletions packages/data-objectstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @object-ui/data-objectstack

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
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": "0.3.0",
"version": "0.3.1",
"description": "ObjectStack Data Adapter for Object UI",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @object-ui/fields

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/components@0.3.1
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": "0.3.0",
"version": "0.3.1",
"description": "Field renderers and registry for Object UI",
"license": "MIT",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @object-ui/layout

## 0.1.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/layout",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
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

## 0.4.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1

## 0.4.0

### Minor 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": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"description": "AG Grid data grid plugin for Object UI, powered by AG Grid Community",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @object-ui/plugin-calendar

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
- @object-ui/fields@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-calendar",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @object-ui/plugin-charts

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-charts",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Chart components plugin for Object UI, powered by Recharts",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @object-ui/plugin-chatbot

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-chatbot",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Chatbot interface plugin for Object UI",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @object-ui/plugin-dashboard

## 0.1.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-dashboard",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"description": "Dashboard plugin for Object UI",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @object-ui/plugin-editor

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-editor",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Rich text editor plugin for Object UI, powered by Monaco Editor",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @object-ui/plugin-form

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
- @object-ui/fields@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-form",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Form plugin for Object UI",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @object-ui/plugin-gantt

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
- @object-ui/fields@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-gantt",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Gantt chart plugin for Object UI",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @object-ui/plugin-grid

## 0.3.1

### Patch Changes

- Maintenance release - Documentation and build improvements
- Updated dependencies
- @object-ui/types@0.3.1
- @object-ui/core@0.3.1
- @object-ui/react@0.3.1
- @object-ui/components@0.3.1
- @object-ui/fields@0.3.1
2 changes: 1 addition & 1 deletion packages/plugin-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-grid",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "Grid plugin for Object UI",
Expand Down
Loading