Skip to content

Commit

Permalink
ver. 0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Oct 13, 2017
1 parent 4bf6660 commit eb7f2c2
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# history


## 0.2.23 / 2017-10-13

* `CHANGED` fit React@15

## 0.2.22 / 2017-09-27

* `CHANGED` createFormField support new option `specificClass`
Expand Down
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "uxcore-form-field",
"version": "0.2.22",
"description": "uxcore-form-field component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-form-field.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-form-field/issues"
},
"keywords": [
"react",
"react-component",
"react-components",
"uxcore-form-field",
"FormField"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-15": "^1.0.0",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "15.x",
"uxcore-form": "~1.8.0",
"uxcore-form-row": "~0.1.3",
"uxcore-kuma": "*",
"uxcore-tools": "0.2.x",
"jquery": "^1.12.4"
},
"dependencies": {
"classnames": "^2.1.2",
"lie": "^3.1.0",
"lodash": "^4.17.4",
"object-assign": "~4.0.1",
"prop-types": "15.x",
"uxcore-const": "0.0.2"
},
"contributors": [],
"license": "MIT"
"name": "uxcore-form-field",
"version": "0.2.23",
"description": "uxcore-form-field component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-form-field.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-form-field/issues"
},
"keywords": [
"react",
"react-component",
"react-components",
"uxcore-form-field",
"FormField"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-15": "^1.0.0",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "15.x",
"uxcore-form": "~1.8.0",
"uxcore-form-row": "~0.1.3",
"uxcore-kuma": "*",
"uxcore-tools": "0.2.x",
"jquery": "^1.12.4"
},
"dependencies": {
"classnames": "^2.1.2",
"lie": "^3.1.0",
"lodash": "^4.17.4",
"object-assign": "~4.0.1",
"prop-types": "15.x",
"uxcore-const": "0.0.2"
},
"contributors": [],
"license": "MIT"
}

0 comments on commit eb7f2c2

Please sign in to comment.