@@ -10,13 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212- Comprehensive test suite using Vitest and React Testing Library
13- - Test coverage for @object-ui/protocol , @object-ui/engine , @object-ui/renderer , @ object-ui/ui , and @object-ui/designer packages
13+ - Test coverage for @object-ui/core , @object-ui/react , @object-ui/components , and @object-ui/designer packages
1414- GitHub Actions CI/CD workflows:
1515 - CI workflow for automated testing, linting, and building
1616 - Release workflow for publishing new versions
1717- Test coverage reporting with @vitest/coverage-v8
1818- Contributing guidelines (CONTRIBUTING.md)
1919- Documentation for testing and development workflow in README
20+ - README files for all core packages
2021
2122### Changed
2223
@@ -28,14 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829### Added
2930
3031- Core packages:
31- - @object-ui/protocol - Pure metadata definitions and types
32- - @object-ui/engine - Headless logic for handling data
33- - @object-ui/renderer - Schema to UI component renderer
34- - @object-ui/ui - High-quality UI components built with Tailwind CSS & Shadcn
32+ - @object-ui/core - Core logic, types, and validation (Zero React dependencies)
33+ - @object-ui/react - React bindings and SchemaRenderer component
34+ - @object-ui/components - Standard UI components built with Tailwind CSS & Shadcn
3535 - @object-ui/designer - Drag-and-drop visual editor
36- - Monorepo structure using pnpm and TurboRepo
36+ - Monorepo structure using pnpm workspaces
3737- Basic TypeScript configuration
3838- Example applications in the examples directory
39+ - Complete documentation site with VitePress
3940
4041[ Unreleased ] : https://github.com/objectql/objectui/compare/v0.1.0...HEAD
4142[ 0.1.0 ] : https://github.com/objectql/objectui/releases/tag/v0.1.0
0 commit comments