Skip to content

Releases: BearStudio/formiz

v1.0.0-rc.4

26 Jan 14:17
Compare
Choose a tag to compare

Fix all validations rules to accept "empty" (null, undefined, "") value.
Because this rule is handled with the isRequired() rule (or required property).

Issue #10

v1.0.0-rc.3

05 Dec 20:22
Compare
Choose a tag to compare

Fix type error in FormizStep

v1.0.0-rc.2

05 Dec 19:30
Compare
Choose a tag to compare

Prevent import errors in TypeScript projects

✨ Release Candidate

23 Nov 11:44
Compare
Choose a tag to compare

This version is available for tests before 1.0.0 release.
There will be no longer breaking change now in the API 👌

Feel free to test it out and open issues if you facing some bugs 😊

Visit the documentation website for more information: formiz-react.com
Or the examples website for more real-life examples: formiz-examples.netlify.com

v1.0.0-alpha.25

18 Nov 16:06
Compare
Choose a tag to compare
v1.0.0-alpha.25 Pre-release
Pre-release

Add valueDebounced value in useField() hook to access the debounced value

v1.0.0-alpha.24

09 Nov 12:29
Compare
Choose a tag to compare
v1.0.0-alpha.24 Pre-release
Pre-release
  • BREAKING CHANGE - rename isRequired property to required.
  • Improve validations update (remove JSON.stringify)

v1.0.0-alpha.23

09 Nov 12:28
Compare
Choose a tag to compare
v1.0.0-alpha.23 Pre-release
Pre-release

Add formatValue property to fields to allow formating the value before saving it into the state.

v1.0.0-alpha.22

05 Nov 13:25
Compare
Choose a tag to compare
v1.0.0-alpha.22 Pre-release
Pre-release
  • BREAKING CHANGE - Remove values argument from validations rules and add deps key to handle external dependencies in validations. Allow enabling validation memoization.
  • Fix field value not changing when the value is the same as defaultValue.

v1.0.0-alpha.21

05 Nov 13:26
Compare
Choose a tag to compare
v1.0.0-alpha.21 Pre-release
Pre-release
  • Use internal id for fields instead of the name to prevent unwanted unregister of fields with array syntax.

v1.0.0-alpha.20

28 Oct 18:51
Compare
Choose a tag to compare
v1.0.0-alpha.20 Pre-release
Pre-release
  • Fix error of wrong values and validations for fields with array names
  • Expose resetKey in useForm hook
  • Prevent html native validation when autoForm is enabled