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
19 changes: 0 additions & 19 deletions .changeset/release-v0-2-1.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.3.0] - 2026-01-17

### Added

- **New Plugin**: `@object-ui/plugin-object` - ObjectQL plugin for automatic table and form generation
Expand Down Expand Up @@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Example applications in the examples directory
- Complete documentation site with VitePress

[0.3.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.3.0
[0.2.1]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.1
[0.2.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.0
[0.1.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.1.0
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @object-ui/cli

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"description": "CLI tool for Object UI - Build applications from JSON schemas",
"type": "module",
"bin": {
Expand Down
29 changes: 29 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @object-ui/components

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### 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": "0.2.1",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"main": "dist/index.umd.cjs",
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @object-ui/core

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]

## 0.2.1

### 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": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/data-objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @object-ui/data-objectql

## 0.3.0

### Minor Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

### Patch Changes

- Updated dependencies
- @object-ui/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-objectql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/data-objectql",
"version": "0.2.1",
"version": "0.3.0",
"description": "ObjectQL Data Source Adapter for Object UI",
"type": "module",
"main": "./dist/index.js",
Expand Down
29 changes: 29 additions & 0 deletions packages/designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/designer",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"description": "The Tool. A drag-and-drop visual editor to generate Object UI schemas.",
Expand Down
30 changes: 30 additions & 0 deletions packages/plugin-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @object-ui/plugin-charts

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"main": "dist/index.umd.cjs",
Expand Down
30 changes: 30 additions & 0 deletions packages/plugin-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @object-ui/plugin-editor

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"main": "dist/index.umd.cjs",
Expand Down
30 changes: 30 additions & 0 deletions packages/plugin-kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @object-ui/plugin-kanban

## 0.3.0

### Minor Changes

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.2

### Patch Changes

- New plugin-object and ObjectQL SDK updates

**Added:**
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
- ObjectTable: Auto-generates tables from ObjectQL object schemas
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
- Full TypeScript support with comprehensive type definitions
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient

**Changed:**
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
- Updated @objectql/types from ^1.8.3 to ^1.9.1

- Updated dependencies
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]
- @object-ui/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-ui/plugin-kanban",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"main": "dist/index.umd.cjs",
Expand Down
Loading