Releases: tjinauyeung/svelte-forms-lib
Releases · tjinauyeung/svelte-forms-lib
v1.10.2
1.10.2 (2021-05-01)
Bug Fixes
- isvalid store: fix isValid returning 'false' for valid nested arrays (9420ce7), closes #115
v1.10.1
1.10.1 (2021-03-21)
Bug Fixes
- components: revert TS additions (708d77f)
- package.json: revert exports feature (1fe5480), closes #112
v1.10.0
1.10.0 (2021-03-20)
Features
- package.json: add exports property (0981e9c)
v1.9.0
1.9.0 (2021-02-27)
Features
- form: allow context to be passed into component (1de3f93), closes #101
v1.8.0
1.8.0 (2021-02-25)
Features
- form component: expose all methods via slot props (8a7fe80)
v1.7.2
1.7.2 (2021-02-17)
Bug Fixes
- index.d.ts: fix some type definitions and improvements (87451f3)
v1.7.1
1.7.1 (2021-02-17)
Bug Fixes
- textarea.svelte: the textarea component had a bug with prettier (fb26507)
v1.7.0
1.7.0 (2021-02-15)
Features
- index.d.ts: added type definitions (b32737f), closes #81
v1.6.0
1.6.0 (2021-02-07)
Features
- textarea: add component and tests (d520f1d), closes #86
v1.5.0
1.5.0 (2021-02-07)
Features
- component context: export key (e0faa78), closes #85