Releases: tjinauyeung/svelte-forms-lib
Releases · tjinauyeung/svelte-forms-lib
v1.4.0
04 Feb 09:35
Compare
Sorry, something went wrong.
No results found
1.4.0 (2021-02-04)
Features
utils: replace lodash.isequal with smaller dequal dep (45f76e1 )
v1.3.2
20 Jan 09:43
Compare
Sorry, something went wrong.
No results found
1.3.2 (2021-01-20)
Bug Fixes
create-form: use deep equal to determine if fields are equal (27007a5 )
v1.3.1
13 Jan 11:36
Compare
Sorry, something went wrong.
No results found
1.3.1 (2021-01-13)
Bug Fixes
error initialisation: ensure array values in initialValues are represented in errors (d21d08b ), closes #79
error initialization: fix array values in schema validation being returned as strings (1a7be0f ), closes #79
v1.3.0
12 Dec 16:09
Compare
Sorry, something went wrong.
No results found
1.3.0 (2020-12-12)
Bug Fixes
handleSubmit: clear errors before updating (b720dfa )
Features
commit messages: enforce conventional commit messages with commitlint (7c35aed )
v1.2.2
27 Sep 20:30
Compare
Sorry, something went wrong.
No results found
1.2.2 (2020-09-27)
Bug Fixes
lib.spec.js: fix async updates resulting in false positives in test runs (ab9799a )
v1.2.1
11 Sep 15:00
Compare
Sorry, something went wrong.
No results found
1.2.1 (2020-09-11)
Bug Fixes
handlechange: prevent handleChange from throwing no validation provided (d8ce37b )
v1.2.0
06 Aug 04:08
Compare
Sorry, something went wrong.
No results found
1.2.0 (2020-08-06)
Features
createform validate: handle nullish value being returned from validateFn (2280b28 ), closes #44 #44
v1.1.2
20 Jul 06:32
Compare
Sorry, something went wrong.
No results found
1.1.2 (2020-07-20)
Bug Fixes
package.json: install svelte as a dev dep (de79e9e ), closes #11 #11