-
Notifications
You must be signed in to change notification settings - Fork 0
/
0-a28f22da2d828c0b81f9.js
1 lines (1 loc) · 203 KB
/
0-a28f22da2d828c0b81f9.js
1
webpackJsonp([0],{611:function(t,a,e){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function h(t){return y.default.createElement(t.tag,(0,m.default)({},t.attributes,{dangerouslySetInnerHTML:{__html:t.html}}))}function u(t){return y.default.createElement(h,{tag:"section",html:t.html,attributes:{className:"zandoc-react-markdown"}})}function i(t){return y.default.createElement(h,{tag:"style",html:t.style})}function o(t,a){for(;t;)return t.offsetTop&&"static"!==getComputedStyle(t).position&&(a+=t.offsetTop),o(t.parentNode,a);return a}Object.defineProperty(a,"__esModule",{value:!0});var l=e(1),s=n(l),r=e(4),p=n(r),c=e(2),g=n(c),z=e(3),b=n(z),f=e(7),m=n(f),d=e(0),y=n(d),v=e(232),x=n(v),F=(function(t){function a(){var t,e,n,h;(0,s.default)(this,a);for(var u=arguments.length,i=Array(u),o=0;o<u;o++)i[o]=arguments[o];return e=n=(0,g.default)(this,(t=a.__proto__||Object.getPrototypeOf(a)).call.apply(t,[this].concat(i))),n.state={showCode:!1},n.toggle=function(){n.setState({showCode:!n.state.showCode})},h=e,(0,g.default)(n,h)}(0,b.default)(a,t),(0,p.default)(a,[{key:"render",value:function(){var t=this.state.showCode,a=this.props,e=a.title,n=a.src,u=a.children;return y.default.createElement("div",{className:"zandoc-react-demo"},y.default.createElement("div",{className:"zandoc-react-demo__preview"},u),y.default.createElement("div",{className:"zandoc-react-demo__bottom",onClick:this.toggle},y.default.createElement("div",{className:"zandoc-react-demo__title"},y.default.createElement("p",null,e||"")),y.default.createElement("i",{className:"zenticon zenticon-caret-up zandoc-react-demo__toggle "+(t?"zandoc-react-demo__toggle-on":"zandoc-react-demo__toggle-off")})),t&&y.default.createElement("pre",{className:"zandoc-react-demo__code"},y.default.createElement(h,{tag:"code",html:n,attributes:{className:"language-jsx"}})))}}])}(d.Component),function(t){function a(){return(0,s.default)(this,a),(0,g.default)(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return(0,b.default)(a,t),(0,p.default)(a,[{key:"componentDidMount",value:function(){var t=location.hash;if(t){var a=document.querySelector('a[href="'+t+'"]');a&&(0,x.default)(document.documentElement,0,o(a,-9))}}},{key:"render",value:function(){return y.default.createElement("div",{className:"zandoc-react-container",key:null},y.default.createElement(i,{style:""}),y.default.createElement(u,{html:'<h2 class="anchor-heading"><a href="#github-change-log">¶</a><a href="javascript:void(0)" id="github-change-log" class="anchor-point"></a>Github Change Log</h2>\n<h2 class="anchor-heading"><a href="#zent-6-5-3-2019-01-13">¶</a><a href="javascript:void(0)" id="zent-6-5-3-2019-01-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.5.3">zent@6.5.3</a> (2019-01-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.5.2...zent@6.5.3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Pop: position 支持函数形式 <a href="https://github.com/youzan/zent/pull/986">#986</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload 组件运行报错 <a href="https://github.com/youzan/zent/issues/977">#977</a></li>\n<li>[bug fix] ClampLines: 修复windowResizeHandler 延时resize 事件的处理,修复props变更时候内容没有更新的问题 <a href="https://github.com/youzan/zent/pull/992">#992</a> (<a href="https://github.com/nodew">nodew</a>)</li>\n<li>[bug fix] Form: skip scroll if node is not an element <a href="https://github.com/youzan/zent/pull/991">#991</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Grid: 修复极端情况的问题 <a href="https://github.com/youzan/zent/pull/990">#990</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix]: switch 修改 disable 样式 <a href="https://github.com/youzan/zent/pull/985">#985</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>[style]: 根据验收反馈调整 Select 的样式 <a href="https://github.com/youzan/zent/pull/984">#984</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Rate: 修改颜色 <a href="https://github.com/youzan/zent/pull/983">#983</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix]: defensive programming <a href="https://github.com/youzan/zent/pull/979">#979</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>fix: 修复了grid selection修改props传入数据的问题 <a href="https://github.com/youzan/zent/pull/975">#975</a> (<a href="https://github.com/yuanjiu041">yuanjiu041</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Grid: <code>Cannot read property \'getBoundingClientRect\' of null</code> in Grid. syncFixedTableRowHeight <a href="https://github.com/youzan/zent/issues/987">#987</a></li>\n<li>Select Search 组件 focus 错误 <a href="https://github.com/youzan/zent/issues/978">#978</a></li>\n<li>upload <a href="https://github.com/youzan/zent/issues/976">#976</a></li>\n<li>[new feature] Table: 增加列筛选功能 <a href="https://github.com/youzan/zent/issues/974">#974</a></li>\n<li>[new feature] Field:自定义表单校验函数缺乏文档 <a href="https://github.com/youzan/zent/issues/962">#962</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc]: add more details regarding custom form validation function <a href="https://github.com/youzan/zent/pull/980">#980</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-5-2-2018-12-12">¶</a><a href="javascript:void(0)" id="zent-6-5-2-2018-12-12" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.5.2">zent@6.5.2</a> (2018-12-12)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.2.2...zent@6.5.2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-2-2-2018">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-2-2-2018" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.2.2">babel-plugin-zent@1.2.2</a> (2018-12-12)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.5.1...babel-plugin-zent@1.2.2">Full Changelog</a></p>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>ClampLines组件文本较少也会出现类似"..."补全字符串 <a href="https://github.com/youzan/zent/issues/972">#972</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-5-1-2018-12-07">¶</a><a href="javascript:void(0)" id="zent-6-5-1-2018-12-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.5.1">zent@6.5.1</a> (2018-12-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.5.0...zent@6.5.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Icon: 增加图标 <a href="https://github.com/youzan/zent/pull/971">#971</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Steps: 样式更新及新增步骤条类型 tabs <a href="https://github.com/youzan/zent/pull/961">#961</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]SplitButton: 修复SplitButton类型定义中的拼写错误 <a href="https://github.com/youzan/zent/pull/959">#959</a> (<a href="https://github.com/herman7">herman7</a>)</li>\n<li>[bug fix] Table:fix textAlign right <a href="https://github.com/youzan/zent/pull/958">#958</a> (<a href="https://github.com/yulrosy">yulrosy</a>)</li>\n<li>[new feature] Table: support render indeterminate status in checkbox <a href="https://github.com/youzan/zent/pull/955">#955</a> (<a href="https://github.com/SFantasy">SFantasy</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>site运行报错 <a href="https://github.com/youzan/zent/issues/969">#969</a></li>\n<li>[bug]SKU组件在antd的modal中使用时,选择sku项出错 <a href="https://github.com/youzan/zent/issues/964">#964</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] 修复Form对component prop类型的检查 <a href="https://github.com/youzan/zent/pull/970">#970</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[feature]: 适配新的 Select 样式 <a href="https://github.com/youzan/zent/pull/967">#967</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[new feature] switch 新版样式更新 <a href="https://github.com/youzan/zent/pull/965">#965</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>[new feature] SplitButton: 更新新版UI <a href="https://github.com/youzan/zent/pull/960">#960</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new theme] update timeline style <a href="https://github.com/youzan/zent/pull/956">#956</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[bug fix]类型定义文件修改 <a href="https://github.com/youzan/zent/pull/954">#954</a> (<a href="https://github.com/kainstar">kainstar</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-5-0-2018-10-29">¶</a><a href="javascript:void(0)" id="zent-6-5-0-2018-10-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.5.0">zent@6.5.0</a> (2018-10-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.4.1...zent@6.5.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Icon: Add new icons <a href="https://github.com/youzan/zent/pull/952">#952</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Doc: Update docs and demos <a href="https://github.com/youzan/zent/pull/948">#948</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Form: throw errors in form submit <a href="https://github.com/youzan/zent/pull/945">#945</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Remove Object.assign calls <a href="https://github.com/youzan/zent/pull/944">#944</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] SKU: Fix incorrect pop z-index <a href="https://github.com/youzan/zent/pull/943">#943</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>官网演示站业务组件sku层级出错 <a href="https://github.com/youzan/zent/issues/941">#941</a></li>\n<li>[bugfix] From onSubmit时会吞掉其它错误 <a href="https://github.com/youzan/zent/issues/939">#939</a></li>\n<li>previewImage 点击背景无法关闭 <a href="https://github.com/youzan/zent/issues/934">#934</a></li>\n<li>[bug fix] form 下 FormNumberInputField disabled 属性设置为 true 会造成 Maximum update depth exceeded 错误 <a href="https://github.com/youzan/zent/issues/930">#930</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc] Dialog: fix js indentation of packages/zent/src/dialog/demos/basic.md <a href="https://github.com/youzan/zent/pull/951">#951</a> (<a href="https://github.com/xiaojingzhao">xiaojingzhao</a>)</li>\n<li>[bug fix] Grid: typing定义文件 <a href="https://github.com/youzan/zent/pull/947">#947</a> (<a href="https://github.com/kainstar">kainstar</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-4-1-2018-10-16">¶</a><a href="javascript:void(0)" id="zent-6-4-1-2018-10-16" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.4.1">zent@6.4.1</a> (2018-10-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.4.0...zent@6.4.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Tabs nav extra content <a href="https://github.com/youzan/zent/pull/940">#940</a> (<a href="https://github.com/Yao-JSON">Yao-JSON</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-4-0-2018-09-26">¶</a><a href="javascript:void(0)" id="zent-6-4-0-2018-09-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.4.0">zent@6.4.0</a> (2018-09-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.4.0-beta1...zent@6.4.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-6-4-0-beta1-2018-09-21">¶</a><a href="javascript:void(0)" id="zent-6-4-0-beta1-2018-09-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.4.0-beta1">zent@6.4.0-beta1</a> (2018-09-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.3.0...zent@6.4.0-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>fix: 修复select组件placeholder颜色没有置灰的问题 <a href="https://github.com/youzan/zent/pull/937">#937</a> (<a href="https://github.com/Yann-Wang">Yann-Wang</a>)</li>\n<li>[bug fix] Upload:修复音频多个时样式错误 <a href="https://github.com/youzan/zent/pull/936">#936</a> (<a href="https://github.com/jinphen">jinphen</a>)</li>\n<li>[bug fix] FormSelectField: 支持tags模式 <a href="https://github.com/youzan/zent/pull/935">#935</a> (<a href="https://github.com/makebanana">makebanana</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-3-0-2018-09-07">¶</a><a href="javascript:void(0)" id="zent-6-3-0-2018-09-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.3.0">zent@6.3.0</a> (2018-09-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.2.1...zent@6.3.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-2-1-2018">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-2-1-2018" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.2.1">babel-plugin-zent@1.2.1</a> (2018-09-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.3.0-beta3...babel-plugin-zent@1.2.1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-6-3-0-beta3-2018-09-07">¶</a><a href="javascript:void(0)" id="zent-6-3-0-beta3-2018-09-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.3.0-beta3">zent@6.3.0-beta3</a> (2018-09-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.2.0...zent@6.3.0-beta3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-2-0-2018">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-2-0-2018" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.2.0">babel-plugin-zent@1.2.0</a> (2018-09-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.3.0-beta1...babel-plugin-zent@1.2.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Support tree shaking in babel-plugin-zent <a href="https://github.com/youzan/zent/pull/933">#933</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Form 下的时间选择相关组件: 输入框会自动填充问题 <a href="https://github.com/youzan/zent/issues/915">#915</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-3-0-beta1-2018-09-06">¶</a><a href="javascript:void(0)" id="zent-6-3-0-beta1-2018-09-06" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.3.0-beta1">zent@6.3.0-beta1</a> (2018-09-06)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.2.0...zent@6.3.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] TimePicker:为TimePicker时间选择组件增加disabledTime时间禁用函数属性 <a href="https://github.com/youzan/zent/issues/920">#920</a></li>\n<li>Support es modules <a href="https://github.com/youzan/zent/issues/914">#914</a></li>\n<li>[new feature] Add es module support <a href="https://github.com/youzan/zent/pull/932">#932</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Loading: 支持延迟显示 <a href="https://github.com/youzan/zent/pull/931">#931</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] InfiniteScroller: loadMore反复触发问题修复,文档错误修复 <a href="https://github.com/youzan/zent/pull/928">#928</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] DateTimePicker:在设定最大值(max)之后,修复分秒disable显示不正确的问题。 <a href="https://github.com/youzan/zent/pull/927">#927</a> (<a href="https://github.com/LoveSuzy">LoveSuzy</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>DateTimePicker cannot select true time when set max <a href="https://github.com/youzan/zent/issues/926">#926</a></li>\n<li>因业务发展需要,须增加添加充值组件 <a href="https://github.com/youzan/zent/issues/896">#896</a></li>\n<li>[bug fix] 官网demo部分组件运行报错 <a href="https://github.com/youzan/zent/issues/894">#894</a></li>\n<li>[bug fix]DatePicker: 关闭autoComplete提示 <a href="https://github.com/youzan/zent/issues/886">#886</a></li>\n<li>希望Loading添加延迟显示的参数 <a href="https://github.com/youzan/zent/issues/876">#876</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] 时间选择器支持disable函数来禁用特定时间的选择 <a href="https://github.com/youzan/zent/pull/921">#921</a> (<a href="https://github.com/nodew">nodew</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-2-0-2018-08-24">¶</a><a href="javascript:void(0)" id="zent-6-2-0-2018-08-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.2.0">zent@6.2.0</a> (2018-08-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.2.0-beta1...zent@6.2.0">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Form: Fix form field array initialize bug <a href="https://github.com/youzan/zent/pull/922">#922</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-2-0-beta1-2018-08-23">¶</a><a href="javascript:void(0)" id="zent-6-2-0-beta1-2018-08-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.2.0-beta1">zent@6.2.0-beta1</a> (2018-08-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.1.0...zent@6.2.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Grid:支持拖拽操作 <a href="https://github.com/youzan/zent/pull/917">#917</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>[new feature] menu 组件添加两个事件回调 <a href="https://github.com/youzan/zent/pull/913">#913</a> (<a href="https://github.com/yubaoquan">yubaoquan</a>)</li>\n<li>[new feature] 新增ClampLines组件,支持多行文本缩略显示 <a href="https://github.com/youzan/zent/pull/902">#902</a> (<a href="https://github.com/nodew">nodew</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] DatePicker 输入框增加默认属性 autoComplete="off" <a href="https://github.com/youzan/zent/pull/918">#918</a> (<a href="https://github.com/nodew">nodew</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>微页面编辑里面的富文本可否开源~ react结合ueditor还是非常完美的~~ <a href="https://github.com/youzan/zent/issues/916">#916</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-1-0-2018-08-03">¶</a><a href="javascript:void(0)" id="zent-6-1-0-2018-08-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.1.0">zent@6.1.0</a> (2018-08-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.1.0-beta4...zent@6.1.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-6-1-0-beta4-2018-08-03">¶</a><a href="javascript:void(0)" id="zent-6-1-0-beta4-2018-08-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.1.0-beta4">zent@6.1.0-beta4</a> (2018-08-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.1.0-beta3...zent@6.1.0-beta4">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Grid: 添加默认文本显示功能 <a href="https://github.com/youzan/zent/pull/909">#909</a> (<a href="https://github.com/kainstar">kainstar</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>添加对value值“.XX”形式的正则校验 <a href="https://github.com/youzan/zent/pull/908">#908</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-1-0-beta3-2018-08-01">¶</a><a href="javascript:void(0)" id="zent-6-1-0-beta3-2018-08-01" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.1.0-beta3">zent@6.1.0-beta3</a> (2018-08-01)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.1.0-beta2...zent@6.1.0-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Icon: Fix typo <a href="https://github.com/youzan/zent/pull/907">#907</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-1-0-beta2-2018-08-01">¶</a><a href="javascript:void(0)" id="zent-6-1-0-beta2-2018-08-01" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.1.0-beta2">zent@6.1.0-beta2</a> (2018-08-01)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.1.0-beta1...zent@6.1.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Icon: Add new icons <a href="https://github.com/youzan/zent/pull/906">#906</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Grid: 开启选择器后,selection. getCheckboxProps没有根据数据实时更新 <a href="https://github.com/youzan/zent/issues/889">#889</a></li>\n<li>[bug fix] Table: 选择模式支持设置为选中但是不可修改的状态 <a href="https://github.com/youzan/zent/pull/904">#904</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Form: Fix FieldArray renders wrong value after mutating field array <a href="https://github.com/youzan/zent/pull/903">#903</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[bug fix] Form: FieldArray 新增子元素异常 <a href="https://github.com/youzan/zent/issues/891">#891</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-1-0-beta1-2018-07-27">¶</a><a href="javascript:void(0)" id="zent-6-1-0-beta1-2018-07-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.1.0-beta1">zent@6.1.0-beta1</a> (2018-07-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.1...zent@6.1.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature]Cascader: 增加<code>expandTrigger</code>属性 <a href="https://github.com/youzan/zent/pull/888">#888</a> (<a href="https://github.com/sunshinefish">sunshinefish</a>)</li>\n<li>[new feature]Pop: 增加<code>containerSelector</code>属性 <a href="https://github.com/youzan/zent/pull/885">#885</a> (<a href="https://github.com/rzhang228">rzhang228</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Select: add type declaration of Select <a href="https://github.com/youzan/zent/pull/901">#901</a> (<a href="https://github.com/yubaoquan">yubaoquan</a>)</li>\n<li>[bug fix] Button: 样式更新 <a href="https://github.com/youzan/zent/pull/897">#897</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n<li>[bug fix] Menu:修复Menu的ts定义 <a href="https://github.com/youzan/zent/pull/893">#893</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n<li>[bug fix] 类型定义文件: 根据文档修改和补充dts文件 <a href="https://github.com/youzan/zent/pull/892">#892</a> (<a href="https://github.com/kainstar">kainstar</a>)</li>\n<li>[bug fix] Grid:修复开启选择器后的属性更新问题 <a href="https://github.com/youzan/zent/pull/890">#890</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>按钮组件更新 <a href="https://github.com/youzan/zent/issues/895">#895</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-1-2018-07-13">¶</a><a href="javascript:void(0)" id="zent-6-0-1-2018-07-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.1">zent@6.0.1</a> (2018-07-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0...zent@6.0.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Update iconfonts <a href="https://github.com/youzan/zent/pull/887">#887</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-2018-07-04">¶</a><a href="javascript:void(0)" id="zent-6-0-0-2018-07-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0">zent@6.0.0</a> (2018-07-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta8...zent@6.0.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta8-2018-07-03">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta8-2018-07-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta8">zent@6.0.0-beta8</a> (2018-07-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta7...zent@6.0.0-beta8">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>fix: add displayText props to Cascader <a href="https://github.com/youzan/zent/pull/883">#883</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta7-2018-07-02">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta7-2018-07-02" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta7">zent@6.0.0-beta7</a> (2018-07-02)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta6...zent@6.0.0-beta7">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] WeekPicker: Fix WeekPicker disabled style <a href="https://github.com/youzan/zent/pull/881">#881</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>fix: Table onChange returns pageSize change <a href="https://github.com/youzan/zent/pull/880">#880</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta6-2018-06-27">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta6-2018-06-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta6">zent@6.0.0-beta6</a> (2018-06-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta5...zent@6.0.0-beta6">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Fix ts definitions <a href="https://github.com/youzan/zent/pull/879">#879</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix]AutoComplete: keydown 增加 \'tab\' 判断 <a href="https://github.com/youzan/zent/pull/878">#878</a> (<a href="https://github.com/makebanana">makebanana</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta5-2018-06-25">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta5-2018-06-25" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta5">zent@6.0.0-beta5</a> (2018-06-25)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta4...zent@6.0.0-beta5">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Icon: 增加意见反馈图标 <a href="https://github.com/youzan/zent/pull/877">#877</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta4-2018-06-21">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta4-2018-06-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta4">zent@6.0.0-beta4</a> (2018-06-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta3...zent@6.0.0-beta4">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>重写 Tree 组件 <a href="https://github.com/youzan/zent/issues/805">#805</a></li>\n<li>[new feature] Tree: 重写了组件,兼容老功能的同时加了一些新功能 <a href="https://github.com/youzan/zent/pull/862">#862</a> (<a href="https://github.com/makebanana">makebanana</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Form: FormDateRangePickerField无法显示时分秒 <a href="https://github.com/youzan/zent/issues/872">#872</a></li>\n<li>[new feature] Icon: Add new icons <a href="https://github.com/youzan/zent/pull/875">#875</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Card: remove unnecessary style <a href="https://github.com/youzan/zent/pull/874">#874</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Select: 修复因为类名变更导致的默认样式丢失问题 <a href="https://github.com/youzan/zent/pull/873">#873</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta3-2018-06-20">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta3-2018-06-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta3">zent@6.0.0-beta3</a> (2018-06-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta2...zent@6.0.0-beta3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[enhancement] ErrorBoundary: Update ErrorBoundary HOC <a href="https://github.com/youzan/zent/pull/869">#869</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] 修正文档内babel单词拼写错误 <a href="https://github.com/youzan/zent/pull/871">#871</a> (<a href="https://github.com/kainstar">kainstar</a>)</li>\n<li>[bugfix] Grid 修复rowKey无效的问题 <a href="https://github.com/youzan/zent/pull/870">#870</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta2-2018-06-13">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta2-2018-06-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta2">zent@6.0.0-beta2</a> (2018-06-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@6.0.0-beta1...zent@6.0.0-beta2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]Cascader: 修复当 value 值不存在时报错的问题 <a href="https://github.com/youzan/zent/pull/867">#867</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n<li>[bugfix] 修复Grid在props发生变化时的bug <a href="https://github.com/youzan/zent/pull/866">#866</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[Hotfix]Select: 修正一个样式 bug, 增加异步过滤的 demo <a href="https://github.com/youzan/zent/pull/865">#865</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Select: 修复一些情况下组件在执行this.popup.focus()语句是报错的问题 <a href="https://github.com/youzan/zent/pull/864">#864</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Move doc site to github pages <a href="https://github.com/youzan/zent/issues/849">#849</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Move docs to github pages <a href="https://github.com/youzan/zent/pull/863">#863</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-6-0-0-beta1-2018-06-08">¶</a><a href="javascript:void(0)" id="zent-6-0-0-beta1-2018-06-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@6.0.0-beta1">zent@6.0.0-beta1</a> (2018-06-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.2.0-beta7...zent@6.0.0-beta1">Full Changelog</a></p>\n<p><strong>Breaking changes:</strong></p>\n<ul>\n<li>不再支持 React 15.3 以下的版本 <a href="https://github.com/youzan/zent/pull/850">#850</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>补全 Form 的 Field 类型 <a href="https://github.com/youzan/zent/issues/820">#820</a></li>\n<li>[new feature] Form: Allow non stardard value in Field onChange and onBlur <a href="https://github.com/youzan/zent/pull/859">#859</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Add more form date field <a href="https://github.com/youzan/zent/pull/858">#858</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Form:FieldArray 以及 Fieldset 支持 setFieldsValue 以及 initialize 修改 <a href="https://github.com/youzan/zent/issues/835">#835</a></li>\n<li>[bug fix] DatePicker: Remove onBlur and onFocus callback from date pickers <a href="https://github.com/youzan/zent/pull/861">#861</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Collapse: Fix Collpase activeKey prop type declaration <a href="https://github.com/youzan/zent/pull/860">#860</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bugfix] 移除Grid中的cloneDeep <a href="https://github.com/youzan/zent/pull/855">#855</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[bug fix] Timeline: 组件修改弹层定位 <a href="https://github.com/youzan/zent/pull/853">#853</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[bug fix] Datepicker: 修复 rangepicker 时间禁用逻辑 <a href="https://github.com/youzan/zent/pull/851">#851</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix] Form: Support setting value on FieldArray <a href="https://github.com/youzan/zent/pull/847">#847</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Collapse组件accordion模式下onChange回调参数为null报错 <a href="https://github.com/youzan/zent/issues/857">#857</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-2-0-beta7-2018-05-29">¶</a><a href="javascript:void(0)" id="zent-5-2-0-beta7-2018-05-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.2.0-beta7">zent@5.2.0-beta7</a> (2018-05-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.2.0-beta6...zent@5.2.0-beta7">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-5-2-0-beta6-2018-05-29">¶</a><a href="javascript:void(0)" id="zent-5-2-0-beta6-2018-05-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.2.0-beta6">zent@5.2.0-beta6</a> (2018-05-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.2.0-beta4...zent@5.2.0-beta6">Full Changelog</a></p>\n<p><strong>Breaking changes:</strong></p>\n<ul>\n<li>[breaking change] Loading: Remove deprecated methods on/off/newInstance <a href="https://github.com/youzan/zent/pull/841">#841</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] SplitButton: add dropdown position <a href="https://github.com/youzan/zent/pull/844">#844</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature] Timeline组件 <a href="https://github.com/youzan/zent/pull/811">#811</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Mention 当 Input 有 prefix 或者 suffix 时弹层位置不对 <a href="https://github.com/youzan/zent/issues/836">#836</a></li>\n<li>[bug fix] Swiper: 删除元素 <a href="https://github.com/youzan/zent/issues/813">#813</a></li>\n<li>[bug fix] Dialog: 修复关闭Dialog时Animated组件报错的问题 <a href="https://github.com/youzan/zent/pull/846">#846</a> (<a href="https://github.com/Yann-Wang">Yann-Wang</a>)</li>\n<li>[bug fix] Dialog: 增加isBrowser判断 <a href="https://github.com/youzan/zent/pull/845">#845</a> (<a href="https://github.com/zedmund">zedmund</a>)</li>\n<li>[bug fix] Swiper: fix remove child <a href="https://github.com/youzan/zent/pull/843">#843</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix]Mention: Fix incorrect position when input has suffix or prefix <a href="https://github.com/youzan/zent/pull/839">#839</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Button: words spell error in Buttons (wrapedChildren->wrappedChildren) <a href="https://github.com/youzan/zent/pull/838">#838</a> (<a href="https://github.com/YutHelloWorld">YutHelloWorld</a>)</li>\n<li>[bug fix] Loading: fix loading cannot be close because ReactDOM.render return null <a href="https://github.com/youzan/zent/pull/833">#833</a> (<a href="https://github.com/EleanorMao">EleanorMao</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>React 16.3.2 Loading设置为float后无法关闭 <a href="https://github.com/youzan/zent/issues/822">#822</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Grid: 刷新列表数据后重置所有展开项 <a href="https://github.com/youzan/zent/pull/842">#842</a> (<a href="https://github.com/ZhaoYijue">ZhaoYijue</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-2-0-beta4-2018-05-21">¶</a><a href="javascript:void(0)" id="zent-5-2-0-beta4-2018-05-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.2.0-beta4">zent@5.2.0-beta4</a> (2018-05-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.2.0-beta2...zent@5.2.0-beta4">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Icon: Add new icons <a href="https://github.com/youzan/zent/pull/826">#826</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]Input:addonBefore和addonAfter元素没有在组件内部指定color,导致颜色在各个地方表现不一致 <a href="https://github.com/youzan/zent/issues/821">#821</a></li>\n<li>[bug fix] Input: Fix Input addon style <a href="https://github.com/youzan/zent/pull/832">#832</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] support multi ops called synchronously for FieldArray <a href="https://github.com/youzan/zent/pull/831">#831</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n<li>[bug fix & new feature ] Grid: fix expandation bug、新增onExpand监听点击展开图标 <a href="https://github.com/youzan/zent/pull/828">#828</a> (<a href="https://github.com/ZhaoYijue">ZhaoYijue</a>)</li>\n<li>[bug fix]DateRangePickerField and DateRangeQuickPickerField: change date\'s prop \'format\' to \'dateFormat\' <a href="https://github.com/youzan/zent/pull/823">#823</a> (<a href="https://github.com/rzhang228">rzhang228</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc] Tabs: 更新 tabs id 类型说明 <a href="https://github.com/youzan/zent/pull/830">#830</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Grid: 优化API文档 <a href="https://github.com/youzan/zent/pull/824">#824</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-2-0-beta2-2018-05-14">¶</a><a href="javascript:void(0)" id="zent-5-2-0-beta2-2018-05-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.2.0-beta2">zent@5.2.0-beta2</a> (2018-05-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.2.0-beta1...zent@5.2.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Mention: Add typescript definition for Mention <a href="https://github.com/youzan/zent/pull/819">#819</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Grid: 添加expandation扩展参数 <a href="https://github.com/youzan/zent/pull/810">#810</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Pagination: Add onPageSizeChange callback <a href="https://github.com/youzan/zent/pull/818">#818</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] Grid: 支持expandation <a href="https://github.com/youzan/zent/issues/792">#792</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-2-0-beta1-2018-05-07">¶</a><a href="javascript:void(0)" id="zent-5-2-0-beta1-2018-05-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.2.0-beta1">zent@5.2.0-beta1</a> (2018-05-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.1.1...zent@5.2.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Mention <a href="https://github.com/youzan/zent/pull/817">#817</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Grid: 增加 Grid.d.ts <a href="https://github.com/youzan/zent/pull/816">#816</a> (<a href="https://github.com/muzea">muzea</a>)</li>\n<li>[new feature] datepicker 支持 onBlur 和 onFocus 事件 <a href="https://github.com/youzan/zent/pull/815">#815</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Avatar & Sortable & SplitButton:修正Avatar、Sortable和SplitButton组件的TS类型定义文件 <a href="https://github.com/youzan/zent/pull/812">#812</a> (<a href="https://github.com/SteveJob">SteveJob</a>)</li>\n<li>[bug fix] BlockHeader: change DOM structure <a href="https://github.com/youzan/zent/pull/809">#809</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-1-1-2018-04-19">¶</a><a href="javascript:void(0)" id="zent-5-1-1-2018-04-19" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.1.1">zent@5.1.1</a> (2018-04-19)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.1.0...zent@5.1.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Lerna upgrade <a href="https://github.com/youzan/zent/pull/801">#801</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>fix: dialog close with no animation issue. <a href="https://github.com/youzan/zent/pull/804">#804</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n<li>[bug fix] Form: fix corner cases in scrollToFirstError <a href="https://github.com/youzan/zent/pull/803">#803</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Table : 修改cell的样式,防止出现宽度错误的问题 <a href="https://github.com/youzan/zent/pull/800">#800</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-1-0-2018-04-17">¶</a><a href="javascript:void(0)" id="zent-5-1-0-2018-04-17" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.1.0">zent@5.1.0</a> (2018-04-17)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.1.0-beta3...zent@5.1.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] previewImage: 支持图片缩放 <a href="https://github.com/youzan/zent/issues/610">#610</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Loading: Fix height not applied <a href="https://github.com/youzan/zent/pull/798">#798</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>fix: dialog close mouse position issue <a href="https://github.com/youzan/zent/pull/797">#797</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n<li>fix: dialog close mouse position issue <a href="https://github.com/youzan/zent/pull/796">#796</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc] 更新中英文文档截图 <a href="https://github.com/youzan/zent/pull/799">#799</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-1-0-beta3-2018-04-13">¶</a><a href="javascript:void(0)" id="zent-5-1-0-beta3-2018-04-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.1.0-beta3">zent@5.1.0-beta3</a> (2018-04-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.1.0-beta2...zent@5.1.0-beta3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] ErrorBoundary: Add ErrorBoundary component <a href="https://github.com/youzan/zent/pull/794">#794</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Portal/Dialog: PurePortal, LayeredPortal, and Dialog animation <a href="https://github.com/youzan/zent/pull/787">#787</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] BlockHeader: fix pop style <a href="https://github.com/youzan/zent/pull/793">#793</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-1-0-beta2-2018-04-09">¶</a><a href="javascript:void(0)" id="zent-5-1-0-beta2-2018-04-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.1.0-beta2">zent@5.1.0-beta2</a> (2018-04-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.1.0-beta1...zent@5.1.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] previewImage: 支持预览图片的缩放 <a href="https://github.com/youzan/zent/pull/790">#790</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Form: Fix asyncValidate return value in Form <a href="https://github.com/youzan/zent/pull/791">#791</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>是否有design组件保存草稿方法 <a href="https://github.com/youzan/zent/issues/786">#786</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-1-0-beta1-2018-04-03">¶</a><a href="javascript:void(0)" id="zent-5-1-0-beta1-2018-04-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.1.0-beta1">zent@5.1.0-beta1</a> (2018-04-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.0.1...zent@5.1.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature]: BlockHeader增加childAlign属性,控制子元素位置 <a href="https://github.com/youzan/zent/pull/789">#789</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature]: add new component SplitButton <a href="https://github.com/youzan/zent/pull/783">#783</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature] Design: dnd upgrade <a href="https://github.com/youzan/zent/pull/781">#781</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Umbrella: React 16 issues <a href="https://github.com/youzan/zent/issues/513">#513</a></li>\n<li>[bug fix] Pop: Fix incorrect position in popover <a href="https://github.com/youzan/zent/pull/785">#785</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>fix(datetimepicker): yearpicker support date value for max and min <a href="https://github.com/youzan/zent/pull/782">#782</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix] Pagination:修复跳页功能的 border 被背景颜色覆盖的 bug <a href="https://github.com/youzan/zent/pull/780">#780</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>Select: 去掉tag的滚动条 <a href="https://github.com/youzan/zent/pull/778">#778</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[test] Cascader: ReactWrapper api变更导致的单测不过问题,换种写法解决 <a href="https://github.com/youzan/zent/pull/774">#774</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] 是否有计划支持字体大小的自定义 <a href="https://github.com/youzan/zent/issues/784">#784</a></li>\n<li>[bug fix]zan-design的cubeConf,navConf出现空白 <a href="https://github.com/youzan/zent/issues/777">#777</a></li>\n<li>[bug fix] YearPicker: value 支持 Date 类型 <a href="https://github.com/youzan/zent/issues/776">#776</a></li>\n<li>how to config my components to Design components <a href="https://github.com/youzan/zent/issues/775">#775</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Package update <a href="https://github.com/youzan/zent/pull/779">#779</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-0-1-2018-03-20">¶</a><a href="javascript:void(0)" id="zent-5-0-1-2018-03-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.0.1">zent@5.0.1</a> (2018-03-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@5.0.0...zent@5.0.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>WeekPicker: 文字超出输入框 <a href="https://github.com/youzan/zent/issues/767">#767</a></li>\n<li>fix(weekpicker): trim value space <a href="https://github.com/youzan/zent/pull/773">#773</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-5-0-0-2018-03-16">¶</a><a href="javascript:void(0)" id="zent-5-0-0-2018-03-16" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@5.0.0">zent@5.0.0</a> (2018-03-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.3.2...zent@5.0.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[breaking change] Steps: 默认状态改为 process <a href="https://github.com/youzan/zent/pull/768">#768</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n<li>Upgrade dev dependency to React 16 <a href="https://github.com/youzan/zent/pull/766">#766</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Upload: 增加errorMessages配置 <a href="https://github.com/youzan/zent/pull/765">#765</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[new feature] Button: 添加对Icon的支持,添加Button.Group容器 <a href="https://github.com/youzan/zent/pull/762">#762</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Loading: Fix loading default height <a href="https://github.com/youzan/zent/pull/771">#771</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] BlockHeader: Update block header style <a href="https://github.com/youzan/zent/pull/761">#761</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Tree: 处理指定节点 expand 设置不生效 <a href="https://github.com/youzan/zent/pull/760">#760</a> (<a href="https://github.com/iscarecrow">iscarecrow</a>)</li>\n<li>[bug fix] Upload: 收敛upload class命名 <a href="https://github.com/youzan/zent/pull/759">#759</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] Upload: 允许传入maxAmount, maxSize, type等warning的自定义文案 <a href="https://github.com/youzan/zent/issues/764">#764</a></li>\n<li>UI is not rendering at <a href="https://www.youzanyun.com/zanui/zent">https://www.youzanyun.com/zanui/zent</a> <a href="https://github.com/youzan/zent/issues/757">#757</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>feat: 补充tree的loadMore参数的文档 <a href="https://github.com/youzan/zent/pull/763">#763</a> (<a href="https://github.com/iscarecrow">iscarecrow</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-3-2-2018-03-07">¶</a><a href="javascript:void(0)" id="zent-4-3-2-2018-03-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.3.2">zent@4.3.2</a> (2018-03-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.3.1...zent@4.3.2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Checkbox.Group & Radio.Group: 支持元素嵌套,不再污染非指定的子元素 <a href="https://github.com/youzan/zent/pull/753">#753</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Pagination: 调整pagination显示文案 <a href="https://github.com/youzan/zent/pull/756">#756</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] Radio: 修复多级 radio 的样式覆盖问题 <a href="https://github.com/youzan/zent/pull/755">#755</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n<li>[bug fix] Upload: 修复upload语音上传样式 <a href="https://github.com/youzan/zent/pull/754">#754</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-3-1-2018-03-02">¶</a><a href="javascript:void(0)" id="zent-4-3-1-2018-03-02" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.3.1">zent@4.3.1</a> (2018-03-02)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.3.0...zent@4.3.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Select: 标签选择时placeholder缩进不一致 <a href="https://github.com/youzan/zent/issues/747">#747</a></li>\n<li>Popover: Pop的visible为false时会不停地调用adjustPosition <a href="https://github.com/youzan/zent/issues/746">#746</a></li>\n<li>[bug fix] Tree: Fix tree style <a href="https://github.com/youzan/zent/pull/752">#752</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Popover: 修复极端情况下Popover循环调用adjustPosition <a href="https://github.com/youzan/zent/pull/751">#751</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Grid: 修复win系统头部显示问题 <a href="https://github.com/youzan/zent/pull/750">#750</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix]Copy-Button: 修改选择复制区域的api, 修复在某些情况下区域选择错误的bug <a href="https://github.com/youzan/zent/pull/749">#749</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>[bugfix]Select: 统一显示样式. <a href="https://github.com/youzan/zent/pull/748">#748</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-3-0-2018-02-14">¶</a><a href="javascript:void(0)" id="zent-4-3-0-2018-02-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.3.0">zent@4.3.0</a> (2018-02-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.2.1...zent@4.3.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Steps: 方向可选 <a href="https://github.com/youzan/zent/issues/414">#414</a></li>\n<li>[bug fix]: 文档网站使用zent的SearchInput组件 <a href="https://github.com/youzan/zent/pull/741">#741</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[new feature] 新增 Rate 组件 <a href="https://github.com/youzan/zent/pull/740">#740</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[new feature] Steps: 增加竖直方向的样式 <a href="https://github.com/youzan/zent/pull/737">#737</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]Tabs: CSS 样式中去掉 important <a href="https://github.com/youzan/zent/issues/725">#725</a></li>\n<li>[Select]bugfix: 重整 Trigger 的引入方法, 修复只会单次触发焦点获取的 bug <a href="https://github.com/youzan/zent/pull/745">#745</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[new feature] AutoComplete <a href="https://github.com/youzan/zent/pull/744">#744</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n<li>fix(Sortable): 当不传items传onEnd时的问题修复 <a href="https://github.com/youzan/zent/pull/743">#743</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Tabs:删除css内!important样式 <a href="https://github.com/youzan/zent/pull/738">#738</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n<li>[bug fix] Grid:修复表头高度不一致 <a href="https://github.com/youzan/zent/pull/735">#735</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] Notify:多个Notify消失时动画不平滑问题 <a href="https://github.com/youzan/zent/pull/696">#696</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[bugfix] Select: popup弹出后光标直接到搜索输入框 <a href="https://github.com/youzan/zent/issues/742">#742</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Publish 4.2.2 <a href="https://github.com/youzan/zent/pull/739">#739</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-2-1-2018-02-06">¶</a><a href="javascript:void(0)" id="zent-4-2-1-2018-02-06" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.2.1">zent@4.2.1</a> (2018-02-06)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.1.2...zent@4.2.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Upload: 修复文件类型判断不正确的问题 <a href="https://github.com/youzan/zent/pull/736">#736</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-1-2-2018">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-1-2-2018" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.1.2">babel-plugin-zent@1.1.2</a> (2018-02-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.2.0...babel-plugin-zent@1.1.2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-4-2-0-2018-02-05">¶</a><a href="javascript:void(0)" id="zent-4-2-0-2018-02-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.2.0">zent@4.2.0</a> (2018-02-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.2.0-beta2...zent@4.2.0">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Sortable: 修复onMove和onEnd与onChange同时传入时的问题 <a href="https://github.com/youzan/zent/pull/734">#734</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>Select: 修复可能会导致循环渲染的问题 <a href="https://github.com/youzan/zent/pull/733">#733</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] Menu: 增加inline模式 <a href="https://github.com/youzan/zent/pull/729">#729</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-2-0-beta2-2018-02-05">¶</a><a href="javascript:void(0)" id="zent-4-2-0-beta2-2018-02-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.2.0-beta2">zent@4.2.0-beta2</a> (2018-02-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.2.0-beta1...zent@4.2.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>时间选择器各种 Picker 类型 TypeScript 定义不全 <a href="https://github.com/youzan/zent/issues/721">#721</a></li>\n<li>[bug fix] DatePicker: 添加typeing <a href="https://github.com/youzan/zent/pull/727">#727</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-2-0-beta1-2018-02-05">¶</a><a href="javascript:void(0)" id="zent-4-2-0-beta1-2018-02-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.2.0-beta1">zent@4.2.0-beta1</a> (2018-02-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.1.1...zent@4.2.0-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-1-1-2018">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-1-1-2018" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.1.1">babel-plugin-zent@1.1.1</a> (2018-02-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.1.0...babel-plugin-zent@1.1.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Avatar <a href="https://github.com/youzan/zent/pull/732">#732</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Badge: 功能完善 <a href="https://github.com/youzan/zent/pull/731">#731</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Upload: onUpload增加promise支持 <a href="https://github.com/youzan/zent/pull/728">#728</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[new feature] Input: Add fromClearButton to Input onChange event <a href="https://github.com/youzan/zent/pull/724">#724</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Add missing ts definition <a href="https://github.com/youzan/zent/pull/722">#722</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Package upgrades <a href="https://github.com/youzan/zent/pull/720">#720</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] NumberInput: 添加<code>onPressEnter</code>事件处理,不允许超过<code>max</code> <a href="https://github.com/youzan/zent/pull/717">#717</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[new feature] Cascader: 增加 menu 类型 <a href="https://github.com/youzan/zent/pull/716">#716</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[new feature] Collapse <a href="https://github.com/youzan/zent/pull/712">#712</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Form: Disable enter in Form only if element is an input <a href="https://github.com/youzan/zent/pull/726">#726</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[style] InfiniteScroller: 去除css中的important <a href="https://github.com/youzan/zent/pull/723">#723</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bugfix]: MonthPicker: 修复月份选择返回日期不正确的问题 <a href="https://github.com/youzan/zent/pull/719">#719</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bugfix]Select: 修复在修改 focus 逻辑后导致键盘事件失效的 bug. <a href="https://github.com/youzan/zent/pull/714">#714</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bugfix] Grid: 删除多余的边框 <a href="https://github.com/youzan/zent/pull/713">#713</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>[bugfix] DatePicker: add onbeforeclear api <a href="https://github.com/youzan/zent/pull/710">#710</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>考虑 extends Component 而不是 PureComponent <a href="https://github.com/youzan/zent/issues/715">#715</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc] Update docs <a href="https://github.com/youzan/zent/pull/718">#718</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-1-0-2018-01-29">¶</a><a href="javascript:void(0)" id="zent-4-1-0-2018-01-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.1.0">zent@4.1.0</a> (2018-01-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.1.0-beta4...zent@4.1.0">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Upload: 修复自动弹出fileinput的bug <a href="https://github.com/youzan/zent/pull/711">#711</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-1-0-beta4-2018-01-29">¶</a><a href="javascript:void(0)" id="zent-4-1-0-beta4-2018-01-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.1.0-beta4">zent@4.1.0-beta4</a> (2018-01-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.1.0-beta3...zent@4.1.0-beta4">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[new feature] DatePicker: 添加是否可以清除值配置 <a href="https://github.com/youzan/zent/pull/709">#709</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-1-0-beta3-2018-01-26">¶</a><a href="javascript:void(0)" id="zent-4-1-0-beta3-2018-01-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.1.0-beta3">zent@4.1.0-beta3</a> (2018-01-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.1.0-beta2...zent@4.1.0-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bugfix]: DatePicker:添加 date-fns 依赖 <a href="https://github.com/youzan/zent/pull/707">#707</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-1-0-beta2-2018-01-26">¶</a><a href="javascript:void(0)" id="zent-4-1-0-beta2-2018-01-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.1.0-beta2">zent@4.1.0-beta2</a> (2018-01-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.1.0-beta1...zent@4.1.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] TimePicker: TimePicker and TimeRangePicker <a href="https://github.com/youzan/zent/pull/705">#705</a> (<a href="https://github.com/HyczZhu">HyczZhu</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>执行yarn dev到90%左右时报错 <a href="https://github.com/youzan/zent/issues/698">#698</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-1-0-beta1-2018-01-25">¶</a><a href="javascript:void(0)" id="zent-4-1-0-beta1-2018-01-25" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.1.0-beta1">zent@4.1.0-beta1</a> (2018-01-25)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.0.1-beta2...zent@4.1.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Card update and new component Placeholder <a href="https://github.com/youzan/zent/pull/699">#699</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Upload: FileInput增加自动弹出 <a href="https://github.com/youzan/zent/pull/703">#703</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix] Placeholder: Fix Placeholder demos <a href="https://github.com/youzan/zent/pull/701">#701</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Doc: Update markdown doc loaders <a href="https://github.com/youzan/zent/pull/700">#700</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Upload: 修复可以添加超过maxAmount数量的问题 <a href="https://github.com/youzan/zent/pull/695">#695</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Doc: Update links <a href="https://github.com/youzan/zent/pull/704">#704</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[Docs] update document site style <a href="https://github.com/youzan/zent/pull/702">#702</a> (<a href="https://github.com/chenjiahan">chenjiahan</a>)</li>\n<li>[new feature] Upload: categoryId从props传递 <a href="https://github.com/youzan/zent/pull/697">#697</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-0-1-beta2-2018-01-23">¶</a><a href="javascript:void(0)" id="zent-4-0-1-beta2-2018-01-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.0.1-beta2">zent@4.0.1-beta2</a> (2018-01-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.0.1-beta1...zent@4.0.1-beta2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-4-0-1-beta1-2018-01-23">¶</a><a href="javascript:void(0)" id="zent-4-0-1-beta1-2018-01-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.0.1-beta1">zent@4.0.1-beta1</a> (2018-01-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@4.0.0...zent@4.0.1-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Notify: Fix notify background color <a href="https://github.com/youzan/zent/pull/694">#694</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Upload: Fix FileUpload bug <a href="https://github.com/youzan/zent/pull/693">#693</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-4-0-0-2018-01-23">¶</a><a href="javascript:void(0)" id="zent-4-0-0-2018-01-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@4.0.0">zent@4.0.0</a> (2018-01-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.3...zent@4.0.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Datepicker: 设置最小日期为当天需要计算当天0点的时间 <a href="https://github.com/youzan/zent/issues/635">#635</a></li>\n<li>State preserving with react-hot-loader and markdown-doc-loader <a href="https://github.com/youzan/zent/issues/239">#239</a></li>\n<li>[breaking change]DatePicker: 移除旧交互方式的 rangepicker <a href="https://github.com/youzan/zent/pull/689">#689</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[new feature] Upload: 增加上传分组 <a href="https://github.com/youzan/zent/pull/676">#676</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]Doc: 微页面组件文档页面按钮文字溢出 <a href="https://github.com/youzan/zent/issues/677">#677</a></li>\n<li>[bug fix] Slider: 圆圈样式问题 <a href="https://github.com/youzan/zent/issues/674">#674</a></li>\n<li>[bug fix] Notify: 出场动画有问题 <a href="https://github.com/youzan/zent/issues/660">#660</a></li>\n<li>[bug fix] Doc: 链接中的anchor没有效果 <a href="https://github.com/youzan/zent/issues/640">#640</a></li>\n<li>[bugfix]DatePicker: 挂载一些常用方法到 DatePicker 上 <a href="https://github.com/youzan/zent/pull/692">#692</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix] Upload English doc fix <a href="https://github.com/youzan/zent/pull/691">#691</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix]Notify: 颜色和动画修改 <a href="https://github.com/youzan/zent/pull/690">#690</a> (<a href="https://github.com/linrz">linrz</a>)</li>\n<li>[feature]i18n: Upload 组件支持国际化 <a href="https://github.com/youzan/zent/pull/687">#687</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bugfix] DatePicker:修复未选择时间直接确认没有考虑最小时间的问题 <a href="https://github.com/youzan/zent/pull/686">#686</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix] Design: DesignEditor 去除 PureComponent <a href="https://github.com/youzan/zent/pull/685">#685</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature] Menu: title中增加icon支持 <a href="https://github.com/youzan/zent/pull/684">#684</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Grid: head 高度同步 <a href="https://github.com/youzan/zent/pull/683">#683</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bugfix]Select: 修复win7下部分浏览器的兼容性 bug, 使用 popover 的 autoPosition 模式 <a href="https://github.com/youzan/zent/pull/682">#682</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Sortable: filter bug修复 <a href="https://github.com/youzan/zent/pull/680">#680</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bugfix]Select: 修复国际化导致的 emptyText 属性默认值消失的 bug <a href="https://github.com/youzan/zent/pull/675">#675</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bugfix]Doc-site: 修复文档网站带 hash 地址 anchor 滚动不正确的 bug. <a href="https://github.com/youzan/zent/pull/673">#673</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix]Notify: 修复动画后样式回弹 <a href="https://github.com/youzan/zent/pull/672">#672</a> (<a href="https://github.com/linrz">linrz</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>没有vue么.... <a href="https://github.com/youzan/zent/issues/681">#681</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-3-2018-01-10">¶</a><a href="javascript:void(0)" id="zent-3-12-3-2018-01-10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.3">zent@3.12.3</a> (2018-01-10)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.2...zent@3.12.3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: fix button layout and size <a href="https://github.com/youzan/zent/pull/671">#671</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Slider: 修改背景色成透明 <a href="https://github.com/youzan/zent/pull/670">#670</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[new feature] Upload: 添加bmp格式 <a href="https://github.com/youzan/zent/pull/669">#669</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-2-2018-01-09">¶</a><a href="javascript:void(0)" id="zent-3-12-2-2018-01-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.2">zent@3.12.2</a> (2018-01-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.1...zent@3.12.2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Loading: Remove loading background when no children is supplied <a href="https://github.com/youzan/zent/pull/668">#668</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] file name and path names format <a href="https://github.com/youzan/zent/pull/663">#663</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Grid: header样式挂了 <a href="https://github.com/youzan/zent/issues/654">#654</a></li>\n<li>[bug] Loading: 灰背景太丑了 <a href="https://github.com/youzan/zent/issues/645">#645</a></li>\n<li>[bug fix] Button: Fix large button font size <a href="https://github.com/youzan/zent/pull/667">#667</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Grid: 修复不插鼠标样式问题 <a href="https://github.com/youzan/zent/pull/666">#666</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bugfix]MonthPicker: 当前月份和选中的月份加上年份判断 <a href="https://github.com/youzan/zent/pull/665">#665</a> (<a href="https://github.com/dickenslian">dickenslian</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[Docs] 增加 I18nProvider 的文档 <a href="https://github.com/youzan/zent/pull/664">#664</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-1-2018-01-05">¶</a><a href="javascript:void(0)" id="zent-3-12-1-2018-01-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.1">zent@3.12.1</a> (2018-01-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0...zent@3.12.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Datepicker: 修复 CombineDateRangePicker 选中一个日期就 confirm 的bug <a href="https://github.com/youzan/zent/pull/662">#662</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix]Notify:调整出场动画 <a href="https://github.com/youzan/zent/pull/661">#661</a> (<a href="https://github.com/linrz">linrz</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-2018-01-04">¶</a><a href="javascript:void(0)" id="zent-3-12-0-2018-01-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0">zent@3.12.0</a> (2018-01-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta8...zent@3.12.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta8-2018-01-04">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta8-2018-01-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta8">zent@3.12.0-beta8</a> (2018-01-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta7...zent@3.12.0-beta8">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Notify: 弹出框不相互覆盖 <a href="https://github.com/youzan/zent/issues/514">#514</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Upload: 去掉多余的提示 <a href="https://github.com/youzan/zent/pull/659">#659</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta7-2018-01-04">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta7-2018-01-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta7">zent@3.12.0-beta7</a> (2018-01-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta6...zent@3.12.0-beta7">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[bug fix] Tag: 外面控制是否显示 <a href="https://github.com/youzan/zent/issues/656">#656</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Notify: 不要把内容截掉 <a href="https://github.com/youzan/zent/issues/657">#657</a></li>\n<li>[bug fix ]Notify and Tag <a href="https://github.com/youzan/zent/pull/658">#658</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] DatePicker:修复组件 onChange 值没更新的问题 <a href="https://github.com/youzan/zent/pull/655">#655</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta6-2018-01-03">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta6-2018-01-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta6">zent@3.12.0-beta6</a> (2018-01-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta5...zent@3.12.0-beta6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta5-2018-01-02">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta5-2018-01-02" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta5">zent@3.12.0-beta5</a> (2018-01-02)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta4...zent@3.12.0-beta5">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Sortable <a href="https://github.com/youzan/zent/issues/629">#629</a></li>\n<li>[new feature] Input: 支持右边的清除按钮 <a href="https://github.com/youzan/zent/issues/542">#542</a></li>\n<li>[bug fix] Notify: 互不遮挡,增加动画 <a href="https://github.com/youzan/zent/pull/653">#653</a> (<a href="https://github.com/linrz">linrz</a>)</li>\n<li>[break change] Form: 修改错误显示逻辑 <a href="https://github.com/youzan/zent/pull/652">#652</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[new feature] Swiper: support dynamic items <a href="https://github.com/youzan/zent/pull/651">#651</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>Add new component Sortable <a href="https://github.com/youzan/zent/pull/649">#649</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature] Input: add input clear <a href="https://github.com/youzan/zent/pull/646">#646</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[breaking change] Form: 重构 FieldArray,更新文档 <a href="https://github.com/youzan/zent/pull/648">#648</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta4-2017-12-29">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta4-2017-12-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta4">zent@3.12.0-beta4</a> (2017-12-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta2...zent@3.12.0-beta4">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Design: Add settings and globalConfig to getInitialValue <a href="https://github.com/youzan/zent/pull/650">#650</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] DateRangePicker: 禁用的时候样式不对 <a href="https://github.com/youzan/zent/issues/619">#619</a></li>\n<li>在form中blur抛出数据与onChange一致 <a href="https://github.com/youzan/zent/pull/647">#647</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>Upload: 保证按顺序显示添加的图片 <a href="https://github.com/youzan/zent/pull/644">#644</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Select: tag类型改为按value数组顺序选中标签 <a href="https://github.com/youzan/zent/pull/643">#643</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix] DatePicker: 修复 daterangepicker disabled 样式 <a href="https://github.com/youzan/zent/pull/642">#642</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta2-2017-12-26">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta2-2017-12-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta2">zent@3.12.0-beta2</a> (2017-12-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.12.0-beta1...zent@3.12.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Sweetalert: Support closeBtn and maskClosable <a href="https://github.com/youzan/zent/pull/639">#639</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Revert colorpicker file names <a href="https://github.com/youzan/zent/pull/641">#641</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-12-0-beta1-2017-12-26">¶</a><a href="javascript:void(0)" id="zent-3-12-0-beta1-2017-12-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.12.0-beta1">zent@3.12.0-beta1</a> (2017-12-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.11.0...zent@3.12.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] 季度选择器 <a href="https://github.com/youzan/zent/issues/549">#549</a></li>\n<li>[new feature] Grid: 表头可以固定 <a href="https://github.com/youzan/zent/issues/540">#540</a></li>\n<li>[new feature] Design: Support custom settings <a href="https://github.com/youzan/zent/pull/636">#636</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[feature] i18n: 添加 i18n 相关的内部组件,完成组件的国际化. <a href="https://github.com/youzan/zent/pull/609">#609</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Loading: 样式不居中 <a href="https://github.com/youzan/zent/issues/618">#618</a></li>\n<li>[bug fix] Grid: 滚动时计算高度 <a href="https://github.com/youzan/zent/pull/638">#638</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] ColorPicker: hex颜色值只在按回车和鼠标失焦时更新 <a href="https://github.com/youzan/zent/pull/637">#637</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Input: fix textarea auto size <a href="https://github.com/youzan/zent/pull/634">#634</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] new-component shell:修改新建组件脚本,增加格式化测试配置文件功能 <a href="https://github.com/youzan/zent/pull/633">#633</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>[bug fix]: typo PropTypes -> propTypes <a href="https://github.com/youzan/zent/pull/630">#630</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-11-0-2017-12-20">¶</a><a href="javascript:void(0)" id="zent-3-11-0-2017-12-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.11.0">zent@3.11.0</a> (2017-12-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.11.0-beta3...zent@3.11.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Grid: 添加scroll.y <a href="https://github.com/youzan/zent/pull/616">#616</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>swiper 组件,arrows = true 且 children(slider)个数为1时,会出现左箭头 <a href="https://github.com/youzan/zent/issues/620">#620</a></li>\n<li>[bug fix] Swiper: Block user interaction during animation <a href="https://github.com/youzan/zent/pull/628">#628</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Upload: 更换react-dnd为sortablejs <a href="https://github.com/youzan/zent/pull/627">#627</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix] Form: 修改内置validation rule中required规则 <a href="https://github.com/youzan/zent/pull/626">#626</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[new feature] Input: textarea添加计数和自动大小 <a href="https://github.com/youzan/zent/pull/624">#624</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] Upload: 变更backend是否存在的判断方式 <a href="https://github.com/youzan/zent/pull/623">#623</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix] Loading: 修复logo不居中问题 <a href="https://github.com/youzan/zent/pull/622">#622</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[bug fix] InfiniteScroller: typo,文档更新 <a href="https://github.com/youzan/zent/pull/617">#617</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[new feature] BlockHeader: 修改pop提示的位置 <a href="https://github.com/youzan/zent/pull/615">#615</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Swiper: 当只有一个children时隐藏arrows <a href="https://github.com/youzan/zent/pull/621">#621</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-11-0-beta3-2017-12-18">¶</a><a href="javascript:void(0)" id="zent-3-11-0-beta3-2017-12-18" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.11.0-beta3">zent@3.11.0-beta3</a> (2017-12-18)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.11.0-beta2...zent@3.11.0-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[new feature] Design: Allow custom footer in preview <a href="https://github.com/youzan/zent/pull/614">#614</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Upload: 修复demo样式问题 <a href="https://github.com/youzan/zent/pull/613">#613</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-11-0-beta2-2017-12-15">¶</a><a href="javascript:void(0)" id="zent-3-11-0-beta2-2017-12-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.11.0-beta2">zent@3.11.0-beta2</a> (2017-12-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.11.0-beta1...zent@3.11.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] datetimepicker: 增加 <code>QuarterPicker</code> 支持 <a href="https://github.com/youzan/zent/pull/612">#612</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: Refactor <a href="https://github.com/youzan/zent/pull/611">#611</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-11-0-beta1-2017-12-14">¶</a><a href="javascript:void(0)" id="zent-3-11-0-beta1-2017-12-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.11.0-beta1">zent@3.11.0-beta1</a> (2017-12-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.7...zent@3.11.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] 穿梭组件 例子:可配送区域 <a href="https://github.com/youzan/zent/issues/598">#598</a></li>\n<li>[new feature] Select: 选中某一项后支持清除选择 <a href="https://github.com/youzan/zent/issues/544">#544</a></li>\n<li>[new feature] Design: Add image-ad component <a href="https://github.com/youzan/zent/pull/608">#608</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] 时间选择组件默认不需要 confirm <a href="https://github.com/youzan/zent/pull/607">#607</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[new fewture] Upload: 增加上传文件列表拖拽调整顺序 <a href="https://github.com/youzan/zent/pull/606">#606</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[new feature] Popover: Add onPositionUpdated callback to Popover and Pop <a href="https://github.com/youzan/zent/pull/603">#603</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Form:修复<code>validationOnChange</code> 为 <code>false</code> 时部分情况下组件重新渲染问题 <a href="https://github.com/youzan/zent/pull/599">#599</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[new feature] Design: Add richtext component to Design <a href="https://github.com/youzan/zent/pull/591">#591</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Form: scrollToError增加对Field的判断 <a href="https://github.com/youzan/zent/pull/605">#605</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n<li>[new feature] Form: 支持禁止回车提交表单 <a href="https://github.com/youzan/zent/pull/604">#604</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[bug fix] Button: Fix no border demo in Button <a href="https://github.com/youzan/zent/pull/602">#602</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Utils: Fix scroll on node.js <a href="https://github.com/youzan/zent/pull/601">#601</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Select: 增加重置选项开关和重置选项文本设置选项。 <a href="https://github.com/youzan/zent/pull/597">#597</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Table: 给batchcomponents自动加个wrapper <a href="https://github.com/youzan/zent/pull/593">#593</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[bug]webpack compile error <a href="https://github.com/youzan/zent/issues/600">#600</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-7-2017-12-07">¶</a><a href="javascript:void(0)" id="zent-3-10-7-2017-12-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.7">zent@3.10.7</a> (2017-12-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.6...zent@3.10.7">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Menu: Allow custom styles <a href="https://github.com/youzan/zent/pull/595">#595</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: 修复单文件上传bug <a href="https://github.com/youzan/zent/pull/594">#594</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-6-2017-12-06">¶</a><a href="javascript:void(0)" id="zent-3-10-6-2017-12-06" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.6">zent@3.10.6</a> (2017-12-06)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.5...zent@3.10.6">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Form: 表单报错时支持滚动到第一个错误处 <a href="https://github.com/youzan/zent/issues/573">#573</a></li>\n<li>[new feature] Form: 表单报错时支持滚动到第一个错误处 <a href="https://github.com/youzan/zent/pull/588">#588</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: 增加文件过滤 <a href="https://github.com/youzan/zent/pull/592">#592</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-5-2017-12-05">¶</a><a href="javascript:void(0)" id="zent-3-10-5-2017-12-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.5">zent@3.10.5</a> (2017-12-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.4...zent@3.10.5">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Revert Design preview width <a href="https://github.com/youzan/zent/pull/589">#589</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-4-2017-12-04">¶</a><a href="javascript:void(0)" id="zent-3-10-4-2017-12-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.4">zent@3.10.4</a> (2017-12-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.4-beta3...zent@3.10.4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-10-4-beta3-2017-12-04">¶</a><a href="javascript:void(0)" id="zent-3-10-4-beta3-2017-12-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.4-beta3">zent@3.10.4-beta3</a> (2017-12-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.4-beta2...zent@3.10.4-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: new preview width <a href="https://github.com/youzan/zent/pull/587">#587</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Upload: 多删了一个样式 <a href="https://github.com/youzan/zent/pull/586">#586</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix] Button: Update styles <a href="https://github.com/youzan/zent/pull/585">#585</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-4-beta2-2017-11-30">¶</a><a href="javascript:void(0)" id="zent-3-10-4-beta2-2017-11-30" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.4-beta2">zent@3.10.4-beta2</a> (2017-11-30)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.4-beta1...zent@3.10.4-beta2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: 样式优化 <a href="https://github.com/youzan/zent/pull/584">#584</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-4-beta1-2017-11-30">¶</a><a href="javascript:void(0)" id="zent-3-10-4-beta1-2017-11-30" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.4-beta1">zent@3.10.4-beta1</a> (2017-11-30)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.3...zent@3.10.4-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: Replace es6 only functions with lodash alternative <a href="https://github.com/youzan/zent/pull/583">#583</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Expose adjustPosition in Popover and Pop <a href="https://github.com/youzan/zent/pull/582">#582</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Design: Fix cursor style <a href="https://github.com/youzan/zent/pull/581">#581</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-3-2017-11-29">¶</a><a href="javascript:void(0)" id="zent-3-10-3-2017-11-29" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.3">zent@3.10.3</a> (2017-11-29)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.3-beta2...zent@3.10.3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: remove scroll behavior <a href="https://github.com/youzan/zent/pull/580">#580</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-3-beta2-2017-11-28">¶</a><a href="javascript:void(0)" id="zent-3-10-3-beta2-2017-11-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.3-beta2">zent@3.10.3-beta2</a> (2017-11-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.3-beta1...zent@3.10.3-beta2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>upload: 修复accept没获取到的bug <a href="https://github.com/youzan/zent/pull/579">#579</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-3-beta1-2017-11-28">¶</a><a href="javascript:void(0)" id="zent-3-10-3-beta1-2017-11-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.3-beta1">zent@3.10.3-beta1</a> (2017-11-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.2...zent@3.10.3-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>upload: 语音上传bug修复 <a href="https://github.com/youzan/zent/pull/578">#578</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>[bug fix]Pagination: 增加空格,修改select配置 <a href="https://github.com/youzan/zent/pull/577">#577</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Grid: 修复scroll.x小于屏幕宽度时,显示错位 <a href="https://github.com/youzan/zent/pull/576">#576</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-2-2017-11-28">¶</a><a href="javascript:void(0)" id="zent-3-10-2-2017-11-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.2">zent@3.10.2</a> (2017-11-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.1...zent@3.10.2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: 修复audio不能修改accept的bug <a href="https://github.com/youzan/zent/pull/574">#574</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-1-2017-11-27">¶</a><a href="javascript:void(0)" id="zent-3-10-1-2017-11-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.1">zent@3.10.1</a> (2017-11-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.1-beta1...zent@3.10.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] NumberInput: 添加一个新样式 <a href="https://github.com/youzan/zent/issues/550">#550</a></li>\n<li>[new feature] NumberInput: 新样式支持 <a href="https://github.com/youzan/zent/pull/572">#572</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>[new feature] Upload: 增强文件类型检查 <a href="https://github.com/youzan/zent/pull/568">#568</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Form 问题汇总贴 <a href="https://github.com/youzan/zent/issues/442">#442</a></li>\n<li>明确浏览器支持情况 <a href="https://github.com/youzan/zent/issues/361">#361</a></li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] Upload: 增加使用图片数据判断图片类型的支持 <a href="https://github.com/youzan/zent/issues/483">#483</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-1-beta1-2017-11-27">¶</a><a href="javascript:void(0)" id="zent-3-10-1-beta1-2017-11-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.1-beta1">zent@3.10.1-beta1</a> (2017-11-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.0...zent@3.10.1-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] bug fixes for Upload and Design <a href="https://github.com/youzan/zent/pull/571">#571</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Pop: 修复类型定义 <a href="https://github.com/youzan/zent/pull/570">#570</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>上传图片组件Upload,删除图片的时候,删除不是对应的图片 <a href="https://github.com/youzan/zent/issues/567">#567</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Form: 修复部分field有异步校验时导致form无法提交的问题 <a href="https://github.com/youzan/zent/pull/569">#569</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-0-2017-11-24">¶</a><a href="javascript:void(0)" id="zent-3-10-0-2017-11-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.0">zent@3.10.0</a> (2017-11-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.0-beta2...zent@3.10.0">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Prevent component select when click on delete button <a href="https://github.com/youzan/zent/pull/566">#566</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-0-beta2-2017-11-24">¶</a><a href="javascript:void(0)" id="zent-3-10-0-beta2-2017-11-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.0-beta2">zent@3.10.0-beta2</a> (2017-11-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.10.0-beta1...zent@3.10.0-beta2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Cascader: options 为空的时候如何处理 <a href="https://github.com/youzan/zent/issues/546">#546</a></li>\n<li>[bug fix] Design: new dnd <a href="https://github.com/youzan/zent/pull/565">#565</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] datetimepicker:添加年份选择 <a href="https://github.com/youzan/zent/pull/564">#564</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[bug fix] Cascader: 参数 <code>value</code>、<code>options</code>、<code>title</code>不为数组时的兼容处理 <a href="https://github.com/youzan/zent/pull/562">#562</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-10-0-beta1-2017-11-23">¶</a><a href="javascript:void(0)" id="zent-3-10-0-beta1-2017-11-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.10.0-beta1">zent@3.10.0-beta1</a> (2017-11-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.9...zent@3.10.0-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-9-9-2017-11-22">¶</a><a href="javascript:void(0)" id="zent-3-9-9-2017-11-22" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.9">zent@3.9.9</a> (2017-11-22)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.8...zent@3.9.9">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: bug fixes <a href="https://github.com/youzan/zent/pull/563">#563</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[bug fix] fix when unmount FieldArray undefined bug <a href="https://github.com/youzan/zent/issues/553">#553</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Form: 修复嵌套fieldArray嵌套在增删时错误,修复fieldArray删减时表单校验报错 <a href="https://github.com/youzan/zent/pull/557">#557</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-8-2017-11-21">¶</a><a href="javascript:void(0)" id="zent-3-9-8-2017-11-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.8">zent@3.9.8</a> (2017-11-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.8-beta2...zent@3.9.8">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Fix style <a href="https://github.com/youzan/zent/pull/561">#561</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-8-beta2-2017-11-21">¶</a><a href="javascript:void(0)" id="zent-3-9-8-beta2-2017-11-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.8-beta2">zent@3.9.8-beta2</a> (2017-11-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.8-beta1...zent@3.9.8-beta2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Update style <a href="https://github.com/youzan/zent/pull/560">#560</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-8-beta1-2017-11-21">¶</a><a href="javascript:void(0)" id="zent-3-9-8-beta1-2017-11-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.8-beta1">zent@3.9.8-beta1</a> (2017-11-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.7...zent@3.9.8-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Design: 更新组件交互 <a href="https://github.com/youzan/zent/pull/559">#559</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Replace button with a in Design, workaround for React mouseleave event bug <a href="https://github.com/youzan/zent/pull/558">#558</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-7-2017-11-20">¶</a><a href="javascript:void(0)" id="zent-3-9-7-2017-11-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.7">zent@3.9.7</a> (2017-11-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.6...zent@3.9.7">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: Update styles <a href="https://github.com/youzan/zent/pull/556">#556</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-6-2017-11-20">¶</a><a href="javascript:void(0)" id="zent-3-9-6-2017-11-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.6">zent@3.9.6</a> (2017-11-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.5...zent@3.9.6">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>English documentation <a href="https://github.com/youzan/zent/issues/206">#206</a></li>\n<li>[new feature] Design: Add tooltip support in components. <a href="https://github.com/youzan/zent/pull/555">#555</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] Input: 新增select方法 <a href="https://github.com/youzan/zent/pull/536">#536</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Upload: 选中同一张图片无效 <a href="https://github.com/youzan/zent/issues/543">#543</a></li>\n<li>[bug fix]: Fix bugs <a href="https://github.com/youzan/zent/pull/548">#548</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Button: 修正类型定义,onClick不再必需 <a href="https://github.com/youzan/zent/pull/547">#547</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[bug fix] Datepicker: 修复月份选择器禁用bug <a href="https://github.com/youzan/zent/pull/541">#541</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>[doc] Input: Update Input doc <a href="https://github.com/youzan/zent/pull/539">#539</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] upload 组件暴露一个回调使上传和抓取可以由业务处理后端返回的数据 <a href="https://github.com/youzan/zent/issues/534">#534</a></li>\n<li>[feature] Doc: 文档支持组件搜索 <a href="https://github.com/youzan/zent/issues/520">#520</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[doc] Table: 修改Table组件emptyLabel类型 <a href="https://github.com/youzan/zent/pull/545">#545</a> (<a href="https://github.com/linrz">linrz</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-5-2017-11-13">¶</a><a href="javascript:void(0)" id="zent-3-9-5-2017-11-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.5">zent@3.9.5</a> (2017-11-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.4...zent@3.9.5">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Datepicker: 修复时间组件日期时间联动禁用逻辑 <a href="https://github.com/youzan/zent/pull/538">#538</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] Doc: Implement component search <a href="https://github.com/youzan/zent/pull/537">#537</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-4-2017-11-09">¶</a><a href="javascript:void(0)" id="zent-3-9-4-2017-11-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.4">zent@3.9.4</a> (2017-11-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.3...zent@3.9.4">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[docs]: 更新英文文档 <a href="https://github.com/youzan/zent/pull/535">#535</a> (<a href="https://github.com/iscarecrow">iscarecrow</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-3-2017-11-09">¶</a><a href="javascript:void(0)" id="zent-3-9-3-2017-11-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.3">zent@3.9.3</a> (2017-11-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.3-beta1...zent@3.9.3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Progress: 支持自定义颜色 <a href="https://github.com/youzan/zent/issues/518">#518</a></li>\n<li>[new feature] 表单组件支持设置宽度 <a href="https://github.com/youzan/zent/issues/470">#470</a></li>\n<li>[new feature] Form: 提交表单时触发没有校验过的异步校验 <a href="https://github.com/youzan/zent/pull/532">#532</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[new feature] Progress: 支持自定义颜色 <a href="https://github.com/youzan/zent/pull/530">#530</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[new feature] 部分组件实现 width=xxx 方式修改宽度 <a href="https://github.com/youzan/zent/pull/525">#525</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bugfix] doc: 升级文档网站打包使用的loader,修复了Grid组件文档的bug <a href="https://github.com/youzan/zent/pull/531">#531</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] Notify: 增加config函数,用于控制页面级别的通知框默认持续时间。 <a href="https://github.com/youzan/zent/pull/533">#533</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-3-beta1-2017-11-07">¶</a><a href="javascript:void(0)" id="zent-3-9-3-beta1-2017-11-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.3-beta1">zent@3.9.3-beta1</a> (2017-11-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.2...zent@3.9.3-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Popover: adjustPosition 里面 getBoundingClientRect 有时候会失败 <a href="https://github.com/youzan/zent/issues/528">#528</a></li>\n<li>[bug fix] Popover: Add null guard in Popover <a href="https://github.com/youzan/zent/pull/529">#529</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] DatePicker: 支持max和min来禁用时间 <a href="https://github.com/youzan/zent/pull/526">#526</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[feature] doc: English doc <a href="https://github.com/youzan/zent/pull/521">#521</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-2-2017-11-06">¶</a><a href="javascript:void(0)" id="zent-3-9-2-2017-11-06" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.2">zent@3.9.2</a> (2017-11-06)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.2-beta1...zent@3.9.2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Design: Support custom type callback in component <a href="https://github.com/youzan/zent/pull/527">#527</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-2-beta1-2017-11-03">¶</a><a href="javascript:void(0)" id="zent-3-9-2-beta1-2017-11-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.2-beta1">zent@3.9.2-beta1</a> (2017-11-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.1...zent@3.9.2-beta1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Fix React 16 issues <a href="https://github.com/youzan/zent/pull/523">#523</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bugfix] Table: 修复某种情况下跨页多选的问题 <a href="https://github.com/youzan/zent/pull/524">#524</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-1-2017-11-02">¶</a><a href="javascript:void(0)" id="zent-3-9-1-2017-11-02" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.1">zent@3.9.1</a> (2017-11-02)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.9.0...zent@3.9.1">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] design: preview区域右下角 action button 加 padding <a href="https://github.com/youzan/zent/pull/522">#522</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-9-0-2017-10-31">¶</a><a href="javascript:void(0)" id="zent-3-9-0-2017-10-31" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.9.0">zent@3.9.0</a> (2017-10-31)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.1.0...zent@3.9.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Table:复制到富文本编辑器格式保持一致 <a href="https://github.com/youzan/zent/issues/499">#499</a></li>\n<li>[feature] Add some global style normalization <a href="https://github.com/youzan/zent/pull/519">#519</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Grid: 修复不能动态修改 columns 属性的 bug <a href="https://github.com/youzan/zent/pull/515">#515</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>[bug fix] Design: 修复变量名 <a href="https://github.com/youzan/zent/pull/512">#512</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[docs] 更新文档网站样式 <a href="https://github.com/youzan/zent/pull/517">#517</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix]Form: 修复ControlGroup内对Control的ref绑定 <a href="https://github.com/youzan/zent/pull/516">#516</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-1-0-2017">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-1-0-2017" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.1.0">babel-plugin-zent@1.1.0</a> (2017-10-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.8.1...babel-plugin-zent@1.1.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-8-1-2017-10-26">¶</a><a href="javascript:void(0)" id="zent-3-8-1-2017-10-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.8.1">zent@3.8.1</a> (2017-10-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.8.0...zent@3.8.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] Add demos <a href="https://github.com/youzan/zent/pull/505">#505</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: 修复 defaultSelectedIndex 应用逻辑 <a href="https://github.com/youzan/zent/pull/511">#511</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] demo: 更新 mock 数据 <a href="https://github.com/youzan/zent/pull/509">#509</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Select: 修正select在格式化数据时会对data数组中对象进行操作的bug. <a href="https://github.com/youzan/zent/pull/508">#508</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] babel-plugin-zent: 增加老版本 zent 的警告 <a href="https://github.com/youzan/zent/pull/507">#507</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Design: 样式更新 <a href="https://github.com/youzan/zent/pull/504">#504</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature] doc: 添加新组件脚本 <a href="https://github.com/youzan/zent/issues/494">#494</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] Table:支持整行选择 <code>canRowSelect</code> <a href="https://github.com/youzan/zent/pull/510">#510</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>[docs] 更新文档 <a href="https://github.com/youzan/zent/pull/503">#503</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[new feature] new-component shell 新增组件脚本 <a href="https://github.com/youzan/zent/pull/498">#498</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-8-0-2017-10-20">¶</a><a href="javascript:void(0)" id="zent-3-8-0-2017-10-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.8.0">zent@3.8.0</a> (2017-10-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.7.0...zent@3.8.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>New component: Infinite scroller <a href="https://github.com/youzan/zent/issues/317">#317</a></li>\n<li>[bug fix] 文档及一些组件修改 <a href="https://github.com/youzan/zent/pull/501">#501</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[enhancement]Select: 代码逻辑优化 <a href="https://github.com/youzan/zent/pull/493">#493</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[new feature] Form: 支持FormSection和FieldArray,添加setFieldsValue和initialize方法,合并isTouched和isPristine <a href="https://github.com/youzan/zent/pull/474">#474</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Slider: 高亮圆点时同时高亮滑条 <a href="https://github.com/youzan/zent/issues/490">#490</a></li>\n<li>[bug fix]Tabs: 修复Tabs组件activeKey字段兼容问题 <a href="https://github.com/youzan/zent/pull/497">#497</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n<li>[bug fix] Slider: 高亮圆点时同时高亮滑条 <a href="https://github.com/youzan/zent/pull/496">#496</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>[bug fix] DateRangePicker: 修复 TypeScript 类型定义 <a href="https://github.com/youzan/zent/pull/492">#492</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature]Popover:组件通过onBeforeShow返回false来阻止弹窗显示 <a href="https://github.com/youzan/zent/issues/500">#500</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[new feature] Doc: 增加组件文档书写规范 <a href="https://github.com/youzan/zent/pull/495">#495</a> (<a href="https://github.com/pangxie1991">pangxie1991</a>)</li>\n<li>[new feature]: InfiniteScroller: 新增无限滚动组件 <a href="https://github.com/youzan/zent/pull/491">#491</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-7-0-2017-09-28">¶</a><a href="javascript:void(0)" id="zent-3-7-0-2017-09-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.7.0">zent@3.7.0</a> (2017-09-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.7.0-beta1...zent@3.7.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>table: 用 \\<table> 重写以支持colspan rowspan <a href="https://github.com/youzan/zent/issues/402">#402</a></li>\n<li>table: 数据比较多的时候x轴支持滚动 <a href="https://github.com/youzan/zent/issues/330">#330</a></li>\n<li>Support custom themes <a href="https://github.com/youzan/zent/issues/278">#278</a></li>\n<li>[new feature] Steps: 增加 <code>onStepChange</code> 和 <code>sequence</code> 支持 <a href="https://github.com/youzan/zent/pull/489">#489</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n<li>[new feature] 支持主题 <a href="https://github.com/youzan/zent/pull/485">#485</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix]Select:修复select在选项数组置空后选中项不会重置的bug <a href="https://github.com/youzan/zent/pull/487">#487</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Fix React 16 warnings <a href="https://github.com/youzan/zent/pull/486">#486</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] DateRangeQuickPicker: UI样式调整 <a href="https://github.com/youzan/zent/pull/484">#484</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[docs] Swiper: 修复doc内示例的warning <a href="https://github.com/youzan/zent/pull/488">#488</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-7-0-beta1-2017-09-25">¶</a><a href="javascript:void(0)" id="zent-3-7-0-beta1-2017-09-25" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.7.0-beta1">zent@3.7.0-beta1</a> (2017-09-25)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.6.1...zent@3.7.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] 添加网格组件,替代现有的 Table 组件 <a href="https://github.com/youzan/zent/pull/465">#465</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-6-1-2017-09-21">¶</a><a href="javascript:void(0)" id="zent-3-6-1-2017-09-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.6.1">zent@3.6.1</a> (2017-09-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.3...zent@3.6.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Design: 修复样式 <a href="https://github.com/youzan/zent/pull/481">#481</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-3-2017">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-3-2017" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.3">babel-plugin-zent@1.0.3</a> (2017-09-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.6.0...babel-plugin-zent@1.0.3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-6-0-2017-09-21">¶</a><a href="javascript:void(0)" id="zent-3-6-0-2017-09-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.6.0">zent@3.6.0</a> (2017-09-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.4...zent@3.6.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Switch to rollup for bundling umd <a href="https://github.com/youzan/zent/issues/422">#422</a></li>\n<li>[new feature] Design: 支持组件分组展示以及限制组件可添加次数 <a href="https://github.com/youzan/zent/pull/480">#480</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] DatePicker: MonthPicker超出了最大可选置灰后仍然可选 <a href="https://github.com/youzan/zent/issues/453">#453</a></li>\n<li>[bug fix] Table: 当前页都不可选时全选按钮禁用 <a href="https://github.com/youzan/zent/pull/479">#479</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Popover: 滚动的时候自动重新计算位置 <a href="https://github.com/youzan/zent/pull/477">#477</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] DatePicker:支持 onBeforeConfirm 和 onBeforeClear 钩子 <a href="https://github.com/youzan/zent/pull/476">#476</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[bugs] Table: 当前页所有项均禁用时,全选按钮未禁用 <a href="https://github.com/youzan/zent/issues/478">#478</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-4-2017-09-15">¶</a><a href="javascript:void(0)" id="zent-3-5-4-2017-09-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.4">zent@3.5.4</a> (2017-09-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.2...zent@3.5.4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-2-2017">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-2-2017" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.2">babel-plugin-zent@1.0.2</a> (2017-09-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.3...babel-plugin-zent@1.0.2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Swiper:少于等于一张图时的显示问题 <a href="https://github.com/youzan/zent/issues/466">#466</a></li>\n<li>[bug fix] Table:跨页多选处理有问题 <a href="https://github.com/youzan/zent/issues/456">#456</a></li>\n<li>[bug fix] Table: 修复跨页全选的bug <a href="https://github.com/youzan/zent/pull/473">#473</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>[bug fix] Select: 宽度样式修正。 <a href="https://github.com/youzan/zent/pull/472">#472</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>[bug fix] Tabs: 修复 typescript 类型 <a href="https://github.com/youzan/zent/pull/469">#469</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n<li>[bug fix] Swiper: 修复当只有一个子元素时的显示错误问题 <a href="https://github.com/youzan/zent/pull/468">#468</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>[bug fix] Design: 在componentWillUnmount时,移除监听的beforeunload事件 <a href="https://github.com/youzan/zent/pull/464">#464</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[new feature]Swiper:从外部控制轮播图展示 <a href="https://github.com/youzan/zent/issues/467">#467</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[docs] 更新文档网站,添加了开发文档 <a href="https://github.com/youzan/zent/pull/475">#475</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[docs] Swiper: 增加外部控制切换相关文档和示例 <a href="https://github.com/youzan/zent/pull/471">#471</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-3-2017-09-13">¶</a><a href="javascript:void(0)" id="zent-3-5-3-2017-09-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.3">zent@3.5.3</a> (2017-09-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.2...zent@3.5.3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Dialog: 弹层上再出一个弹层的时候,第二个弹层的背景遮罩层z-index不对 <a href="https://github.com/youzan/zent/issues/459">#459</a></li>\n<li>[bug fix] Form: validateOnChange和validateOnBlur同时设为false时,表单提交时不显示校验错误问题 <a href="https://github.com/youzan/zent/issues/458">#458</a></li>\n<li>[bug fix] Table: css 中用了不存在的 clearfix 类 <a href="https://github.com/youzan/zent/issues/457">#457</a></li>\n<li>[bug fix] Select:行内元素因为font-size占据高度错误。 <a href="https://github.com/youzan/zent/issues/448">#448</a></li>\n<li>[bug fix] Tabs: 当id为数字0的时候不会被激活 <a href="https://github.com/youzan/zent/issues/434">#434</a></li>\n<li>[bug fix] Table: totalItem的判断逻辑修正,修改readme中title的类型描述 <a href="https://github.com/youzan/zent/pull/455">#455</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>[bug fix] DateRangeQuickPicker: 调整最近7天,使end_time包含到当前时间 <a href="https://github.com/youzan/zent/pull/452">#452</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>[bug fix] Tabs: 修复activeId为0时无法选中的问题 <a href="https://github.com/youzan/zent/pull/451">#451</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>[bug fix] Form: validateOnChange和validateOnBlur同设为false时,表单提交时不显示校验错误问题 <a href="https://github.com/youzan/zent/pull/462">#462</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>[bug fix] Table: Fix table clearfix <a href="https://github.com/youzan/zent/pull/461">#461</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>[bug fix] Dialog: 修复弹层叠加时,遮罩层 z-index 值错误的 bug <a href="https://github.com/youzan/zent/pull/460">#460</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n<li>[bug fix] Select: 组件占据高度修正 <a href="https://github.com/youzan/zent/pull/449">#449</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-2-2017-09-07">¶</a><a href="javascript:void(0)" id="zent-3-5-2-2017-09-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.2">zent@3.5.2</a> (2017-09-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.1...zent@3.5.2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Select: option的value是数字0时无法选中 <a href="https://github.com/youzan/zent/issues/444">#444</a></li>\n<li>[bug fix] Select: 修改Select宽度,弹层宽度无法自动适应 <a href="https://github.com/youzan/zent/issues/438">#438</a></li>\n<li>[bug fix] Select: 缺少form中校验不通过的样式 <a href="https://github.com/youzan/zent/issues/406">#406</a></li>\n<li>Select: fix bugs <a href="https://github.com/youzan/zent/pull/446">#446</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>select: Fix Select proptypes <a href="https://github.com/youzan/zent/pull/445">#445</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>form: 支持 FormSection <a href="https://github.com/youzan/zent/issues/431">#431</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-1-2017-09-04">¶</a><a href="javascript:void(0)" id="zent-3-5-1-2017-09-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.1">zent@3.5.1</a> (2017-09-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0...zent@3.5.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>datepicker: fix test <a href="https://github.com/youzan/zent/pull/441">#441</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>datetimepicker: fix date range quick picker add valueType <a href="https://github.com/youzan/zent/pull/440">#440</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>select: fix logic and mv let to const <a href="https://github.com/youzan/zent/pull/439">#439</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>form: modify README, add new form layout <a href="https://github.com/youzan/zent/pull/437">#437</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>improve typescript definitions <a href="https://github.com/youzan/zent/pull/430">#430</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>form: 不能对field中特定的input做错误提示 <a href="https://github.com/youzan/zent/issues/383">#383</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-2017-08-25">¶</a><a href="javascript:void(0)" id="zent-3-5-0-2017-08-25" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0">zent@3.5.0</a> (2017-08-25)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta13...zent@3.5.0">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>datetimepicker: update proptypes and allow falsy value <a href="https://github.com/youzan/zent/pull/436">#436</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>datetimepicker: fix readme <a href="https://github.com/youzan/zent/pull/435">#435</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta13-2017-08-23">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta13-2017-08-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta13">zent@3.5.0-beta13</a> (2017-08-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta12...zent@3.5.0-beta13">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>datetimepicker: remove default showTime <a href="https://github.com/youzan/zent/pull/433">#433</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta12-2017-08-23">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta12-2017-08-23" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta12">zent@3.5.0-beta12</a> (2017-08-23)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta11...zent@3.5.0-beta12">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] MonthPicker: 支持min/max属性 <a href="https://github.com/youzan/zent/issues/423">#423</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>weekpicker support startDay props and monthpicker support max and min <a href="https://github.com/youzan/zent/pull/432">#432</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Select: Flash bug with blur event and keyup event optimization. <a href="https://github.com/youzan/zent/issues/352">#352</a></li>\n<li>Select: Add default option sample using value prop. <a href="https://github.com/youzan/zent/issues/350">#350</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta11-2017-08-21">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta11-2017-08-21" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta11">zent@3.5.0-beta11</a> (2017-08-21)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta10...zent@3.5.0-beta11">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>[new feature] 新组件 Design <a href="https://github.com/youzan/zent/issues/401">#401</a></li>\n<li>datetimepicker: add weekpicker <a href="https://github.com/youzan/zent/pull/429">#429</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] Datepicker: 添加form中校验不通过的样式 <a href="https://github.com/youzan/zent/issues/405">#405</a></li>\n<li>doc: pin left navbar <a href="https://github.com/youzan/zent/issues/248">#248</a></li>\n<li>select: 恢复scrollbar <a href="https://github.com/youzan/zent/pull/428">#428</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Field in Form: validationErrors与validationError置空时,校验出错误时的显示策略调整 <a href="https://github.com/youzan/zent/pull/427">#427</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>standardize z-index usage across all components <a href="https://github.com/youzan/zent/pull/426">#426</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Select类型的Field调用resetFieldsValue无效 <a href="https://github.com/youzan/zent/issues/378">#378</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta10-2017-08-15">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta10-2017-08-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta10">zent@3.5.0-beta10</a> (2017-08-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta9...zent@3.5.0-beta10">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>[bug fix] datetimepicker: replace date formating with zan-utils <a href="https://github.com/youzan/zent/issues/410">#410</a></li>\n<li>Loading: Fix Loading.on/off not working <a href="https://github.com/youzan/zent/pull/421">#421</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>datepicker: bug fixes <a href="https://github.com/youzan/zent/pull/420">#420</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta9-2017-08-11">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta9-2017-08-11" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta9">zent@3.5.0-beta9</a> (2017-08-11)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta8...zent@3.5.0-beta9">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>select: 修正className,添加popupClassName <a href="https://github.com/youzan/zent/pull/419">#419</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Slider: 修复Unknown prop <code>marks</code> on \\<input> tag waring <a href="https://github.com/youzan/zent/pull/418">#418</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta8-2017-08-09">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta8-2017-08-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta8">zent@3.5.0-beta8</a> (2017-08-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta7...zent@3.5.0-beta8">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>design: Fix design style <a href="https://github.com/youzan/zent/pull/417">#417</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>fix typings files <a href="https://github.com/youzan/zent/pull/416">#416</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta7-2017-08-08">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta7-2017-08-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta7">zent@3.5.0-beta7</a> (2017-08-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta6...zent@3.5.0-beta7">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>design: Add default selection when removing a value <a href="https://github.com/youzan/zent/pull/415">#415</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta6-2017-08-08">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta6-2017-08-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta6">zent@3.5.0-beta6</a> (2017-08-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta5...zent@3.5.0-beta6">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>New component: Card <a href="https://github.com/youzan/zent/issues/255">#255</a></li>\n<li>DateRangeQuickPicker: support Today and Yestoday, min/max <a href="https://github.com/youzan/zent/pull/413">#413</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>新增Card组件 <a href="https://github.com/youzan/zent/pull/409">#409</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>NumberInput: 不支持空字符串 <a href="https://github.com/youzan/zent/issues/395">#395</a></li>\n<li>select: 体验优化 <a href="https://github.com/youzan/zent/pull/412">#412</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>move typings to correct place <a href="https://github.com/youzan/zent/pull/411">#411</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta5-2017-08-03">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta5-2017-08-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta5">zent@3.5.0-beta5</a> (2017-08-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta4...zent@3.5.0-beta5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta4-2017-08-03">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta4-2017-08-03" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta4">zent@3.5.0-beta4</a> (2017-08-03)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta3...zent@3.5.0-beta4">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>datetimepicker: merge DateRangePicker and DateRangePicker2 <a href="https://github.com/youzan/zent/issues/381">#381</a></li>\n<li>新增sku组件 <a href="https://github.com/youzan/zent/pull/408">#408</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Add Design component <a href="https://github.com/youzan/zent/pull/407">#407</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Add DateRangeQuickPicker and BlockHeader <a href="https://github.com/youzan/zent/pull/404">#404</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>dateragepicker: Consolidate DateRangePicker and DateRangePicker2 <a href="https://github.com/youzan/zent/pull/398">#398</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>table组件bodyRender函数增加参数 <a href="https://github.com/youzan/zent/pull/388">#388</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>numberinput: event fix <a href="https://github.com/youzan/zent/pull/403">#403</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>fix: preview-image className <a href="https://github.com/youzan/zent/pull/400">#400</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>Select: 多选 bug 修复 <a href="https://github.com/youzan/zent/pull/396">#396</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>[咨询]想问下基于Zent 的微杂志编辑套件的开源时间点 <a href="https://github.com/youzan/zent/issues/399">#399</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>增加table单测 <a href="https://github.com/youzan/zent/pull/397">#397</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta3-2017-07-28">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta3-2017-07-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta3">zent@3.5.0-beta3</a> (2017-07-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta2...zent@3.5.0-beta3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Add a transition effect to the following components <a href="https://github.com/youzan/zent/pull/394">#394</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n<li>form: 自定义Field里调用this.props.onChange会将整个对象覆盖掉 <a href="https://github.com/youzan/zent/pull/387">#387</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>NumberInput: onChange回调函数参数不是一个标准event <a href="https://github.com/youzan/zent/issues/392">#392</a></li>\n<li>numberinput: Add event methods <a href="https://github.com/youzan/zent/pull/393">#393</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>form: 自定义Field里调用this.props.onChange不要把整个对象覆盖掉 <a href="https://github.com/youzan/zent/issues/375">#375</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>修改table组件的reademe中关于bodyRender的描述 <a href="https://github.com/youzan/zent/pull/389">#389</a> (<a href="https://github.com/radicalviva">radicalviva</a>)</li>\n<li>select: 去掉warning <a href="https://github.com/youzan/zent/pull/385">#385</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>为Select组件增加默认选项,调整Popup键盘事件逻辑。 <a href="https://github.com/youzan/zent/pull/384">#384</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta2-2017-07-20">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta2-2017-07-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta2">zent@3.5.0-beta2</a> (2017-07-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.5.0-beta1...zent@3.5.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>New component: Progress <a href="https://github.com/youzan/zent/issues/256">#256</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Add progress <a href="https://github.com/youzan/zent/pull/337">#337</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-5-0-beta1-2017-07-19">¶</a><a href="javascript:void(0)" id="zent-3-5-0-beta1-2017-07-19" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.5.0-beta1">zent@3.5.0-beta1</a> (2017-07-19)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.6...zent@3.5.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Datepicker暴露格式化字符串方法 <a href="https://github.com/youzan/zent/issues/374">#374</a></li>\n<li>select: Rewrite using Popover <a href="https://github.com/youzan/zent/issues/258">#258</a></li>\n<li>table: cross page selection <a href="https://github.com/youzan/zent/pull/380">#380</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>select: 用Popover将Select重构 <a href="https://github.com/youzan/zent/pull/373">#373</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Add typescript definitions <a href="https://github.com/youzan/zent/pull/293">#293</a> (<a href="https://github.com/intellild">intellild</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>table: 多选的时候不能跨页选择 <a href="https://github.com/youzan/zent/issues/328">#328</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-6-2017-07-18">¶</a><a href="javascript:void(0)" id="zent-3-4-6-2017-07-18" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.6">zent@3.4.6</a> (2017-07-18)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.5...zent@3.4.6">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>tabs: Allow react element in tabs.title <a href="https://github.com/youzan/zent/pull/382">#382</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-5-2017-07-17">¶</a><a href="javascript:void(0)" id="zent-3-4-5-2017-07-17" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.5">zent@3.4.5</a> (2017-07-17)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.4...zent@3.4.5">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>icons: Add 2 new icons <a href="https://github.com/youzan/zent/pull/379">#379</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-4-2017-07-17">¶</a><a href="javascript:void(0)" id="zent-3-4-4-2017-07-17" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.4">zent@3.4.4</a> (2017-07-17)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.3...zent@3.4.4">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>loading: Fix bug in floating Loading without children <a href="https://github.com/youzan/zent/pull/377">#377</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>table: pageInfo 的文档补全 <a href="https://github.com/youzan/zent/issues/359">#359</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>table: add pageInfo doc <a href="https://github.com/youzan/zent/pull/376">#376</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-3-2017-07-12">¶</a><a href="javascript:void(0)" id="zent-3-4-3-2017-07-12" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.3">zent@3.4.3</a> (2017-07-12)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.2...zent@3.4.3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>DatePicker: 支持两个 DatePicker 组合的时间区间选择 <a href="https://github.com/youzan/zent/issues/362">#362</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>switch: 小号的样式支持 loading <a href="https://github.com/youzan/zent/issues/365">#365</a></li>\n<li>DatePicker: RangePicker 交互修改 <a href="https://github.com/youzan/zent/issues/363">#363</a></li>\n<li>switch: small size switch add loading animation <a href="https://github.com/youzan/zent/pull/371">#371</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>select: 修复onEmptySelected的bug <a href="https://github.com/youzan/zent/pull/372">#372</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>datepicker: add a new RangePicker <a href="https://github.com/youzan/zent/pull/370">#370</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>修复Checkbox和Radio组件的鼠标手势 <a href="https://github.com/youzan/zent/pull/369">#369</a> (<a href="https://github.com/NinoFocus">NinoFocus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-2-2017-07-10">¶</a><a href="javascript:void(0)" id="zent-3-4-2-2017-07-10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.2">zent@3.4.2</a> (2017-07-10)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.1...zent@3.4.2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>table: 修复pageInfo传null的报错和money class的对齐问题 <a href="https://github.com/youzan/zent/pull/368">#368</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>Table下的Foot.js 写法错误 <a href="https://github.com/youzan/zent/issues/367">#367</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-1-2017-07-06">¶</a><a href="javascript:void(0)" id="zent-3-4-1-2017-07-06" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.1">zent@3.4.1</a> (2017-07-06)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.4.0...zent@3.4.1">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Update alert style <a href="https://github.com/youzan/zent/pull/366">#366</a> (<a href="https://github.com/w91">w91</a>)</li>\n<li>table: only show boder when children rendered <a href="https://github.com/youzan/zent/pull/364">#364</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-4-0-2017-07-05">¶</a><a href="javascript:void(0)" id="zent-3-4-0-2017-07-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.4.0">zent@3.4.0</a> (2017-07-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.3...zent@3.4.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>cascader: support async data loading <a href="https://github.com/youzan/zent/issues/318">#318</a></li>\n<li>table: 支持底部悬浮操作区域 <a href="https://github.com/youzan/zent/issues/295">#295</a></li>\n<li>New component: image preview <a href="https://github.com/youzan/zent/pull/357">#357</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>form: add options to trigger validation on focus/blur/change <a href="https://github.com/youzan/zent/pull/356">#356</a> (<a href="https://github.com/w91">w91</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>table: pageInfo 和 Pagination 的字段名不一致 <a href="https://github.com/youzan/zent/issues/321">#321</a></li>\n<li>Fix es6 methods <a href="https://github.com/youzan/zent/pull/360">#360</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>doc: table 的 onchange 回调里面有哪些字段 <a href="https://github.com/youzan/zent/issues/332">#332</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>fix: 点击button 关闭pop <a href="https://github.com/youzan/zent/pull/354">#354</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>remove un use pack <a href="https://github.com/youzan/zent/pull/349">#349</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>支持批量处理的组件自动悬浮 <a href="https://github.com/youzan/zent/pull/347">#347</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>cascader support async load data and add test <a href="https://github.com/youzan/zent/pull/338">#338</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-3-2017-06-26">¶</a><a href="javascript:void(0)" id="zent-3-3-3-2017-06-26" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.3">zent@3.3.3</a> (2017-06-26)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.2...zent@3.3.3">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>tag: support custom colors <a href="https://github.com/youzan/zent/pull/343">#343</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>Add search-input <a href="https://github.com/youzan/zent/pull/341">#341</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>pop: hover pop 打开的时候滚动以后会出现 pop 不关闭的情况 <a href="https://github.com/youzan/zent/issues/340">#340</a></li>\n<li>DatePicker: defaultValue won\'t change after some related props changed <a href="https://github.com/youzan/zent/issues/326">#326</a></li>\n<li>portal: Add a count to support non sequential dialog closes <a href="https://github.com/youzan/zent/pull/346">#346</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>popover: Add quirk mode for popover <a href="https://github.com/youzan/zent/pull/342">#342</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>fix: colorpicker css <a href="https://github.com/youzan/zent/pull/345">#345</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>Datepicker: fix #326 <a href="https://github.com/youzan/zent/pull/344">#344</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>fix: colorpicker css fix & add props type <a href="https://github.com/youzan/zent/pull/329">#329</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-2-2017-06-22">¶</a><a href="javascript:void(0)" id="zent-3-3-2-2017-06-22" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.2">zent@3.3.2</a> (2017-06-22)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.1...zent@3.3.2">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Select: UI won\'t change after setState in onChange <a href="https://github.com/youzan/zent/issues/333">#333</a></li>\n<li>tree: dataType="plain"时data强制根据id排序 <a href="https://github.com/youzan/zent/issues/323">#323</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>规范用词 <a href="https://github.com/youzan/zent/pull/339">#339</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>fix: Swiper typo <a href="https://github.com/youzan/zent/pull/335">#335</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n<li>修复onChange里面调了setState组件重新render以后不能正确显示选中项的问题 <a href="https://github.com/youzan/zent/pull/334">#334</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>tree: fix dataType=plain data order unstable #323 <a href="https://github.com/youzan/zent/pull/331">#331</a> (<a href="https://github.com/wangchao0502">wangchao0502</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-1-2017-06-20">¶</a><a href="javascript:void(0)" id="zent-3-3-1-2017-06-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.1">zent@3.3.1</a> (2017-06-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.0...zent@3.3.1">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>NumberInput: Uncaught RangeError: Maximum call stack size exceeded <a href="https://github.com/youzan/zent/issues/324">#324</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>修复关于change事件用bind方式造成的多引用问题 <a href="https://github.com/youzan/zent/pull/325">#325</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-0-2017-06-16">¶</a><a href="javascript:void(0)" id="zent-3-3-0-2017-06-16" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.0">zent@3.3.0</a> (2017-06-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.1...zent@3.3.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-1-2017">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-1-2017" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.1">babel-plugin-zent@1.0.1</a> (2017-06-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.0-beta3...babel-plugin-zent@1.0.1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>table: 支持行单选 <a href="https://github.com/youzan/zent/issues/319">#319</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>table: support radio box in single selection mode <a href="https://github.com/youzan/zent/pull/322">#322</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-0-beta3-2017-06-14">¶</a><a href="javascript:void(0)" id="zent-3-3-0-beta3-2017-06-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.0-beta3">zent@3.3.0-beta3</a> (2017-06-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.0-beta2...zent@3.3.0-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>Select: search result not appears in the popup list. <a href="https://github.com/youzan/zent/pull/320">#320</a> (<a href="https://github.com/lenghan1991">lenghan1991</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-0-beta2-2017-06-14">¶</a><a href="javascript:void(0)" id="zent-3-3-0-beta2-2017-06-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.0-beta2">zent@3.3.0-beta2</a> (2017-06-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.3.0-beta1...zent@3.3.0-beta2">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>New component: ColorPicker <a href="https://github.com/youzan/zent/issues/259">#259</a></li>\n<li>New component: Swiper <a href="https://github.com/youzan/zent/issues/232">#232</a></li>\n<li>上传图片组件初始版本 <a href="https://github.com/youzan/zent/pull/309">#309</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>select: Option变化的时候,Select的下拉菜单数据没有更新 <a href="https://github.com/youzan/zent/issues/313">#313</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>新增级联组件cascader <a href="https://github.com/youzan/zent/pull/316">#316</a> (<a href="https://github.com/liaoyu">liaoyu</a>)</li>\n<li>修复Option变化的时候,Select的下拉菜单数据没有更新的bug <a href="https://github.com/youzan/zent/pull/315">#315</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>numberinput: differ improve <a href="https://github.com/youzan/zent/pull/314">#314</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>Add colorpicker <a href="https://github.com/youzan/zent/pull/311">#311</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>Add new Component Swiper <a href="https://github.com/youzan/zent/pull/306">#306</a> (<a href="https://github.com/ArvinTung">ArvinTung</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-3-0-beta1-2017-06-08">¶</a><a href="javascript:void(0)" id="zent-3-3-0-beta1-2017-06-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.3.0-beta1">zent@3.3.0-beta1</a> (2017-06-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.1-beta1...zent@3.3.0-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-1-beta1">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-1-beta1" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.1-beta1">babel-plugin-zent@1.0.1-beta1</a> (2017-06-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.2.0...babel-plugin-zent@1.0.1-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>Optimization: enable jsx optimizations in production build <a href="https://github.com/youzan/zent/issues/298">#298</a></li>\n<li>Support PureComponent <a href="https://github.com/youzan/zent/issues/297">#297</a></li>\n<li>slider: use NumberInput from zent <a href="https://github.com/youzan/zent/issues/285">#285</a></li>\n<li>Upgrade Jest <a href="https://github.com/youzan/zent/issues/272">#272</a></li>\n<li>Add right-circle icon <a href="https://github.com/youzan/zent/pull/304">#304</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>dialog: 加大右上角关闭按钮的可操作区域 <a href="https://github.com/youzan/zent/issues/310">#310</a></li>\n<li>Affix的this.props.children有margin会抖动 <a href="https://github.com/youzan/zent/issues/296">#296</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Enlarge dialog close button area <a href="https://github.com/youzan/zent/pull/312">#312</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Field默认value设置为空字符串 & 更新文档中的按钮为zent-button <a href="https://github.com/youzan/zent/pull/308">#308</a> (<a href="https://github.com/w91">w91</a>)</li>\n<li>修复range 的值显示不正确 <a href="https://github.com/youzan/zent/pull/307">#307</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>添加复制按钮组件 <a href="https://github.com/youzan/zent/pull/305">#305</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>Upgrade packages <a href="https://github.com/youzan/zent/pull/303">#303</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Add transform-react-constant-elements <a href="https://github.com/youzan/zent/pull/302">#302</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Pure component <a href="https://github.com/youzan/zent/pull/301">#301</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>NumberInput: 修复props更新组件不刷新的问题 <a href="https://github.com/youzan/zent/pull/300">#300</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>slider: replace number input <a href="https://github.com/youzan/zent/pull/299">#299</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-2-0-2017-05-31">¶</a><a href="javascript:void(0)" id="zent-3-2-0-2017-05-31" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.2.0">zent@3.2.0</a> (2017-05-31)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.2.0-beta2...zent@3.2.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>table: 多选后底部按钮悬浮 <a href="https://github.com/youzan/zent/issues/265">#265</a></li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>table: relativeTop 不应该是全局变量 <a href="https://github.com/youzan/zent/issues/277">#277</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>table: 支持批量操作功能 <a href="https://github.com/youzan/zent/pull/292">#292</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-2-0-beta2-2017-05-27">¶</a><a href="javascript:void(0)" id="zent-3-2-0-beta2-2017-05-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.2.0-beta2">zent@3.2.0-beta2</a> (2017-05-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.2.0-beta1...zent@3.2.0-beta2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-2-0-beta1-2017-05-27">¶</a><a href="javascript:void(0)" id="zent-3-2-0-beta1-2017-05-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.2.0-beta1">zent@3.2.0-beta1</a> (2017-05-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.1.0...zent@3.2.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>lint and format pcss files <a href="https://github.com/youzan/zent/issues/264">#264</a></li>\n<li>New component: Badge <a href="https://github.com/youzan/zent/issues/254">#254</a></li>\n<li>New component: Tag <a href="https://github.com/youzan/zent/issues/252">#252</a></li>\n<li>New component: Affix <a href="https://github.com/youzan/zent/issues/251">#251</a></li>\n<li>Consider rename *.scss to *.pcss <a href="https://github.com/youzan/zent/issues/250">#250</a></li>\n<li>test: investigate testing DOM layouts in Jest <a href="https://github.com/youzan/zent/issues/247">#247</a></li>\n<li>New component: NumberInput <a href="https://github.com/youzan/zent/issues/213">#213</a></li>\n<li>datetimepicker: add defaultTime api <a href="https://github.com/youzan/zent/pull/291">#291</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>doc: header covered by popups <a href="https://github.com/youzan/zent/issues/282">#282</a></li>\n<li>loading: rename static prop <a href="https://github.com/youzan/zent/issues/280">#280</a></li>\n<li>slider: tooltip 太透明了 <a href="https://github.com/youzan/zent/issues/275">#275</a></li>\n<li>zent-datepicker range 模式内部的 input 宽度大于外部的 input 宽度 <a href="https://github.com/youzan/zent/issues/270">#270</a></li>\n<li>zent-datepicker range 模式 点击叉号时无法正确删除内容 <a href="https://github.com/youzan/zent/issues/267">#267</a></li>\n<li>DatePicker: DateRangePicker disabledDate callback argument type is undefined <a href="https://github.com/youzan/zent/issues/257">#257</a></li>\n<li>doc: anchor position is not correct <a href="https://github.com/youzan/zent/issues/249">#249</a></li>\n<li>popover: Prevent setState call if Popover is unmounted <a href="https://github.com/youzan/zent/pull/290">#290</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>slider: remove extra space around slider <a href="https://github.com/youzan/zent/pull/281">#281</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>slider: fix mouseMove event <a href="https://github.com/youzan/zent/pull/279">#279</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n</ul>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>datepicker: disabledDate字段有禁用时间效果不一致的bug <a href="https://github.com/youzan/zent/issues/284">#284</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Add affix <a href="https://github.com/youzan/zent/pull/289">#289</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>badge: fix style and doc of badge <a href="https://github.com/youzan/zent/pull/288">#288</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>loading: change static to float <a href="https://github.com/youzan/zent/pull/287">#287</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Add badge and tag <a href="https://github.com/youzan/zent/pull/283">#283</a> (<a href="https://github.com/fairyaierl">fairyaierl</a>)</li>\n<li>slider: 修复slider透明度问题 <a href="https://github.com/youzan/zent/pull/276">#276</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>修复 pop 返回 promise.reject 依然关闭的 bug opdialog 添加 context 的支持 <a href="https://github.com/youzan/zent/pull/274">#274</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n<li>datepicker: fix_rangepicer_clear_bug <a href="https://github.com/youzan/zent/pull/269">#269</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>Add style lint support <a href="https://github.com/youzan/zent/pull/268">#268</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>select: 修复Popup搜索框被盖住的bug <a href="https://github.com/youzan/zent/pull/266">#266</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>Rename *.scss to *.pcss <a href="https://github.com/youzan/zent/pull/263">#263</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>test: Add tests for layout related code path <a href="https://github.com/youzan/zent/pull/262">#262</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Add NumberInput component <a href="https://github.com/youzan/zent/pull/261">#261</a> (<a href="https://github.com/oConnerCooper">oConnerCooper</a>)</li>\n<li>Optimize style of site. <a href="https://github.com/youzan/zent/pull/260">#260</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-1-0-2017-05-12">¶</a><a href="javascript:void(0)" id="zent-3-1-0-2017-05-12" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.1.0">zent@3.1.0</a> (2017-05-12)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.1.0-beta1...zent@3.1.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-1-0-beta1-2017-05-12">¶</a><a href="javascript:void(0)" id="zent-3-1-0-beta1-2017-05-12" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.1.0-beta1">zent@3.1.0-beta1</a> (2017-05-12)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0...zent@3.1.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>tree: 用 Checkbox 组件替换内部的实现 <a href="https://github.com/youzan/zent/issues/237">#237</a></li>\n<li>Replace jieba with transliterate in markdown-doc-loader <a href="https://github.com/youzan/zent/issues/226">#226</a></li>\n<li>Opensource markdown-doc-loader <a href="https://github.com/youzan/zent/issues/225">#225</a></li>\n<li>doc: Replace highlight.js with prismjs <a href="https://github.com/youzan/zent/issues/215">#215</a></li>\n<li>React hot reload in docs <a href="https://github.com/youzan/zent/issues/205">#205</a></li>\n<li>Replace highlight.js with prism.js <a href="https://github.com/youzan/zent/pull/236">#236</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Enable react hmr in docs. <a href="https://github.com/youzan/zent/pull/229">#229</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>notify: callback not called in Notify.clear <a href="https://github.com/youzan/zent/issues/244">#244</a></li>\n<li>A wired bug in Sweetalert <a href="https://github.com/youzan/zent/issues/243">#243</a></li>\n<li>table: link 去掉 hover 变色效果 <a href="https://github.com/youzan/zent/issues/234">#234</a></li>\n<li>alert: 高度自适应 <a href="https://github.com/youzan/zent/issues/230">#230</a></li>\n<li>DatePicker: 鼠标hover的时候,确认按钮的光标形状应该是手型 <a href="https://github.com/youzan/zent/issues/228">#228</a></li>\n<li>doc: broken layout when there are long lines in code blocks/demos. <a href="https://github.com/youzan/zent/issues/227">#227</a></li>\n<li>table: remove link hover highlight; make text-overflow work in td <a href="https://github.com/youzan/zent/pull/235">#235</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>alert: allow auto height in Alert component <a href="https://github.com/youzan/zent/pull/233">#233</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>修改zent-tabs背景色 <a href="https://github.com/youzan/zent/pull/231">#231</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Notify: callback is not called when clear notify. <a href="https://github.com/youzan/zent/pull/246">#246</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n<li>dialog: Focus to dialog when open <a href="https://github.com/youzan/zent/pull/245">#245</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Datepicker: add confirm button cursor <a href="https://github.com/youzan/zent/pull/242">#242</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n<li>tree: 用zent的checkbox替换内部实现 <a href="https://github.com/youzan/zent/pull/241">#241</a> (<a href="https://github.com/wangchao0502">wangchao0502</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-2017-05-08">¶</a><a href="javascript:void(0)" id="zent-3-0-0-2017-05-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0">zent@3.0.0</a> (2017-05-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0...zent@3.0.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-2017">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-2017" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0">babel-plugin-zent@1.0.0</a> (2017-05-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta11...babel-plugin-zent@1.0.0">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>babel-plugin-zent: support style import <a href="https://github.com/youzan/zent/issues/221">#221</a></li>\n</ul>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta11">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta11" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta11">babel-plugin-zent@1.0.0-beta11</a> (2017-05-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta10...babel-plugin-zent@1.0.0-beta11">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta10-2017-05-05">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta10-2017-05-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta10">zent@3.0.0-beta10</a> (2017-05-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta10...zent@3.0.0-beta10">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta10">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta10">babel-plugin-zent@1.0.0-beta10</a> (2017-05-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta8...babel-plugin-zent@1.0.0-beta10">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta8">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta8" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta8">babel-plugin-zent@1.0.0-beta8</a> (2017-05-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta7...babel-plugin-zent@1.0.0-beta8">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta7">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta7" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta7">babel-plugin-zent@1.0.0-beta7</a> (2017-05-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta7...babel-plugin-zent@1.0.0-beta7">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta7-2017-05-05">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta7-2017-05-05" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta7">zent@3.0.0-beta7</a> (2017-05-05)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta6...zent@3.0.0-beta7">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta6-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta6-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta6">zent@3.0.0-beta6</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta6...zent@3.0.0-beta6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta6">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta6" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta6">babel-plugin-zent@1.0.0-beta6</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta5...babel-plugin-zent@1.0.0-beta6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta5-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta5-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta5">zent@3.0.0-beta5</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta5...zent@3.0.0-beta5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta5">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta5" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta5">babel-plugin-zent@1.0.0-beta5</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta4...babel-plugin-zent@1.0.0-beta5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta4-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta4-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta4">zent@3.0.0-beta4</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta4...zent@3.0.0-beta4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta4">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta4" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta4">babel-plugin-zent@1.0.0-beta4</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta3...babel-plugin-zent@1.0.0-beta4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta3">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta3" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta3">babel-plugin-zent@1.0.0-beta3</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta3...babel-plugin-zent@1.0.0-beta3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta3-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta3-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta3">zent@3.0.0-beta3</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta2...zent@3.0.0-beta3">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>switch: 修改 switch 样式 <a href="https://github.com/youzan/zent/pull/223">#223</a> (<a href="https://github.com/ronghang">ronghang</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta2-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta2-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta2">zent@3.0.0-beta2</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta2...zent@3.0.0-beta2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta2">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta2" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta2">babel-plugin-zent@1.0.0-beta2</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/babel-plugin-zent@1.0.0-beta1...babel-plugin-zent@1.0.0-beta2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#babel-plugin-zent-1-0-0-beta1">¶</a><a href="javascript:void(0)" id="babel-plugin-zent-1-0-0-beta1" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/babel-plugin-zent@1.0.0-beta1">babel-plugin-zent@1.0.0-beta1</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@3.0.0-beta1...babel-plugin-zent@1.0.0-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-3-0-0-beta1-2017-05-04">¶</a><a href="javascript:void(0)" id="zent-3-0-0-beta1-2017-05-04" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@3.0.0-beta1">zent@3.0.0-beta1</a> (2017-05-04)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-breadcrumb@1.1.0...zent@3.0.0-beta1">Full Changelog</a></p>\n<p><strong>Implemented enhancements:</strong></p>\n<ul>\n<li>utils: add unit tests <a href="https://github.com/youzan/zent/issues/214">#214</a></li>\n<li>Add prettier into workflow <a href="https://github.com/youzan/zent/issues/202">#202</a></li>\n<li>Consolidate all sub packages into a mono package <a href="https://github.com/youzan/zent/issues/201">#201</a></li>\n<li>Implement babel-plugin-zent <a href="https://github.com/youzan/zent/issues/200">#200</a></li>\n<li>zent-table: example: selection.. disabled 样式问题 <a href="https://github.com/youzan/zent/issues/22">#22</a></li>\n<li>Add script to check git hooks <a href="https://github.com/youzan/zent/pull/222">#222</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>babel-plugin-zent: \tAdd a script to generate js/css dependency mapping from source code <a href="https://github.com/youzan/zent/pull/212">#212</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>Consolidate packages <a href="https://github.com/youzan/zent/pull/208">#208</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>select: normalize event in onChange callback <a href="https://github.com/youzan/zent/issues/216">#216</a></li>\n<li>zent-datepicker 的确定按钮需要指定字体大小 <a href="https://github.com/youzan/zent/issues/207">#207</a></li>\n<li>table: 修改hover样式,onSelection增加一个新的参数,让用户可以做到单选功能 <a href="https://github.com/youzan/zent/pull/219">#219</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n<li>select: fix event parameter <a href="https://github.com/youzan/zent/pull/218">#218</a> (<a href="https://github.com/huangsy">huangsy</a>)</li>\n<li>slider: 修复样式和输入框bug <a href="https://github.com/youzan/zent/pull/211">#211</a> (<a href="https://github.com/wulv">wulv</a>)</li>\n<li>style: run prettier on all files <a href="https://github.com/youzan/zent/pull/210">#210</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>datepicker: increase z-index; fixed a bug when datepicker is disabled <a href="https://github.com/youzan/zent/pull/209">#209</a> (<a href="https://github.com/xuhong">xuhong</a>)</li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>test: add tests for utils <a href="https://github.com/youzan/zent/pull/220">#220</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n<li>add babel plugin to transform zent import <a href="https://github.com/youzan/zent/pull/217">#217</a> (<a href="https://github.com/iscarecrow">iscarecrow</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-2-1-0-2017-04-24">¶</a><a href="javascript:void(0)" id="zent-2-1-0-2017-04-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.1.0">zent@2.1.0</a> (2017-04-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-button@1.1.0...zent@2.1.0">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-1-0-beta5-2017-04-20">¶</a><a href="javascript:void(0)" id="zent-2-1-0-beta5-2017-04-20" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.1.0-beta5">zent@2.1.0-beta5</a> (2017-04-20)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-alert@1.1.0-beta5...zent@2.1.0-beta5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-1-0-beta4-2017-04-19">¶</a><a href="javascript:void(0)" id="zent-2-1-0-beta4-2017-04-19" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.1.0-beta4">zent@2.1.0-beta4</a> (2017-04-19)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-checkbox@1.1.0-beta4...zent@2.1.0-beta4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-1-0-beta3-2017-04-19">¶</a><a href="javascript:void(0)" id="zent-2-1-0-beta3-2017-04-19" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.1.0-beta3">zent@2.1.0-beta3</a> (2017-04-19)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-select@1.1.0-beta3...zent@2.1.0-beta3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-1-0-beta1-2017-04-18">¶</a><a href="javascript:void(0)" id="zent-2-1-0-beta1-2017-04-18" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.1.0-beta1">zent@2.1.0-beta1</a> (2017-04-18)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-layout@1.1.0-beta1...zent@2.1.0-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-14-2017-04-13">¶</a><a href="javascript:void(0)" id="zent-2-0-14-2017-04-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.14">zent@2.0.14</a> (2017-04-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-utils@1.0.9...zent@2.0.14">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-13-2017-04-13">¶</a><a href="javascript:void(0)" id="zent-2-0-13-2017-04-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.13">zent@2.0.13</a> (2017-04-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-input@1.0.12...zent@2.0.13">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-12-2017-04-13">¶</a><a href="javascript:void(0)" id="zent-2-0-12-2017-04-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.12">zent@2.0.12</a> (2017-04-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-notify@1.0.14...zent@2.0.12">Full Changelog</a></p>\n<p><strong>Fixed bugs:</strong></p>\n<ul>\n<li>popover: trigger isOutside not working <a href="https://github.com/youzan/zent/issues/180">#180</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>fix table text align <a href="https://github.com/youzan/zent/pull/179">#179</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-2-0-11-2017-04-13">¶</a><a href="javascript:void(0)" id="zent-2-0-11-2017-04-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.11">zent@2.0.11</a> (2017-04-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-dialog@1.0.10...zent@2.0.11">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-10-2017-04-11">¶</a><a href="javascript:void(0)" id="zent-2-0-10-2017-04-11" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.10">zent@2.0.10</a> (2017-04-11)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-table@1.0.16...zent@2.0.10">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-9-2017-04-10">¶</a><a href="javascript:void(0)" id="zent-2-0-9-2017-04-10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.9">zent@2.0.9</a> (2017-04-10)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-button@1.0.12...zent@2.0.9">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-8-2017-04-10">¶</a><a href="javascript:void(0)" id="zent-2-0-8-2017-04-10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.8">zent@2.0.8</a> (2017-04-10)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-popover@1.0.14...zent@2.0.8">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-7-2017-03-31">¶</a><a href="javascript:void(0)" id="zent-2-0-7-2017-03-31" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.7">zent@2.0.7</a> (2017-03-31)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-pagination@1.0.10...zent@2.0.7">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-6-2017-03-22">¶</a><a href="javascript:void(0)" id="zent-2-0-6-2017-03-22" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.6">zent@2.0.6</a> (2017-03-22)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-sweetalert@1.0.12...zent@2.0.6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-5-2017-03-16">¶</a><a href="javascript:void(0)" id="zent-2-0-5-2017-03-16" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.5">zent@2.0.5</a> (2017-03-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-menu@0.0.1...zent@2.0.5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-4-2017-03-15">¶</a><a href="javascript:void(0)" id="zent-2-0-4-2017-03-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.4">zent@2.0.4</a> (2017-03-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-checkbox@1.0.8...zent@2.0.4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-3-2017-03-14">¶</a><a href="javascript:void(0)" id="zent-2-0-3-2017-03-14" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.3">zent@2.0.3</a> (2017-03-14)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-notify@1.0.10...zent@2.0.3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-2-2017-03-09">¶</a><a href="javascript:void(0)" id="zent-2-0-2-2017-03-09" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.2">zent@2.0.2</a> (2017-03-09)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-datetimepicker@1.0.9...zent@2.0.2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-1-2017-03-08">¶</a><a href="javascript:void(0)" id="zent-2-0-1-2017-03-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.1">zent@2.0.1</a> (2017-03-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-icon@1.0.8...zent@2.0.1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-2-0-0-2017-03-08">¶</a><a href="javascript:void(0)" id="zent-2-0-0-2017-03-08" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@2.0.0">zent@2.0.0</a> (2017-03-08)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@1.0.12-beta6...zent@2.0.0">Full Changelog</a></p>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>zent-form: \'warning: unknown props\' with react v15.4.2; warning with extral input; <a href="https://github.com/youzan/zent/issues/17">#17</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Button组件添加htmlType <a href="https://github.com/youzan/zent/pull/64">#64</a> (<a href="https://github.com/hunnble">hunnble</a>)</li>\n<li>Form upgrade <a href="https://github.com/youzan/zent/pull/41">#41</a> (<a href="https://github.com/w91">w91</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-12-beta6-2017-03-07">¶</a><a href="javascript:void(0)" id="zent-1-0-12-beta6-2017-03-07" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.12-beta6">zent@1.0.12-beta6</a> (2017-03-07)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-form@1.0.8-beta6...zent@1.0.12-beta6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-12-beta5-2017-03-02">¶</a><a href="javascript:void(0)" id="zent-1-0-12-beta5-2017-03-02" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.12-beta5">zent@1.0.12-beta5</a> (2017-03-02)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-utils@1.0.7-beta2...zent@1.0.12-beta5">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-12-beta4-2017-03-01">¶</a><a href="javascript:void(0)" id="zent-1-0-12-beta4-2017-03-01" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.12-beta4">zent@1.0.12-beta4</a> (2017-03-01)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@1.0.12-beta3...zent@1.0.12-beta4">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>文档更新: zent-sweet <a href="https://github.com/youzan/zent/pull/56">#56</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>文档更新: zent-steps <a href="https://github.com/youzan/zent/pull/55">#55</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n<li>文档更新: zent-popover <a href="https://github.com/youzan/zent/pull/52">#52</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-12-beta3-2017-02-28">¶</a><a href="javascript:void(0)" id="zent-1-0-12-beta3-2017-02-28" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.12-beta3">zent@1.0.12-beta3</a> (2017-02-28)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-form@1.0.8-beta3...zent@1.0.12-beta3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-12-beta1-2017-02-27">¶</a><a href="javascript:void(0)" id="zent-1-0-12-beta1-2017-02-27" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.12-beta1">zent@1.0.12-beta1</a> (2017-02-27)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-button@1.0.7-beta1...zent@1.0.12-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-11-2017-02-24">¶</a><a href="javascript:void(0)" id="zent-1-0-11-2017-02-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.11">zent@1.0.11</a> (2017-02-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-table@1.0.9...zent@1.0.11">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-11-beta1-2017-02-24">¶</a><a href="javascript:void(0)" id="zent-1-0-11-beta1-2017-02-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.11-beta1">zent@1.0.11-beta1</a> (2017-02-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent@1.0.10...zent@1.0.11-beta1">Full Changelog</a></p>\n<p><strong>Closed issues:</strong></p>\n<ul>\n<li>zent-tree remove object.assign package <a href="https://github.com/youzan/zent/issues/30">#30</a></li>\n</ul>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>fix: 添加 table header 的 unmount 逻辑, 删除事件监听 <a href="https://github.com/youzan/zent/pull/38">#38</a> (<a href="https://github.com/lama-pacos">lama-pacos</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-10-2017-02-24">¶</a><a href="javascript:void(0)" id="zent-1-0-10-2017-02-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.10">zent@1.0.10</a> (2017-02-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-popover@1.0.8...zent@1.0.10">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-10-beta2-2017-02-24">¶</a><a href="javascript:void(0)" id="zent-1-0-10-beta2-2017-02-24" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.10-beta2">zent@1.0.10-beta2</a> (2017-02-24)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-popover@1.0.8-beta1...zent@1.0.10-beta2">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>Refactor pop <a href="https://github.com/youzan/zent/pull/37">#37</a> (<a href="https://github.com/cpylua">cpylua</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-10-beta1-2017-02-22">¶</a><a href="javascript:void(0)" id="zent-1-0-10-beta1-2017-02-22" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.10-beta1">zent@1.0.10-beta1</a> (2017-02-22)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-input@1.0.7...zent@1.0.10-beta1">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>feat: zent-tabs空间支持tab传react组件 <a href="https://github.com/youzan/zent/pull/36">#36</a> (<a href="https://github.com/ctyu">ctyu</a>)</li>\n<li>npm_sync shell <a href="https://github.com/youzan/zent/pull/27">#27</a> (<a href="https://github.com/LucasIcarus">LucasIcarus</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-9-2017-02-22">¶</a><a href="javascript:void(0)" id="zent-1-0-9-2017-02-22" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.9">zent@1.0.9</a> (2017-02-22)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-table@1.0.8...zent@1.0.9">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-8-2017-02-17">¶</a><a href="javascript:void(0)" id="zent-1-0-8-2017-02-17" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.8">zent@1.0.8</a> (2017-02-17)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-pop@1.0.7...zent@1.0.8">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-7-2017-02-16">¶</a><a href="javascript:void(0)" id="zent-1-0-7-2017-02-16" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.7">zent@1.0.7</a> (2017-02-16)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-alert@1.0.6...zent@1.0.7">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-6-2017-02-15">¶</a><a href="javascript:void(0)" id="zent-1-0-6-2017-02-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.6">zent@1.0.6</a> (2017-02-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-tree@1.0.5...zent@1.0.6">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-4-2017-02-15">¶</a><a href="javascript:void(0)" id="zent-1-0-4-2017-02-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.4">zent@1.0.4</a> (2017-02-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-steps@1.0.4...zent@1.0.4">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-4-beta3-2017-02-15">¶</a><a href="javascript:void(0)" id="zent-1-0-4-beta3-2017-02-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.4-beta3">zent@1.0.4-beta3</a> (2017-02-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-pop@1.0.3-beta1...zent@1.0.4-beta3">Full Changelog</a></p>\n<p><strong>Merged pull requests:</strong></p>\n<ul>\n<li>table的空样式 <a href="https://github.com/youzan/zent/pull/4">#4</a> (<a href="https://github.com/linxixuan">linxixuan</a>)</li>\n</ul>\n<h2 class="anchor-heading"><a href="#zent-1-0-4-beta1-2017-02-15">¶</a><a href="javascript:void(0)" id="zent-1-0-4-beta1-2017-02-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.4-beta1">zent@1.0.4-beta1</a> (2017-02-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-steps@1.0.3...zent@1.0.4-beta1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-3-2017-02-15">¶</a><a href="javascript:void(0)" id="zent-1-0-3-2017-02-15" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.3">zent@1.0.3</a> (2017-02-15)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-table@1.0.3...zent@1.0.3">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-2-2017-02-13">¶</a><a href="javascript:void(0)" id="zent-1-0-2-2017-02-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.2">zent@1.0.2</a> (2017-02-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-utils@1.0.2...zent@1.0.2">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-1-2017-02-13">¶</a><a href="javascript:void(0)" id="zent-1-0-1-2017-02-13" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.1">zent@1.0.1</a> (2017-02-13)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-sweetalert@1.0.1...zent@1.0.1">Full Changelog</a></p>\n<h2 class="anchor-heading"><a href="#zent-1-0-0-2017-02-10">¶</a><a href="javascript:void(0)" id="zent-1-0-0-2017-02-10" class="anchor-point"></a><a href="https://github.com/youzan/zent/tree/zent@1.0.0">zent@1.0.0</a> (2017-02-10)</h2>\n<p><a href="https://github.com/youzan/zent/compare/zent-select@1.0.0...zent@1.0.0">Full Changelog</a></p>\n<p>* <em>This Change Log was automatically generated by <a href="https://github.com/skywinder/Github-Changelog-Generator">github_changelog_generator</a></em></p>'}))}}]),a}(d.Component));a.default=F}});