Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jul 6, 2018
1 parent 3e22d80 commit de783bb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/issue.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a :href="'https://github.com/iview/iview/issues/' + id" target="_blank">#{{ id }}</a>
<a :href="'https://github.com/TalkingData/iview-weapp/issues/' + id" target="_blank">#{{ id }}</a>
</template>
<script>
export default {
Expand Down
27 changes: 27 additions & 0 deletions src/views/guide/update.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,33 @@
<h1>更新日志</h1>
<article class="doc-update">
<Timeline pending>
<Timeline-item>
<Anchor title="2.0.0" h2></Anchor>
<p>
<code>2018-07-28</code>
</p>
<h3>新增组件</h3>
<ul>
<li>新增倒计时组件 <code>CountDown</code>。</li>
<li>新增滑动菜单组件 <code>Swipeout</code>。</li>
<li>新增索引选择器组件 <code>Index</code>。</li>
<li>新增分隔符组件 <code>Divider</code>。</li>
<li>新增吸顶容器组件 <code>Sticky</code>。</li>
<li>新增页底提示组件 <code>LoadMore</code>。</li>
<li>新增折叠面板组件 <code>Collapse</code>。</li>
</ul>
<h3>新特性 & 优化</h3>
<ul>
<li>Icon 新增自定义图标属性 <code>custom</code>。</li>
<li>Button 新增方法 <code>bindcontact</code>、<code>bindgetuserinfo</code>、<code>bindgetphonenumber</code>、<code>binderror</code>。</li>
<li>Button 新增行内元素属性 <code>inline</code>。</li>
<li>Button 增加了按下的交互效果。</li>
<li>Drawer 的遮罩层也支持过渡动画了。</li>
<li>NoticeBar 新增属性 <code>background-color</code>、<code>color</code>、<code>speed</code>。<issue id="25"></issue></li>
<li>TabBar 新增自定义图片属性 <code>img</code> 和 <code>current-img</code>。</li>
<li>TabBar 点击区域增大,更容易点击了。</li>
</ul>
</Timeline-item>
<Timeline-item>
<Anchor title="1.1.0" h2></Anchor>
<p>
Expand Down

0 comments on commit de783bb

Please sign in to comment.