Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jul 10, 2016
1 parent a97c38b commit 9d2a624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 1.3.0 / 2016-07-10

Added a `component` prop to specify the component rendered by `AutoForm`, defaulting to `'form'`.

Fixed unknown props warning with React 15.2.0.
Fixed unknown props warning with React 15.2.x.

# 1.2.5 / 2016-01-02

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-auto-form",
"version": "1.2.5",
"version": "1.3.0",
"description": "Simplifies getting user input from basic forms via onChange and onSubmit events",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down

0 comments on commit 9d2a624

Please sign in to comment.