Skip to content

Releases: tjinauyeung/svelte-forms-lib

v1.10.2

01 May 13:09
f846e04
Compare
Choose a tag to compare

1.10.2 (2021-05-01)

Bug Fixes

  • isvalid store: fix isValid returning 'false' for valid nested arrays (9420ce7), closes #115

v1.10.1

21 Mar 17:05
ac8d3cb
Compare
Choose a tag to compare

1.10.1 (2021-03-21)

Bug Fixes

  • components: revert TS additions (708d77f)
  • package.json: revert exports feature (1fe5480), closes #112

v1.10.0

20 Mar 11:48
d634b98
Compare
Choose a tag to compare

1.10.0 (2021-03-20)

Features

  • package.json: add exports property (0981e9c)

v1.9.0

27 Feb 16:43
e687cb5
Compare
Choose a tag to compare

1.9.0 (2021-02-27)

Features

  • form: allow context to be passed into component (1de3f93), closes #101

v1.8.0

25 Feb 23:31
29aeea0
Compare
Choose a tag to compare

1.8.0 (2021-02-25)

Features

  • form component: expose all methods via slot props (8a7fe80)

v1.7.2

17 Feb 06:58
f96f154
Compare
Choose a tag to compare

1.7.2 (2021-02-17)

Bug Fixes

  • index.d.ts: fix some type definitions and improvements (87451f3)

v1.7.1

17 Feb 06:50
f146eff
Compare
Choose a tag to compare

1.7.1 (2021-02-17)

Bug Fixes

  • textarea.svelte: the textarea component had a bug with prettier (fb26507)

v1.7.0

15 Feb 20:54
3c46bc1
Compare
Choose a tag to compare

1.7.0 (2021-02-15)

Features

  • index.d.ts: added type definitions (b32737f), closes #81

v1.6.0

07 Feb 10:44
f88789a
Compare
Choose a tag to compare

1.6.0 (2021-02-07)

Features

  • textarea: add component and tests (d520f1d), closes #86

v1.5.0

07 Feb 10:40
7d8e46f
Compare
Choose a tag to compare

1.5.0 (2021-02-07)

Features

  • component context: export key (e0faa78), closes #85