Skip to content

Releases: 42-px/effector-forms

effector-forms 1.3.3

18 Jul 15:38

Choose a tag to compare

  • Added support for "moduleResolution": "Bundler" (typescript)

effector-forms 1.3.2

19 May 10:18

Choose a tag to compare

  • Fixed a bug with the form.setInitialForm event. If form.setInitialForm event was called when resetting the form, the field values will be reset to the values passed to form.setInitialForm

effector-forms 1.3.1

14 May 14:46

Choose a tag to compare

  • Fixed problems with sids. You can now use the library with SSR! Don't forget to add effector-forms to the babel plugin configuration
  • @@unitShape protocol implemented. Now you can connect effector-forms entities to views using useUnit
  • Removed '/scope' export. This is not a breaking change because before this SSR support was experimental and did not work correctly. To work with SSR, use normal import and connect entities with custom hooks or useUnit

effector-forms 1.1.0

13 May 16:43
655e649

Choose a tag to compare

  • added new event form.addErrors to add errors to multiple fields
  • added new event form.setInitialForm. This event changes both the value and the initial values. The $isDirty flag will be false. This event can be useful if you initialize the form in a delayed on response from the backend.
  • #4 fixed
  • removed legacy /ssr alias. Use /scope alias
  • stop supporting effector 21. For effector 21 use version v0.0.24 and earlier