Skip to content

Commit

Permalink
ver. 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgray committed Mar 27, 2017
1 parent acdd891 commit 55de25e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 54 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.3.0

* `New Feature`: add select display mode.

## 0.2.11

* `ADD`: trigger onChange when on click `the ok button`.
Expand Down
108 changes: 54 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "uxcore-cascade-select",
"version": "0.2.11",
"description": "uxcore-cascade-select component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-cascade-select.git",
"author": "changming",
"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"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-cascade-select/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-cascade-select",
"CascadeSelect",
"component"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",
"uxcore-kuma": "*",
"enzyme": "^2.7.0",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.1.2",
"jquery": "^3.1.1",
"object-assign": "^4.0.0",
"uxcore-button": "^0.4.10",
"uxcore-dropdown": "^0.4.1",
"uxcore-select2": "^0.4.7"
},
"contributors": [],
"license": "MIT"
}
"name": "uxcore-cascade-select",
"version": "0.3.0",
"description": "uxcore-cascade-select component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-cascade-select.git",
"author": "changming",
"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"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-cascade-select/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-cascade-select",
"CascadeSelect",
"component"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",
"uxcore-kuma": "*",
"enzyme": "^2.7.0",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.1.2",
"jquery": "^3.1.1",
"object-assign": "^4.0.0",
"uxcore-button": "^0.4.10",
"uxcore-dropdown": "^0.4.1",
"uxcore-select2": "^0.4.7"
},
"contributors": [],
"license": "MIT"
}

0 comments on commit 55de25e

Please sign in to comment.