Releases: 42-px/effector-forms
Releases · 42-px/effector-forms
effector-forms 1.3.3
effector-forms 1.3.2
- Fixed a bug with the
form.setInitialFormevent. Ifform.setInitialFormevent was called when resetting the form, the field values will be reset to the values passed toform.setInitialForm
effector-forms 1.3.1
- 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
- added new event
form.addErrorsto 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