From eb7f2c261011ddd97f1cbeff1c03c4c082a034bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=89=E5=BC=98?= Date: Fri, 13 Oct 2017 10:37:22 +0800 Subject: [PATCH] ver. 0.2.23 --- HISTORY.md | 5 +++ package.json | 118 +++++++++++++++++++++++++-------------------------- 2 files changed, 64 insertions(+), 59 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3ff7fa1..014b6a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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` diff --git a/package.json b/package.json index 5ede239..06db510 100644 --- a/package.json +++ b/package.json @@ -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" } \ No newline at end of file