@atlaskit/form
Advanced tools
Comparing version 3.1.7 to 3.1.8
# @atlaskit/form | ||
## 3.1.8 | ||
- [patch] Fix Form submit handlers being called when no onSubmit prop is passed [1086a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1086a6b) | ||
## 3.1.6 | ||
@@ -4,0 +7,0 @@ - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8) |
@@ -313,7 +313,4 @@ 'use strict'; | ||
Form.defaultProps = { | ||
onSubmit: function onSubmit() {}, | ||
onReset: function onReset() {}, | ||
onValidate: function onValidate() {}, | ||
target: '_self' | ||
}; | ||
exports.default = Form; |
@@ -279,7 +279,4 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties'; | ||
Form.defaultProps = { | ||
onSubmit: function onSubmit() {}, | ||
onReset: function onReset() {}, | ||
onValidate: function onValidate() {}, | ||
target: '_self' | ||
}; | ||
export default Form; |
{ | ||
"name": "@atlaskit/form", | ||
"version": "3.1.6" | ||
"version": "3.1.7" | ||
} |
{ | ||
"name": "@atlaskit/form", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"description": "Form package provides layout & validation for form fields", | ||
@@ -61,2 +61,2 @@ "license": "Apache-2.0", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
204438
2865