Releases: tjinauyeung/svelte-forms-lib
Releases · tjinauyeung/svelte-forms-lib
v2.0.1
2.0.1 (2022-01-06)
Bug Fixes
- create-form.js: add return for onSubmit function in handleSubmit (273dbe7), closes #152
v2.0.0
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
Bug Fixes
- index.d.ts: add missing parameter types to function signatures (5fa6dbf), closes #140
v1.10.9
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
1.10.8 (2021-11-07)
Bug Fixes
- Do not call
assignDeep
for null
values. (9b385ea)
v1.10.7
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
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
1.10.5 (2021-07-25)
Bug Fixes
- packages: bump package versions (b1db276)
v1.10.4
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
1.10.3 (2021-05-02)
Bug Fixes
- typescript definitions: replace manual svelte.JSX declaration with official svelte2tsx defs (c72a947), closes #118