vant-weapp/docs/markdown/changelog.generated.md
2018-09-08 10:58:37 +08:00

111 lines
9.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 更新日志
## [v0.3.1](https://github.com/youzan/vant-weapp/tree/v0.3.1) (2018-09-08)
[Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.3.0...v0.3.1)
**Breaking changes**
- ActionSheet 不支持 open-type 吗? [\#510](https://github.com/youzan/vant-weapp/issues/510)
- Popup 组件 关闭时缺少动画 [\#494](https://github.com/youzan/vant-weapp/issues/494)
**Bug Fixes**
- Cell组件 titleWidth属性 未加上单位,不生效导致基础样式错误 [\#490](https://github.com/youzan/vant-weapp/issues/490)
**Issue**
- 请问支持修改button的背景色和字体大小吗 [\#534](https://github.com/youzan/vant-weapp/issues/534)
- Field 输入框 这个组件官网上面怎么只有html没有pages数据与方法呢 [\#508](https://github.com/youzan/vant-weapp/issues/508)
- Tab组件会计划在什么时候加入 [\#495](https://github.com/youzan/vant-weapp/issues/495)
**Improvements**
- \[bugfix\] common style entry [\#535](https://github.com/youzan/vant-weapp/pull/535) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] add dialog preview [\#532](https://github.com/youzan/vant-weapp/pull/532) ([chenjiahan](https://github.com/chenjiahan))
## [v0.3.0](https://github.com/youzan/vant-weapp/tree/v0.3.0) (2018-09-07)
[Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.2.1...v0.3.0)
**Issue**
- VM5531:1 thirdScriptError consloe is not defined; \[Component\] Event Listener Error @ dist/search/index\#\(anonymous\) ReferenceError: consloe is not defined [\#522](https://github.com/youzan/vant-weapp/issues/522)
- tab标签在修改了color无效 [\#513](https://github.com/youzan/vant-weapp/issues/513)
- 8.30号更新开发者工具后,有一部分组件报错,影响项目编译 [\#511](https://github.com/youzan/vant-weapp/issues/511)
- 官方网站怎么没有找到tabs标签页扫码看到是有这个功能的呀 [\#507](https://github.com/youzan/vant-weapp/issues/507)
- Tabbar 标签栏可否支持自定义颜色 [\#489](https://github.com/youzan/vant-weapp/issues/489)
- package.json "build": "sh scripts/deploy.sh" 文件可以提供一下 [\#486](https://github.com/youzan/vant-weapp/issues/486)
**Improvements**
- \[bugfix\] Notify: fix text [\#531](https://github.com/youzan/vant-weapp/pull/531) ([chenjiahan](https://github.com/chenjiahan))
- optimize code [\#529](https://github.com/youzan/vant-weapp/pull/529) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] optimize boundingClientRect [\#528](https://github.com/youzan/vant-weapp/pull/528) ([chenjiahan](https://github.com/chenjiahan))
- \[build\] optimize build:lib script [\#526](https://github.com/youzan/vant-weapp/pull/526) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Card: currency default value [\#525](https://github.com/youzan/vant-weapp/pull/525) ([chenjiahan](https://github.com/chenjiahan))
- \[breaking change\] Toast: on longer export func in component entry file [\#524](https://github.com/youzan/vant-weapp/pull/524) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] vue style component options [\#523](https://github.com/youzan/vant-weapp/pull/523) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] utils export [\#521](https://github.com/youzan/vant-weapp/pull/521) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tab: color prop not work when use card type [\#520](https://github.com/youzan/vant-weapp/pull/520) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] Field: add usage document [\#519](https://github.com/youzan/vant-weapp/pull/519) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Dialog: support confirm button open type [\#518](https://github.com/youzan/vant-weapp/pull/518) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Dialog: close on click overlay [\#517](https://github.com/youzan/vant-weapp/pull/517) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] ActionSheet: support open-type [\#516](https://github.com/youzan/vant-weapp/pull/516) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] ActionSheet: subname not work [\#515](https://github.com/youzan/vant-weapp/pull/515) ([chenjiahan](https://github.com/chenjiahan))
- \[breaking change\] Actionsheet: rename to ActionSheet [\#514](https://github.com/youzan/vant-weapp/pull/514) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] add Dialog component [\#504](https://github.com/youzan/vant-weapp/pull/504) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Button: hide text when loading [\#503](https://github.com/youzan/vant-weapp/pull/503) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tab: hairline [\#502](https://github.com/youzan/vant-weapp/pull/502) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] add Tab preview [\#501](https://github.com/youzan/vant-weapp/pull/501) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] optimize transition behavior [\#500](https://github.com/youzan/vant-weapp/pull/500) ([chenjiahan](https://github.com/chenjiahan))
- \[breaking change\] use es module [\#499](https://github.com/youzan/vant-weapp/pull/499) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Popup: support leave animation [\#498](https://github.com/youzan/vant-weapp/pull/498) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] title width [\#497](https://github.com/youzan/vant-weapp/pull/497) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] add Tab component [\#496](https://github.com/youzan/vant-weapp/pull/496) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Doc: notify 引入路径错误 [\#493](https://github.com/youzan/vant-weapp/pull/493) ([Fyerl](https://github.com/Fyerl))
- \[bugfix\] Doc: 修复 Cell Field 组件 titleWidth 类型错误 [\#492](https://github.com/youzan/vant-weapp/pull/492) ([Fyerl](https://github.com/Fyerl))
- Update README.md [\#488](https://github.com/youzan/vant-weapp/pull/488) ([jituanlin](https://github.com/jituanlin))
## [v0.2.1](https://github.com/youzan/vant-weapp/tree/v0.2.1) (2018-08-31)
[Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.2.0...v0.2.1)
**Bug Fixes**
- tabbar z-index代码错误 [\#473](https://github.com/youzan/vant-weapp/issues/473)
**Issue**
- cell模块中的icon不能自定义吗 [\#485](https://github.com/youzan/vant-weapp/issues/485)
- Search focus属性没有生效 [\#483](https://github.com/youzan/vant-weapp/issues/483)
- 建议新增三级联动菜单组件 [\#472](https://github.com/youzan/vant-weapp/issues/472)
- Popup 蒙版弹出时没有禁止滚动 [\#471](https://github.com/youzan/vant-weapp/issues/471)
- icon加一个减号吧 [\#470](https://github.com/youzan/vant-weapp/issues/470)
- 建议支持Flex的Layout布局很简单的Grid还没有提供 [\#469](https://github.com/youzan/vant-weapp/issues/469)
- Stepper 为什么不做成 form-field [\#468](https://github.com/youzan/vant-weapp/issues/468)
- 希望官方能公布下组件的开发计划 [\#467](https://github.com/youzan/vant-weapp/issues/467)
- 急需评分组件,不知是否有计划引入? [\#466](https://github.com/youzan/vant-weapp/issues/466)
- 希望官方团队更新一下Roadmap [\#465](https://github.com/youzan/vant-weapp/issues/465)
- Card的desc-class不生效 [\#464](https://github.com/youzan/vant-weapp/issues/464)
- 图标显示不全 [\#463](https://github.com/youzan/vant-weapp/issues/463)
- 缺少一个Tabs的控件 [\#462](https://github.com/youzan/vant-weapp/issues/462)
- 页面的wxss优先度没有插件的高 [\#461](https://github.com/youzan/vant-weapp/issues/461)
- button增加icon [\#458](https://github.com/youzan/vant-weapp/issues/458)
- 搜索组件无法获取值 [\#452](https://github.com/youzan/vant-weapp/issues/452)
- vant-weapp导出插件的时候可否使用ES6的语法可以有更好的兼容性。 [\#446](https://github.com/youzan/vant-weapp/issues/446)
**Improvements**
- \[bugfix\] Search: focus properties not work [\#484](https://github.com/youzan/vant-weapp/pull/484) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Field增加titleWidth属性 [\#482](https://github.com/youzan/vant-weapp/pull/482) ([rex-zsd](https://github.com/rex-zsd))
- \[Bug Fix\] fix v-if in progress component [\#481](https://github.com/youzan/vant-weapp/pull/481) ([hebingchang](https://github.com/hebingchang))
- \[improvement\] Search: support form-field [\#480](https://github.com/youzan/vant-weapp/pull/480) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] SwitchCell: support form-filed [\#479](https://github.com/youzan/vant-weapp/pull/479) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Switch: support form-field [\#478](https://github.com/youzan/vant-weapp/pull/478) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Stepper: support form-field [\#477](https://github.com/youzan/vant-weapp/pull/477) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Field: update clear icon color [\#476](https://github.com/youzan/vant-weapp/pull/476) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Icon: add class-prefix prop [\#475](https://github.com/youzan/vant-weapp/pull/475) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tabbar: z-index not work [\#474](https://github.com/youzan/vant-weapp/pull/474) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] add Progress component [\#459](https://github.com/youzan/vant-weapp/pull/459) ([chenjiahan](https://github.com/chenjiahan))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*