@manojadams/metaforms-core
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -6,2 +6,3 @@ import FormRenderer from "./FormRenderer"; | ||
import BaseFormStepper from "./form/form-stepper/BaseFormStepper"; | ||
import BaseFormWizard from "./form/form-wizard/BaseFormWizard"; | ||
import MetaForm from "./core/MetaForm"; | ||
@@ -12,3 +13,3 @@ import FormUtils from "./utils/FormUtil"; | ||
export default FormRenderer; | ||
export { BaseFormControl, BaseFormGroup, BaseFormStepper }; | ||
export { BaseFormControl, BaseFormGroup, BaseFormStepper, BaseFormWizard }; | ||
/** Export constants */ | ||
@@ -15,0 +16,0 @@ export * from "./constants/constants"; |
{ | ||
"name": "@manojadams/metaforms-core", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "React Library for rendering dynamic forms from json schema", | ||
@@ -5,0 +5,0 @@ "author": "manojgetwealthy", |
@@ -5,3 +5,3 @@ # metaform-core | ||
## Change logs | ||
Fixed stepper and wizard not working | ||
Export wizard component for external use | ||
@@ -8,0 +8,0 @@ ## Introduction |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
852654
7790