@domonda/form
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.3.5](https://github.com/domonda/domonda-js/compare/@domonda/form@2.3.4...@domonda/form@2.3.5) (2020-07-01) | ||
**Note:** Version bump only for package @domonda/form | ||
## [2.3.4](https://github.com/domonda/domonda-js/compare/@domonda/form@2.3.3...@domonda/form@2.3.4) (2020-05-15) | ||
@@ -8,0 +16,0 @@ |
@@ -16,3 +16,3 @@ /** | ||
} | ||
export declare type FormDefaultValues = object | Array<any>; | ||
export declare type FormDefaultValues = Record<string, any> | Array<any>; | ||
export declare type FormSubmitHandler<T extends FormDefaultValues> = (values: T, form: Form<T>) => any | Promise<any>; | ||
@@ -19,0 +19,0 @@ export interface FormConfig<T extends FormDefaultValues> { |
{ | ||
"name": "@domonda/form", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Powerful yet simple form library built using @domonda/plumb.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@domonda/plumb": "^2.2.8", | ||
"@domonda/plumb": "^2.2.9", | ||
"fast-equals": "^2.0.0", | ||
@@ -23,0 +23,0 @@ "lodash.get": "^4.4.2", |
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
27139
Updated@domonda/plumb@^2.2.9