Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.16 KB

File metadata and controls

38 lines (26 loc) · 1.16 KB

@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/types@0.3.0

0.2.1

Patch Changes

  • Patch release: Add automated changeset workflow and CI/CD improvements

    This release includes infrastructure improvements:

    • Added changeset-based version management
    • Enhanced CI/CD workflows with GitHub Actions
    • Improved documentation for contributing and releasing
  • Updated dependencies

    • @object-ui/types@0.2.1