@dynamic-form-engine/html
v0.1.0
Published
Compatibility package forwarding to @dynamic-form-engine/react-html
Readme
@dynamic-form-engine/html
Compatibility package for @dynamic-form-engine/react-html.
Existing imports continue to work, but new applications should install and import @dynamic-form-engine/react-html directly. The root API, control subpaths, and stylesheet entry are forwarded without maintaining a second renderer implementation.
Lifecycle
This package remains supported throughout the v1 line. Removal is allowed only in a later major release after advance release notes and a migration window. Follow the canonical migration guide now; new code must not adopt this package.
Architecture boundary
- Runtime source in this package may import only
@dynamic-form-engine/react-html. @dynamic-form-engine/react-htmlmust never import this compatibility package.- Core, React adapter, control, registry, and styling implementation changes belong in
packages/react-html.
