Releases: tjinauyeung/svelte-forms-lib
Releases · tjinauyeung/svelte-forms-lib
v2.0.1
06 Jan 07:30
Compare
Sorry, something went wrong.
No results found
2.0.1 (2022-01-06)
Bug Fixes
create-form.js: add return for onSubmit function in handleSubmit (273dbe7 ), closes #152
v2.0.0
07 Nov 12:04
Compare
Sorry, something went wrong.
No results found
2.0.0 (2021-11-07)
Features
index.d.ts: use unicorn-suggested type names (dc29738 )
BREAKING CHANGES
index.d.ts: All types that were named *Props now use the full *Properties form to improve
readability
v1.10.10
07 Nov 11:39
Compare
Sorry, something went wrong.
No results found
Bug Fixes
index.d.ts: add missing parameter types to function signatures (5fa6dbf ), closes #140
v1.10.9
07 Nov 06:26
Compare
Sorry, something went wrong.
No results found
1.10.9 (2021-11-07)
Bug Fixes
index.d.ts: return more permissive type (0d22bfd ), closes #140
passing files as value in change handler instead of just input value when input has files type (64df097 )
v1.10.8
07 Nov 06:21
Compare
Sorry, something went wrong.
No results found
1.10.8 (2021-11-07)
Bug Fixes
Do not call assignDeep
for null
values. (9b385ea )
v1.10.7
12 Sep 15:12
Compare
Sorry, something went wrong.
No results found
1.10.7 (2021-09-12)
Bug Fixes
.lintstagedrc.js: omit typescript files from eslint (ec31c82 )
lib/index.d.ts: add key to typescript definitions (e061ca0 )
v1.10.6
29 Aug 15:44
Compare
Sorry, something went wrong.
No results found
1.10.6 (2021-08-29)
Bug Fixes
geterrorsfromschema: fix errors returning object when string expected (b01029a ), closes #131
empty object in errors when field has array type (f5d44ca )
v1.10.5
25 Jul 14:39
Compare
Sorry, something went wrong.
No results found
1.10.5 (2021-07-25)
Bug Fixes
packages: bump package versions (b1db276 )
v1.10.4
25 Jul 13:34
Compare
Sorry, something went wrong.
No results found
1.10.4 (2021-07-25)
Bug Fixes
Check if errors argument is null first. (e6b3555 )
Improved checks to get rid of travis errors. (b52b0fb )
Validation fails if validation schema contains objects that contain properties. (a9217db )
v1.10.3
02 May 15:10
Compare
Sorry, something went wrong.
No results found
1.10.3 (2021-05-02)
Bug Fixes
typescript definitions: replace manual svelte.JSX declaration with official svelte2tsx defs (c72a947 ), closes #118