@domonda/form
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.3](https://github.com/domonda/domonda-js/compare/@domonda/form@2.2.2...@domonda/form@2.2.3) (2019-11-21) | ||
**Note:** Version bump only for package @domonda/form | ||
## [2.2.2](https://github.com/domonda/domonda-js/compare/@domonda/form@2.2.1...@domonda/form@2.2.2) (2019-10-15) | ||
@@ -8,0 +16,0 @@ |
@@ -13,3 +13,4 @@ /** | ||
constructor(config: FormConfig<DefaultValues>, submitHandler: (event: Event) => void); | ||
current: FormConfig<DefaultValues>; | ||
get current(): FormConfig<DefaultValues>; | ||
set current(config: FormConfig<DefaultValues>); | ||
} | ||
@@ -16,0 +17,0 @@ export declare type FormDefaultValues = object | Array<any>; |
{ | ||
"name": "@domonda/form", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Powerful yet simple form library built using @domonda/plumb.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@domonda/plumb": "^2.2.4", | ||
"@domonda/plumb": "^2.2.5", | ||
"fast-equals": "^2.0.0", | ||
@@ -26,0 +26,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
26858
469
Updated@domonda/plumb@^2.2.5