22 KiB
更新日志
v0.9.2 (2017-09-08)
非兼容更新和新特性:
- add NavBar component #121 (chenjiahan)
- Rename some components and use more suitable names #120 (chenjiahan)
合并的 Pull Request (可能有不兼容改动):
v0.9.1 (2017-09-07)
修复:
- Toast: fix background color #118 (chenjiahan)
处理的 Issue:
- 请问captain-ui 开源了吗? #116
v0.9.0 (2017-09-07)
非兼容更新和新特性:
- add PullRefresh component #117 (chenjiahan)
- Build: analyzes component dependencies when build style entries #115 (chenjiahan)
- Toast: use flex layout, support loading with text, improve performance #114 (chenjiahan)
- Card: support num and price props #112 (chenjiahan)
- vant-css: use hairline classes instead of mixins #110 (chenjiahan)
- update
popup
andquickstart
readme #109 (cookfront) - add OrderCoupon component #108 (chenjiahan)
- Doc: improve site load speed #107 (chenjiahan)
修复:
- Fix: swipe tabs animation time and timing function #111 (cookfront)
- hide indicators when one swipe page #106 (Raistlin916)
合并的 Pull Request (可能有不兼容改动):
v0.8.9 (2017-09-01)
v0.8.8 (2017-09-01)
非兼容更新和新特性:
- PayOrder component add tip slot #105 (Raistlin916)
- Checkbox: support listen to change event #104 (chenjiahan)
- add GoodsAction component #102 (chenjiahan)
- add InvalidGoods component #100 (chenjiahan)
- add OrderGoods component #99 (chenjiahan)
- add PayOrder component #98 (chenjiahan)
修复:
- 修复 make init bug #97 (pangxie1991)
合并的 Pull Request (可能有不兼容改动):
- Add deep-select component and fix a popup bug. #103 (Tinysymphony)
- Doc: update Step/Loading/Tag/Badge documents #101 (chenjiahan)
v0.8.7 (2017-08-29)
非兼容更新和新特性:
- add ExpressWay component #96 (chenjiahan)
- add CellSwitch component #95 (chenjiahan)
- add NoticeBar && test cases #94 (chenjiahan)
- Dialog: support both function call and component call #93 (chenjiahan)
- CellSwipe: improve test coverage && code review #91 (chenjiahan)
- Progress: adjust DOM struct #90 (chenjiahan)
v0.8.6 (2017-08-24)
非兼容更新和新特性:
- dalete merge && class operating methods #88 (chenjiahan)
- directory adjust: delete entry index.js #87 (chenjiahan)
- Button: reduce unnecessary styles #86 (chenjiahan)
- Layout: optimize doc #85 (chenjiahan)
修复:
处理的 Issue:
- When 'showIndicators' set to 'false' The second image does not show #80
v0.8.5 (2017-08-21)
非兼容更新和新特性:
- Doc: add usage guide && top progress #83 (chenjiahan)
修复:
- Popup: not preventScroll by default #84 (chenjiahan)
- fix: swipe sometimes will change to drag image #81 (pangxie1991)
处理的 Issue:
v0.8.4 (2017-08-18)
修复:
- fix: field 计算autosize,需要nextTick #78 (pangxie1991)
v0.8.3 (2017-08-18)
修复:
- fix: dialog wrong z-index #77 (chenjiahan)
v0.8.1 (2017-08-18)
非兼容更新和新特性:
- field 增加icon slot支持 #76 (pangxie1991)
v0.8.0 (2017-08-17)
非兼容更新和新特性:
- Optimize component building, reduce dist file size #74 (chenjiahan)
v0.7.10 (2017-08-16)
修复:
- fix: 修复popup和dialog同时出现时,几率出现dialog被挡住的情况 #75 (pangxie1991)
- 修复:popup滚动穿透 #73 (cookfront)
v0.7.8 (2017-08-10)
非兼容更新和新特性:
- 补充 babel-plugin-import 文档 #71 (chenjiahan)
修复:
- not require reset.css by default #72 (chenjiahan)
v0.7.7 (2017-08-09)
修复:
- Fixed: one page Swipe components error #70 (Raistlin916)
v0.7.6 (2017-08-08)
非兼容更新和新特性:
v0.7.5 (2017-08-08)
修复:
- fix: one page swiper broken #68 (Raistlin916)
处理的 Issue:
- 安装业务组件导致基础组件css样式文件引入失败 #65
v0.7.3 (2017-08-04)
处理的 Issue:
- datetime-picker的问题 #45
合并的 Pull Request (可能有不兼容改动):
- fix: utils 修复babel编译 #67 (pangxie1991)
- README.md使用英文文档 #66 (cookfront)
v0.7.2 (2017-07-31)
非兼容更新和新特性:
- 支持 babel-plugin-import #62 (chenjiahan)
- 依赖更新 && 构建调整 #60 (chenjiahan)
- Switch 组件: 个人建议加了动画效果 #59 (BosenY)
- 文档改版 #55 (chenjiahan)
- 新增:Card 组件增加 centered 属性 #54 (chenjiahan)
修复:
- fix: datetimepicker cancel event not work #64 (chenjiahan)
- 修复:popup多层级van-modal未插入到正确的位置 #63 (cookfront)
- 新增几个图标 && 修复tabs组件为空报错的问题 #61 (cookfront)
- Fix: deploy doc fail #56 (chenjiahan)
处理的 Issue:
- SVG's SMIL animations deprecated #46
v0.6.6 (2017-07-15)
非兼容更新和新特性:
- 新增:Field 增加blur事件 && Field 支持尾部icon #53 (pangxie1991)
v0.6.5 (2017-07-11)
非兼容更新和新特性:
处理的 Issue:
- 有计划都生成vue版本吗 #50
v0.6.4 (2017-07-06)
非兼容更新和新特性:
v0.6.3 (2017-07-04)
非兼容更新和新特性:
- 步骤条组件新增direction和activeColor属性,增加了竖的步骤条 #49 (cookfront)
- Card component supoort thumb slot,use flex layout #48 (chenjiahan)
修复:
处理的 Issue:
- goods-action 文档有误 #47
v0.6.2 (2017-06-26)
非兼容更新和新特性:
v0.6.1 (2017-06-19)
修复:
v0.6.0 (2017-06-15)
非兼容更新和新特性:
v0.5.12 (2017-06-02)
处理的 Issue:
- 业务组件的cap-goods-list出现问题 #36
合并的 Pull Request (可能有不兼容改动):
- utils/scroll #37 (pangxie1991)
v0.5.11 (2017-05-25)
合并的 Pull Request (可能有不兼容改动):
v0.5.10 (2017-05-25)
v0.5.9 (2017-05-25)
合并的 Pull Request (可能有不兼容改动):
v0.5.8 (2017-05-25)
修复:
合并的 Pull Request (可能有不兼容改动):
v0.5.7 (2017-05-19)
非兼容更新和新特性:
- picker 增加 title 显示 #30 (pangxie1991)
合并的 Pull Request (可能有不兼容改动):
v0.5.6 (2017-05-15)
合并的 Pull Request (可能有不兼容改动):
- 添加两个新的icon #29 (cookfront)
- 改变打包出来的amd模块,增加amd模块的名字 #28 (pangxie1991)
v0.5.4 (2017-05-09)
修复:
- 修复:添加reset.css和cell加上right-icon的slot #27 (cookfront)
- 修复:cell同时设置title和label时,value不居中 #26 (cookfront)
- 修复:popup的zIndex转换为number #24 (cookfront)
合并的 Pull Request (可能有不兼容改动):
- fix bugs and add new features #25 (radicalviva)
v0.5.3 (2017-04-27)
修复:
v0.5.2 (2017-04-26)
处理的 Issue:
- does it render UI Natively just like React - Native or like ionic ? #15
- give me an english version of this : https://www.youzanyun.com/zanui/react/guides/install #14
合并的 Pull Request (可能有不兼容改动):
- 修复:webpack打包修复 #21 (cookfront)
- unit test: picker #20 (cookfront)
- Fix: 修复toast关闭时未移除Dom节点,以及补上单元测试 #19 (cookfront)
- tabs 组件修改 #18 (pangxie1991)
- 补充 Col & Row 测试用例 #16 (w91)
- 单元测试 排除src/目录 #13 (pangxie1991)
- 添加单元测试 #12 (cookfront)
- test 环境不跑 PhantomJS #11 (pangxie1991)
- 修改 unit test 的配置 #10 (pangxie1991)
- unit test: uploader #9 (tsxuehu)
- 文档页样式优化和打包配置优化 #8 (cookfront)
- 修复表单组件样式和单元测试用例 #7 (cookfront)
- 文档小细节优化 #6 (cookfront)
v0.5.1 (2017-04-24)
合并的 Pull Request (可能有不兼容改动):
v0.5.0 (2017-04-23)
处理的 Issue:
- 一些建议 #1
合并的 Pull Request (可能有不兼容改动):
- use vue in amd & commonjs, use Vue in root #4 (pangxie1991)
- 手机端样式细节调整,补充测试用例 #3 (cookfront)
- 补充waterfall文档,依赖vue改为Vue #2 (pangxie1991)
* This Change Log was automatically generated by github_changelog_generator