@felte/common
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @felte/common | ||
## 0.2.4 | ||
### Patch Changes | ||
- 53e5278: Pass config object to extender | ||
## 0.2.3 | ||
@@ -4,0 +10,0 @@ |
@@ -13,2 +13,3 @@ import { Readable, Writable } from "svelte/store"; | ||
touched: Writable<Touched<Data>>; | ||
config: FormConfig<Data>; | ||
}; | ||
@@ -48,2 +49,3 @@ type OnSubmitErrorState<Data extends Obj> = { | ||
extend?: Extender | Extender[]; | ||
[key: string]: unknown; | ||
} | ||
@@ -56,2 +58,3 @@ /** | ||
initialValues: Data; | ||
[key: string]: unknown; | ||
} | ||
@@ -63,2 +66,3 @@ /** | ||
initialValues?: Data; | ||
[key: string]: unknown; | ||
} | ||
@@ -65,0 +69,0 @@ /** The errors object may contain either a string or array or string per key. */ |
{ | ||
"name": "@felte/common", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Common utilities for Felte packages", | ||
@@ -5,0 +5,0 @@ "author": "Pablo Berganza <pablo@berganza.dev>", |
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
45334
210