@@ -1,3 +1,15 @@
+## 2.1.3
+
+`2019-6-26`
+* :sparkles: feat: 新增头像组件`Avatar`
+* :sparkles: upd(SearchBar): 右侧文字或按钮增加事件,优化样式
+* :sparkles: upd(CountDown): 更新了单元测试用例
+* :sparkles: upd(NoticeBar): 优化了滚动速度
+* :sparkles: upd(date.js): 完善了`getNumTwoBit`方法( Thx to liu-dongyu)
+* :zap: chore: 更新部分依赖包版本
+* :zap: doc: 文档内容修改完善
## 2.1.2
`2019-5-23`
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "一套轻量级移动端Vue组件库",
"typings": "dist/types/index.d.ts",
"main": "dist/nutui.js",
@@ -9,7 +9,6 @@
<link rel="manifest" href="./demo/manifest.json">
<title>NutUI - 移动端Vue组件库</title>
<script src="https://h5.m.jd.com/babelDiy/Zeus/2846ykuM7PwipD9E2RzMj2BGEQpA/plugin/share.min.js"></script>
- <!-- <script src="//misc.360buyimg.com/felibs/fastclick/1.0.6/fastclick.min.js"></script> -->
<style>
html {
background: #F6F6F6;
@@ -22,12 +21,6 @@
<body>
<script>
- // if ('addEventListener' in document) {
- // document.addEventListener('DOMContentLoaded', function () {
- // FastClick.attach(document.body);
- // }, false);
- // }
-
//分享配置
var shareOption = {
iconUrl: 'https://nutui.jd.com/img/logo_share.png',
@@ -7,7 +7,7 @@
<link rel="shortcut icon" href="/favicon.ico">
<meta name="description" content="移动端Vue组件库NutUI官网" />
- <meta name="keywords" content="NutUI,NutUI 2.0,移动端Vue组件库,Vue components,JDC,京东用户体验设计部" />
+ <meta name="keywords" content="NutUI,NutUI 2.0,移动端Vue组件库,Vue移动端组件库,Vue组件库,Vue components,JDC,京东用户体验设计部" />
<script src="//misc.360buyimg.com/felibs/vue/2.5.16/vue.min.js"></script>
a[title=站长统计]{
@@ -17,7 +17,7 @@
</nut-noticebar>
<h4>通告栏模式--链接模式</h4>
<nut-noticebar
- left-icon="//img.yzcdn.cn/vant/volume.png"
+ left-icon="https://img13.360buyimg.com/imagetools/jfs/t1/72082/2/3006/1197/5d130c8dE1c71bcd6/e48a3b60804c9775.png"
>
<a href="https://www.jd.com">京东商城</a>
@@ -26,7 +26,7 @@
## 通告栏模式--链接模式
```html