@felte/preact
Advanced tools
Comparing version 1.2.11 to 1.2.12
{ | ||
"name": "@felte/preact", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"description": "An extensible form library for Preact", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.cjs", | ||
"dependencies": { | ||
"@felte/core": "1.4.1" | ||
"@felte/core": "1.4.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "publishConfig": { |
@@ -8,3 +8,3 @@ # Felte: A form library for Preact | ||
Felte is an extensible form library originally built for Svelte but easily integrated with Preact using this package. Felte, on its most simple form, only requires you to set a `ref` to your form element to work. No custom `Field`or `Form` components are needed, making custom styles really easy to do. If you want to see it in action, you can check this [CodeSandbox demo](https://codesandbox.io/s/felte-preact-demo-svkbbe?file=/src/App.js). | ||
Felte is an extensible form library originally built for Svelte but easily integrated with Preact using this package. Felte, on its most simple form, only requires you to set a `ref` to your form element to work. No custom `Field` or `Form` components are needed, making custom styles really easy to do. If you want to see it in action, you can check this [CodeSandbox demo](https://codesandbox.io/s/felte-preact-demo-svkbbe?file=/src/App.js). | ||
@@ -11,0 +11,0 @@ ## Features |
116565
+ Added@felte/core@1.4.2(transitive)
- Removed@felte/core@1.4.1(transitive)
Updated@felte/core@1.4.2