Skip to content

Releases: reeli/react-rx-form

Bug Fixes

12 Feb 09:45
Compare
Choose a tag to compare
  • Fix IntelliJ IDEA auto import with incorrect path issue.
    Before: "import { Field } from "@react-rx/form/src/index";"
    After: "import { Field } from "@react-rx/form";"

v1.0.10

16 Aug 10:35
Compare
Choose a tag to compare
upgrade html-webpack-plugin

v1.0.5

23 Apr 14:40
Compare
Choose a tag to compare
release 1.0.5

V1.0.4

23 Apr 13:48
Compare
Choose a tag to compare

Fix

  • Fix onChange params

v1.0.1

10 Apr 10:37
Compare
Choose a tag to compare

Bug Fixes

  • Correct form value which as the first argument pass to onSubmit function
  • Force set visited state when field blur

V1.0.0

09 Apr 11:06
52701ac
Compare
Choose a tag to compare

The biggest change for this release is migrating to react hooks.

New Features

  • Add normalize
  • Add pickDOMAttrs method to pick dom attributes

Bug Fixes

  • Fix modify the initialValues object issue
  • Add visited and touched state when submitting the form

Type Fixes

  • Fix type TOnSubmit

Dependency Fixes

  • Support React 16.8.1 now (the one with hooks feature✌️)
  • Move lodash to dev devDependencies

V0.1.5

09 Apr 10:41
Compare
Choose a tag to compare

This is for version history tracking.