Form Engine 6.0.0
Breaking changes
- When using formStorage in Designer, forms are now loaded through IFormStorage.getForm instead of FormViewerProps.getForm.
- The
formNameparameter is now optional in the IFormStorage.getForm function.
New
- Added Placeholder components: Paragraph, Graph, Grid.
- Added Divider component.
- Premium components are now included in the Designer CDN bundle.
- Released new viewer-bundle-premium CDN package containing all free and premium components.
- Added examples for selective component inclusion with CDN bundles.
- Added the reloadFormList method to useFormBuilder and builderRef.
Changed
- Deprecated the Meta.kind field.
- Enhanced CSS Editor with new "Styles for className" header in Styles tab.
Fixed bugs
- Fixed accessibility issue in RSuite Input component.