包详细信息

@autoform/core

vantezzen24.4k3.0.0

This package provides the core functionality for AutoForm. You'll most likely use UI-library specific packages like @autoform/mui instead of this package - unless you want to create your own renderer.

自述文件

AutoForm Core

This package provides the core functionality for AutoForm. You'll most likely use UI-library specific packages like @autoform/mui instead of this package - unless you want to create your own renderer.

The core is agnostic to both the schema and the UI library used to render the form.

Installation

npm install @autoform/core

For more information on how to use this package, see the AutoForm documentation.

更新日志

@autoform/core

3.0.0

Major Changes

  • Rework dependency system

2.2.0

Minor Changes

  • Update

2.1.0

Minor Changes

  • Improve types

2.0.0

Major Changes

  • v2

1.2.0

Minor Changes

  • Improve DX

1.1.3

Patch Changes

  • Add yup support

1.1.2

Patch Changes

  • Clean build package

1.1.1

Patch Changes

  • Fix build

1.1.0

Minor Changes

  • Initial release