svelte-formula
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -8,7 +8,8 @@ # Changelog | ||
## [0.8.5] - 2021-02-23 | ||
## [0.8.6] - 2021-02-23 | ||
### Fixed | ||
- When a single value field is emptied after having values, correctly update the form state instead of leaving value value | ||
- When a single value field is emptied after having values, correctly update the form state instead of leaving previous value | ||
- Removed a stay comma introduced in `0.8.5`, and fixed typo in `0.8.4` | ||
@@ -15,0 +16,0 @@ ## [0.8.3] - 2021-02-22 |
{ | ||
"name": "svelte-formula", | ||
"description": "Reactive Forms for Svelte", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "svelte", |
@@ -603,3 +603,2 @@ import { get, writable } from 'svelte/store'; | ||
console.log(name, value); | ||
stores.formValues.update(function (state) { | ||
@@ -606,0 +605,0 @@ var _a; |
@@ -607,3 +607,2 @@ (function (global, factory) { | ||
console.log(name, value); | ||
stores.formValues.update(function (state) { | ||
@@ -610,0 +609,0 @@ var _a; |
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
124546
3089