From 6977cf8a809327768c07bcf4ef955d71bb7ca495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 13 Jul 2018 15:01:12 +0800 Subject: [PATCH] [changelog] 1.1.13 --- docs/markdown/changelog.en-US.md | 20 ++++ docs/markdown/changelog.generated.md | 132 ++++++++++++++------------- docs/markdown/changelog.zh-CN.md | 20 ++++ packages/index.js | 2 +- 4 files changed, 108 insertions(+), 66 deletions(-) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 5740709b4..433896744 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,25 @@ ## Changelog +### [1.1.13](https://github.com/youzan/vant/tree/v1.1.13) +`2018-07-13` + +**Improvements** + +- Button: add plain prop [\#1444](https://github.com/youzan/vant/pull/1444) +- Toast: improve type definition [\#1468](https://github.com/youzan/vant/pull/1468) +- Dialog: improve type definition [\#1467](https://github.com/youzan/vant/pull/1467) +- Radio: add label-position prop [\#1446](https://github.com/youzan/vant/pull/1446) +- Radio: add label-disabled prop [\#1445](https://github.com/youzan/vant/pull/1445) +- Search: should trigger blur after click search button [\#1448](https://github.com/youzan/vant/pull/1448) + +**Bug Fixes** + +- fix Swipe multi finger touch [\#1478](https://github.com/youzan/vant/pull/1478) +- fix ImagePreview start position [\#1456](https://github.com/youzan/vant/pull/1456) +- fix Picker incorrect option height in some android devices [\#1449](https://github.com/youzan/vant/pull/1449) +- fix vue-lazyload version [\#1481](https://github.com/youzan/vant/pull/1481) + + ### [1.1.12](https://github.com/youzan/vant/tree/v1.1.12) `2018-07-06` diff --git a/docs/markdown/changelog.generated.md b/docs/markdown/changelog.generated.md index 821796c1a..5c9e44e31 100644 --- a/docs/markdown/changelog.generated.md +++ b/docs/markdown/changelog.generated.md @@ -1,5 +1,72 @@ ## 更新日志 +## [v1.1.13](https://github.com/youzan/vant/tree/v1.1.13) (2018-07-13) +[Full Changelog](https://github.com/youzan/vant/compare/v1.1.12...v1.1.13) + +**Breaking changes** + +- Area组件默认第一个选中,再次选择也是第一个选中, [\#1421](https://github.com/youzan/vant/issues/1421) +- van-swipe和van-swipe-item使用,页面内容比较多的情况,可以滚动,当触发了滚动事件的同时也触发左滑或者右滑事件 [\#1417](https://github.com/youzan/vant/issues/1417) +- 定制主题的边框色,修改的应当是$border-color,而不是$gray-light [\#1401](https://github.com/youzan/vant/issues/1401) +- 关于单、复选框组件API的小建议 [\#1373](https://github.com/youzan/vant/issues/1373) +- ImagePreview 能支持手势操作吗,放大与缩小 [\#1359](https://github.com/youzan/vant/issues/1359) + +**Bug Fixes** + +- progress当pivot-text设置为空的时候,进度条长度有问题 [\#1407](https://github.com/youzan/vant/issues/1407) +- 在 typescript 下使用遇到 vscode 提示类型不正确 [\#1397](https://github.com/youzan/vant/issues/1397) +- Tabs rendered from dynamic array resulting tab sorts error [\#1361](https://github.com/youzan/vant/issues/1361) + +**Issue** + +- \ assets [\#1462](https://github.com/youzan/vant/issues/1462) +- area [\#1460](https://github.com/youzan/vant/issues/1460) +- 可以添加一个全局的滑动事件吗 [\#1458](https://github.com/youzan/vant/issues/1458) +- Area丢失数据 [\#1454](https://github.com/youzan/vant/issues/1454) +- 关于 area 组件选中北京、天津、上海、重庆等直辖市的问题 [\#1453](https://github.com/youzan/vant/issues/1453) +- .van-field .van-cell\_\_title { max-width: 90px; } 这个 max-width的值是否可以由自己配置? [\#1442](https://github.com/youzan/vant/issues/1442) +- Popup 弹出层与DatetimePicker 时间选择结合使用, 有时候会卡死,时间弹出框出来了,但是页面全部卡死了,复现不太稳定。 [\#1441](https://github.com/youzan/vant/issues/1441) +- 时间选择器change事件,getValues\(\)获取返回的数组有错误 [\#1440](https://github.com/youzan/vant/issues/1440) +- 在使用popup然后在使用list组件,load事件可以触发,但是loading-text提示文字不触发。 [\#1439](https://github.com/youzan/vant/issues/1439) +- Tab功能如何自定义每一个tab栏对应的content内容 [\#1438](https://github.com/youzan/vant/issues/1438) +- list组件如果一次请求数据不够一屏不会继续触发load [\#1437](https://github.com/youzan/vant/issues/1437) +- 提供自动注册所导入组件的插件 [\#1436](https://github.com/youzan/vant/issues/1436) +- vant  如何先加载下一页面后,再跳转? [\#1435](https://github.com/youzan/vant/issues/1435) +- button-primary颜色无法定制 [\#1434](https://github.com/youzan/vant/issues/1434) +- col里沒辦法v-model [\#1433](https://github.com/youzan/vant/issues/1433) +- List组件 滑动顶部或底部 是否可以加上 bounce 回弹的效果?这样体验是否会更好? [\#1432](https://github.com/youzan/vant/issues/1432) +- DatetimePicker有坑 [\#1431](https://github.com/youzan/vant/issues/1431) +- List列表,手动触发onload事件时,当首页数据高度低于屏幕高度时不能继续加载 [\#1423](https://github.com/youzan/vant/issues/1423) +- 希望内置样式添加左右滑动 [\#1384](https://github.com/youzan/vant/issues/1384) + +**Improvements** + +- \[bugfix\] vue-lazyload version [\#1481](https://github.com/youzan/vant/pull/1481) ([killerlayup](https://github.com/killerlayup)) +- \[bugfix\] Swipe: multi finger touch [\#1478](https://github.com/youzan/vant/pull/1478) ([chenjiahan](https://github.com/chenjiahan)) +- update dependencies [\#1476](https://github.com/youzan/vant/pull/1476) ([chenjiahan](https://github.com/chenjiahan)) +- \[Improvement\] Toast: type definition [\#1468](https://github.com/youzan/vant/pull/1468) ([chenjiahan](https://github.com/chenjiahan)) +- \[Improvement\] Dialog: type definition [\#1467](https://github.com/youzan/vant/pull/1467) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] AddressEdit: data tips [\#1466](https://github.com/youzan/vant/pull/1466) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Icon: assets spelling [\#1465](https://github.com/youzan/vant/pull/1465) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Toast: type defination [\#1457](https://github.com/youzan/vant/pull/1457) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] ImagePreview: start position [\#1456](https://github.com/youzan/vant/pull/1456) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Area: fix test cases [\#1451](https://github.com/youzan/vant/pull/1451) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Picker:incorrect option height in some android devices [\#1449](https://github.com/youzan/vant/pull/1449) ([SnowZhangXl](https://github.com/SnowZhangXl)) +- \[bugfix\] Search: trigger blur after click search button [\#1448](https://github.com/youzan/vant/pull/1448) ([SnowZhangXl](https://github.com/SnowZhangXl)) +- \[Improvement\] Radio: add label-position prop [\#1446](https://github.com/youzan/vant/pull/1446) ([chenjiahan](https://github.com/chenjiahan)) +- \[Improvement\] Radio: add label-disabled prop [\#1445](https://github.com/youzan/vant/pull/1445) ([chenjiahan](https://github.com/chenjiahan)) +- \[Improvement\] Button: add plain prop [\#1444](https://github.com/youzan/vant/pull/1444) ([chenjiahan](https://github.com/chenjiahan)) + ## [v1.1.12](https://github.com/youzan/vant/tree/v1.1.12) (2018-07-06) [Full Changelog](https://github.com/youzan/vant/compare/v1.1.11...v1.1.12) @@ -108,7 +175,6 @@ - Stepper 步进器 [\#1315](https://github.com/youzan/vant/issues/1315) - 头部底部无法固定、底部被内容遮挡 [\#1300](https://github.com/youzan/vant/issues/1300) - Tab 标签页在视窗宽度变化后,没有自适应地 重新计算 底部条的位置 [\#1299](https://github.com/youzan/vant/issues/1299) -- Field 里面的 slot 如果是 van-icon的话,点击触发区域偏离 [\#1249](https://github.com/youzan/vant/issues/1249) **Issue** @@ -150,10 +216,6 @@ ## [v1.1.9](https://github.com/youzan/vant/tree/v1.1.9) (2018-06-22) [Full Changelog](https://github.com/youzan/vant/compare/v1.1.8...v1.1.9) -**Breaking changes** - -- van-tab 底部条在title变化时的宽度问题 [\#1258](https://github.com/youzan/vant/issues/1258) - **Issue** - rate评分组件只能一整个一整个星的显示,不能有半颗星么! [\#1314](https://github.com/youzan/vant/issues/1314) @@ -190,10 +252,6 @@ ## [v1.1.8](https://github.com/youzan/vant/tree/v1.1.8) (2018-06-14) [Full Changelog](https://github.com/youzan/vant/compare/v1.1.7...v1.1.8) -**Breaking changes** - -- van-field type=“number”时 会报错 [\#1220](https://github.com/youzan/vant/issues/1220) - **Issue** - 功能需求 [\#1286](https://github.com/youzan/vant/issues/1286) @@ -203,29 +261,6 @@ - 这套强大的UI不知可否支持小程序呢 [\#1277](https://github.com/youzan/vant/issues/1277) - Swipe 轮播 通过 ref 可以获取到 swipe 实例并调用实例方法无效 [\#1275](https://github.com/youzan/vant/issues/1275) - npm run build:lib编译错误 [\#1273](https://github.com/youzan/vant/issues/1273) -- Badge 徽章达不到想要的效果 [\#1269](https://github.com/youzan/vant/issues/1269) -- 请求新增表单校验 [\#1268](https://github.com/youzan/vant/issues/1268) -- 使用AddressEdit的时,输入的 addressInfo 的数据无法获取。 [\#1265](https://github.com/youzan/vant/issues/1265) -- 紧急:优惠券列表超出一屏时,不能上下翻页划动! [\#1263](https://github.com/youzan/vant/issues/1263) -- 在vue-ssr(非nuxt)下组件使用出现问题 [\#1261](https://github.com/youzan/vant/issues/1261) -- 在vue-ssr(非nuxt)下组件使用出现bug [\#1259](https://github.com/youzan/vant/issues/1259) -- 能否增加如flex,transform等css属性的厂商前缀,以兼容如ios8等系统 [\#1257](https://github.com/youzan/vant/issues/1257) -- van-list loading 设为false还是显示加载中,如果数据为空直接finished=false还是继续显示加载中 [\#1253](https://github.com/youzan/vant/issues/1253) -- 在使用AddressEdit的时候,地址无法显示 [\#1252](https://github.com/youzan/vant/issues/1252) -- van-list 从其他页面返回时van-list页面,:immediate-check=“false”属性无效? [\#1248](https://github.com/youzan/vant/issues/1248) -- van-list 从其他页面返回时van-list页面,:immediate-check=“false”属性无效? [\#1247](https://github.com/youzan/vant/issues/1247) -- API文档页面嵌套手机模型怎么实现? [\#1246](https://github.com/youzan/vant/issues/1246) -- passwordinput的value值无法重置或清空 [\#1244](https://github.com/youzan/vant/issues/1244) -- 打包后,在安卓4.4系统打开空白 混合app+vant [\#1243](https://github.com/youzan/vant/issues/1243) -- checkbox 和cell一起使用 [\#1241](https://github.com/youzan/vant/issues/1241) -- 请问AddressEdit收件地区选择如何做到反选?因为我做的是编辑页面 [\#1240](https://github.com/youzan/vant/issues/1240) -- 文档radio组件,示例代码问题-与 Cell 组件一起使用 [\#1238](https://github.com/youzan/vant/issues/1238) -- Popup或Dialog弹出层显示的列表不能滚动 [\#1236](https://github.com/youzan/vant/issues/1236) -- 图片上传组件图片旋转问题 [\#1235](https://github.com/youzan/vant/issues/1235) -- 定制主题无法显示效果 [\#1234](https://github.com/youzan/vant/issues/1234) -- Popup弹出层配合日期选择使用,ios端日期选择窗不显示 [\#1229](https://github.com/youzan/vant/issues/1229) -- Slider 滑块 [\#1226](https://github.com/youzan/vant/issues/1226) -- 文档无法访问问题反馈 [\#1223](https://github.com/youzan/vant/issues/1223) **Improvements** @@ -236,43 +271,10 @@ - \[Improvement\] Area: default option [\#1272](https://github.com/youzan/vant/pull/1272) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] Sku: message maxlength [\#1271](https://github.com/youzan/vant/pull/1271) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] Dialog: isolated title [\#1270](https://github.com/youzan/vant/pull/1270) ([chenjiahan](https://github.com/chenjiahan)) -- fix:actionsheet的标题div没有值设置具体值导致rem布局不自适应 [\#1267](https://github.com/youzan/vant/pull/1267) ([nmxiaowei](https://github.com/nmxiaowei)) -- \[Doc\] add demo link [\#1266](https://github.com/youzan/vant/pull/1266) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Field: add blur method [\#1264](https://github.com/youzan/vant/pull/1264) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Field: icon color [\#1262](https://github.com/youzan/vant/pull/1262) ([chenjiahan](https://github.com/chenjiahan)) -- \[bugfix\] Tab: resize line when title changed [\#1260](https://github.com/youzan/vant/pull/1260) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Popup: limit max height [\#1256](https://github.com/youzan/vant/pull/1256) ([chenjiahan](https://github.com/chenjiahan)) -- \[Doc\] fix radio doc [\#1255](https://github.com/youzan/vant/pull/1255) ([chenjiahan](https://github.com/chenjiahan)) -- \[bugfix\] CheckboxGroup: v-model type check [\#1254](https://github.com/youzan/vant/pull/1254) ([chenjiahan](https://github.com/chenjiahan)) -- \[Doc\] Update document format [\#1251](https://github.com/youzan/vant/pull/1251) ([tudoubang](https://github.com/tudoubang)) -- \[Doc\] update contribution guide [\#1250](https://github.com/youzan/vant/pull/1250) ([chenjiahan](https://github.com/chenjiahan)) -- \[Doc\] add style guide [\#1245](https://github.com/youzan/vant/pull/1245) ([chenjiahan](https://github.com/chenjiahan)) -- \[Build\] extract build iconfont [\#1242](https://github.com/youzan/vant/pull/1242) ([chenjiahan](https://github.com/chenjiahan)) -- docs\(doc\): postcss tips [\#1239](https://github.com/youzan/vant/pull/1239) ([tudoubang](https://github.com/tudoubang)) -- \[Improvement\] eslint: use vue-libs [\#1237](https://github.com/youzan/vant/pull/1237) ([chenjiahan](https://github.com/chenjiahan)) ## [v1.1.7](https://github.com/youzan/vant/tree/v1.1.7) (2018-06-06) [Full Changelog](https://github.com/youzan/vant/compare/v1.1.6...v1.1.7) -**Issue** - -- \[eslint-plugin-vue\] \[vue/require-v-for-key\] Elements in iteration expect to have 'v-bind:key' directives. [\#1228](https://github.com/youzan/vant/issues/1228) -- image-preview不能直接用吗? carousel 走马灯的效果 [\#1225](https://github.com/youzan/vant/issues/1225) -- Tab与List一起使用时,点击Tab后, list 会一直执行load事件 [\#1217](https://github.com/youzan/vant/issues/1217) -- Stepper 如果存在于checkbox中 会存在click事件冒泡 [\#1216](https://github.com/youzan/vant/issues/1216) - -**Improvements** - -- \[Improvement\] Dialog: optimize style without content [\#1233](https://github.com/youzan/vant/pull/1233) ([chenjiahan](https://github.com/chenjiahan)) -- \[Test\] optimize async cases [\#1232](https://github.com/youzan/vant/pull/1232) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] add babel-eslint [\#1231](https://github.com/youzan/vant/pull/1231) ([chenjiahan](https://github.com/chenjiahan)) -- \[Doc\] ts import plugin [\#1230](https://github.com/youzan/vant/pull/1230) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Dialog: support custom className [\#1224](https://github.com/youzan/vant/pull/1224) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Swipe: add swipeTo method [\#1222](https://github.com/youzan/vant/pull/1222) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Field: support v-model.number [\#1221](https://github.com/youzan/vant/pull/1221) ([chenjiahan](https://github.com/chenjiahan)) -- \[Doc\] add version tip [\#1219](https://github.com/youzan/vant/pull/1219) ([chenjiahan](https://github.com/chenjiahan)) -- \[Improvement\] Test: separate jest config from packages.json [\#1218](https://github.com/youzan/vant/pull/1218) ([chenjiahan](https://github.com/chenjiahan)) - ## [v1.1.6](https://github.com/youzan/vant/tree/v1.1.6) (2018-06-01) [Full Changelog](https://github.com/youzan/vant/compare/v1.1.5...v1.1.6) diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 898bedb28..6c40b053d 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,25 @@ ## 更新日志 +### [1.1.13](https://github.com/youzan/vant/tree/v1.1.13) +`2018-07-13` + +**Improvements** + +- Button: 新增 plain 属性 [\#1444](https://github.com/youzan/vant/pull/1444) +- Toast: 完善 TS 类型定义 [\#1468](https://github.com/youzan/vant/pull/1468) +- Dialog: 完善 TS 类型定义 [\#1467](https://github.com/youzan/vant/pull/1467) +- Radio: 新增 label-position 属性 [\#1446](https://github.com/youzan/vant/pull/1446) +- Radio: 新增 label-disabled 属性 [\#1445](https://github.com/youzan/vant/pull/1445) +- Search: 点击搜索按钮后收起键盘 [\#1448](https://github.com/youzan/vant/pull/1448) + +**Bug Fixes** + +- 修复 Swipe 多指触控时导致空白的问题 [\#1478](https://github.com/youzan/vant/pull/1478) +- 修复 ImagePreview startPosition 属性不生效的问题 [\#1456](https://github.com/youzan/vant/pull/1456) +- 修复 Picker 在部分安卓机型下选项高度错误的问题 [\#1449](https://github.com/youzan/vant/pull/1449) +- 修复 vue-lazyload 1.2.6 版本出现不兼容更新的问题,暂时降级至 1.2.3 版本 [\#1481](https://github.com/youzan/vant/pull/1481) + + ### [1.1.12](https://github.com/youzan/vant/tree/v1.1.12) `2018-07-06` diff --git a/packages/index.js b/packages/index.js index 678bbf854..8b92ac6c6 100644 --- a/packages/index.js +++ b/packages/index.js @@ -68,7 +68,7 @@ import TreeSelect from './tree-select'; import Uploader from './uploader'; import Waterfall from './waterfall'; -const version = '1.1.12'; +const version = '1.1.13'; const components = [ Actionsheet, AddressEdit,