Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed May 16, 2020
1 parent 8ff6008 commit 2e9a387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 3.0.0 / 2020-05-16

Breaking change: updated to get-form-data@3 - checkbox inputs without a `value` will now return `true` as their value when checked, instead of `'on'`.

# 2.0.0 / 2018-01-01
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-auto-form",
"version": "2.0.0",
"description": "Simplifies getting user input from basic forms via onChange and onSubmit events",
"version": "3.0.0",
"description": "Simplifies getting user input from forms via onChange and onSubmit events",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand Down Expand Up @@ -40,7 +40,9 @@
"keywords": [
"react",
"react-component",
"uncontrolled",
"uncontrolled-forms",
"form",
"forms"
]
}
}

0 comments on commit 2e9a387

Please sign in to comment.