Skip to content

Commit

Permalink
ver. 0.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Mar 14, 2018
1 parent 4a60bec commit 713955d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# history

## 0.2.25 / 2018-03-14

* `CHANGED` remove useless `jsxplaceholder` propType & defaultProps config

## 0.2.24 / 2018-03-12

* `CHANGED` change grid percent to match the expected behaviour
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": "uxcore-form-field",
"version": "0.2.35",
"version": "0.2.36",
"description": "uxcore-form-field component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-form-field.git",
"author": "eternalsky",
Expand Down
2 changes: 0 additions & 2 deletions src/FormField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ FormField.propTypes = {
jsxprefixCls: PropTypes.string,
jsxflex: PropTypes.number,
jsxname: PropTypes.string.isRequired,
jsxplaceholder: PropTypes.string,
jsxlabel: PropTypes.string,
jsxtips: PropTypes.string,
jsxrules: PropTypes.oneOfType([
Expand Down Expand Up @@ -558,7 +557,6 @@ FormField.defaultProps = {
formPrefixCls: 'kuma-uxform',
jsxflex: 1,
jsxname: '',
jsxplaceholder: '',
jsxlabel: '',
jsxtips: '',
standalone: false,
Expand Down

0 comments on commit 713955d

Please sign in to comment.