react-form
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -12,3 +12,2 @@ # 3.0.0 | ||
- `Field` is now a render-prop component, not an HOC. You can either directly replace it with the `withFormField` HOC, or adopt the inline FAAC format. | ||
- All `RadioGroup` components have been deprecated in favor of using the `field` prop directly on any `Radio` components. | ||
- `Form`'s '`dontValidateOnMount` is now `validatedOnMount` and defaults to false. If you want to validate on mount, use the `validateOnMount` prop. | ||
@@ -15,0 +14,0 @@ - Polyfills for `Array.find`, `Array.findIndex` and `Array.includes` are no longer provided with the library. If your target browsers do not support these methods, please manually include a polyfill for these methods in your app. |
{ | ||
"name": "react-form", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "React Form is a lightweight framework and utility for building powerful forms in React applications.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -152,2 +152,3 @@ # React-Form | ||
Older versions: | ||
* [Version 2.x.x](https://dazzling-keller-a8107a.netlify.com) | ||
* [Version 1.x.x](https://github.com/react-tools/react-form/tree/v1.3.0) |
154
245205