react-simple-formkit 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -150,8 +150,8 @@ return (
150
150
  ## Centralized processing with onChange
151
151
 
152
152
  ```
153
- const handleChange = ({ formState, isDirty }) => {
154
- console.log({ formState, isDirty });
153
+ const handleChange = (data) => {
154
+ console.log(data);
155
155
  };
156
156
 
157
157
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-simple-formkit",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "keywords": [
5
5
  "react formkit",
6
6
  "react ez formkit",