mini-antui
Advanced tools
Comparing version 0.4.27 to 0.4.28
@@ -0,1 +1,9 @@ | ||
## 0.4.28 | ||
`2019-07-05` | ||
- **Bug Fix** | ||
- 修复`vtabs`在页面`allowsBounceVertical`时不能滚动的问题 | ||
- 修复`search-bar`在`placeholder`很长的情况下点击无法清除内容的问题 | ||
## 0.4.27 | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "mini-antui", | ||
"version": "0.4.27", | ||
"version": "0.4.28", | ||
"description": "小程序版AntUI", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"@babel/preset-typescript": "^7.1.0", | ||
"eslint": "^4.19.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-ali": "^3.1.0", | ||
@@ -33,6 +33,6 @@ "eslint-plugin-import": "^2.11.0", | ||
"gulp-rename": "^1.2.3", | ||
"lint-staged": "^8.1.0", | ||
"lint-staged": "^8.2.0", | ||
"mini-types": "^0.0.1", | ||
"pre-commit": "^1.2.2", | ||
"stylelint": "^9.10.1", | ||
"stylelint": "^10.1.0", | ||
"stylelint-config-standard": "^18.2.0", | ||
@@ -44,5 +44,5 @@ "typescript": "^3.2.4", | ||
"lint-staged": "lint-staged", | ||
"build": "NODE_ENV=production node scripts/compiler.js", | ||
"build": "yarn && NODE_ENV=production node scripts/compiler.js", | ||
"pub": "npm run build && node scripts/pub.js", | ||
"dev": "node scripts/compiler.js" | ||
"dev": "yarn && node scripts/compiler.js" | ||
}, | ||
@@ -49,0 +49,0 @@ "pre-commit": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
151654