Skip to content

Commit

Permalink
chore(release): 发布 v1.5.2 版本
Browse files Browse the repository at this point in the history
- 将 taro 降级回 beta.2 版本
- fix: 修复日历组件禁止滑动下无法点击日期
- fix: 修复 Textarea 组件 maxLength 无效的问题
- fix: 修复 Indexes 组件在 H5 下定位错误的问题
- feat: 兼容支付宝 API
  • Loading branch information
koppthe committed Dec 13, 2018
1 parent 0256886 commit a80954c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
16 changes: 16 additions & 0 deletions docs/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@

<div class="row changelog">
<div class="at-timeline">
<div class="at-timeline__item at-timeline__item--default">
<div class="at-timeline__tail"></div>
<div class="at-timeline__dot"></div>
<div class="at-timeline__content">
<p class="head">v1.5.2</p>
<p class="time">
<span>2018-12.13</span>
</p>
<ul class="content">
<li>修复<span>Calendar</span>组件在禁止滑动状态下无法点击日期的问题</li>
<li>修复<span>Textarea</span>组件配置 maxLength 无效的问题</li>
<li>修复<span>CountDown</span>组件在页面隐藏时倒计时未停止的问题</li>
<li>修复<span>Indexes</span>组件在 H5 下锚点定位错乱的问题</li>
</ul>
</div>
</div>
<div class="at-timeline__item at-timeline__item--custom at-timeline__item--error">
<div class="at-timeline__tail"></div>
<div class="at-timeline__dot">
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "1.5.1",
"version": "1.5.2",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
Expand Down Expand Up @@ -75,23 +75,23 @@
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.2.0-beta.7",
"@tarojs/components": "1.2.0-beta.7",
"@tarojs/plugin-babel": "1.2.0-beta.7",
"@tarojs/plugin-csso": "1.2.0-beta.7",
"@tarojs/plugin-sass": "1.2.0-beta.7",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.7",
"@tarojs/router": "1.2.0-beta.7",
"@tarojs/taro": "1.2.0-beta.7",
"@tarojs/taro-alipay": "1.2.0-beta.7",
"@tarojs/taro-h5": "1.2.0-beta.7",
"@tarojs/taro-swan": "1.2.0-beta.7",
"@tarojs/taro-weapp": "1.2.0-beta.7",
"@tarojs/webpack-runner": "1.2.0-beta.7",
"@tarojs/cli": "1.2.0-beta.2",
"@tarojs/components": "1.2.0-beta.2",
"@tarojs/plugin-babel": "1.2.0-beta.2",
"@tarojs/plugin-csso": "1.2.0-beta.2",
"@tarojs/plugin-sass": "1.2.0-beta.2",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.2",
"@tarojs/router": "1.2.0-beta.2",
"@tarojs/taro": "1.2.0-beta.2",
"@tarojs/taro-alipay": "1.2.0-beta.2",
"@tarojs/taro-h5": "1.2.0-beta.2",
"@tarojs/taro-swan": "1.2.0-beta.2",
"@tarojs/taro-weapp": "1.2.0-beta.2",
"@tarojs/webpack-runner": "1.2.0-beta.2",
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6",
"at-ui-style": "^1.5.1",
"eslint-config-taro": "1.2.0-beta.7",
"eslint-config-taro": "1.2.0-beta.2",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.3",
Expand Down

0 comments on commit a80954c

Please sign in to comment.