# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.9.0"></a>
# [1.9.0](https://github.com/heyui/heyui/compare/v1.8.3...v1.9.0) (2018-10-10)


### Bug Fixes

* fix non-string templates name define ([1d9b230](https://github.com/heyui/heyui/commit/1d9b230))
* **Table:** fix table border style ([26c1cf3](https://github.com/heyui/heyui/commit/26c1cf3))


### Features

* **Table:** add multiple table header ([a2e3167](https://github.com/heyui/heyui/commit/a2e3167)), closes [#26](https://github.com/heyui/heyui/issues/26)



<a name="1.8.3"></a>
## [1.8.3](https://github.com/heyui/heyui/compare/v1.8.2...v1.8.3) (2018-10-08)


### Bug Fixes

* **tree:** display none when clear data if has search ([db01256](https://github.com/heyui/heyui/commit/db01256))



<a name="1.8.2"></a>
## [1.8.2](https://github.com/heyui/heyui/compare/v1.8.1...v1.8.2) (2018-09-22)


### Bug Fixes

* **Switch:** change Switch click range ([4396738](https://github.com/heyui/heyui/commit/4396738)), closes [#28](https://github.com/heyui/heyui/issues/28)



<a name="1.8.1"></a>
## [1.8.1](https://github.com/heyui/heyui/compare/v1.8.0...v1.8.1) (2018-09-22)


### Bug Fixes

* **NumberInput:** change value not work ([3d68df8](https://github.com/heyui/heyui/commit/3d68df8)), closes [#30](https://github.com/heyui/heyui/issues/30)
* **tagInput:** this.locale -> this.t ([ff12ae3](https://github.com/heyui/heyui/commit/ff12ae3)), closes [#22](https://github.com/heyui/heyui/issues/22)
* **timeline:** mark icon location correct ([b4aefdd](https://github.com/heyui/heyui/commit/b4aefdd)), closes [#27](https://github.com/heyui/heyui/issues/27)



<a name="1.8.0"></a>
# [1.8.0](https://github.com/heyui/heyui/compare/v1.7.0...v1.8.0) (2018-09-18)


### Features

* **slider:** add prop range ([787f48a](https://github.com/heyui/heyui/commit/787f48a))
* **switch:** add trueValue and falseValue props ([7010516](https://github.com/heyui/heyui/commit/7010516)), closes [#23](https://github.com/heyui/heyui/issues/23)



<a name="1.7.0"></a>
# [1.7.0](https://github.com/heyui/heyui/compare/v1.6.3...v1.7.0) (2018-09-02)


### Features

* weixin stash ([9f3e2c6](https://github.com/heyui/heyui/commit/9f3e2c6))
* **Table:** add invereSelection function ([db965bd](https://github.com/heyui/heyui/commit/db965bd)), closes [#19](https://github.com/heyui/heyui/issues/19)
* **Table:** add trdblclick on TableTr ([5f8fcf7](https://github.com/heyui/heyui/commit/5f8fcf7)), closes [#17](https://github.com/heyui/heyui/issues/17)



<a name="1.6.3"></a>
## [1.6.3](https://github.com/heyui/heyui/compare/v1.6.2...v1.6.3) (2018-07-31)


### Bug Fixes

* **AutoComplete:** update dropdown position ([f56b524](https://github.com/heyui/heyui/commit/f56b524))
* **dropdown:** add transform-origin with diff placement ([ddb26c8](https://github.com/heyui/heyui/commit/ddb26c8))
* **dropdownmenu:** click event add data param ([584e55f](https://github.com/heyui/heyui/commit/584e55f))
* **Loading:** remove fixed width ([78ee973](https://github.com/heyui/heyui/commit/78ee973))



<a name="1.6.2"></a>
## [1.6.2](https://github.com/heyui/heyui/compare/v1.6.1...v1.6.2) (2018-07-30)



<a name="1.6.1"></a>
## [1.6.1](https://github.com/heyui/heyui/compare/v1.6.0...v1.6.1) (2018-07-30)


### Bug Fixes

* **taginput:** fix empty string split to array with one length ([7780d84](https://github.com/heyui/heyui/commit/7780d84))



<a name="1.6.0"></a>
# [1.6.0](https://github.com/heyui/heyui/compare/v1.5.0...v1.6.0) (2018-07-28)


### Bug Fixes

* modal add no mask class ([c23ecfc](https://github.com/heyui/heyui/commit/c23ecfc))
* optimize style ([79bd2d3](https://github.com/heyui/heyui/commit/79bd2d3))
* **$Loading:** fix global loading lose efficacy ([59c531f](https://github.com/heyui/heyui/commit/59c531f))
* **DropdownCustom:** add className on dropdown container dom ([49209d6](https://github.com/heyui/heyui/commit/49209d6))
* **loading:** fix loading use parent class control styles ([fe50a9d](https://github.com/heyui/heyui/commit/fe50a9d))
* **modal:** add exsit judge when beforeDestroy ([381b628](https://github.com/heyui/heyui/commit/381b628))


### Features

* autocomplete add delete keydown handle ([a3f3887](https://github.com/heyui/heyui/commit/a3f3887))
* taginput add delete handler ([df98724](https://github.com/heyui/heyui/commit/df98724))
* **AutoComplete:** new property ([f33795d](https://github.com/heyui/heyui/commit/f33795d))
* **notice:** when mouse over notice will stop close handler ([aa133a8](https://github.com/heyui/heyui/commit/aa133a8))
* **table:** add table trclick event, and property selectWhenClickTr ([fdf7c09](https://github.com/heyui/heyui/commit/fdf7c09))
* **TextEllipsis:** use Tooltip when hide ([7e21c9e](https://github.com/heyui/heyui/commit/7e21c9e))



<a name="1.5.0"></a>
# [1.5.0](https://github.com/heyui/heyui/compare/v1.4.0...v1.5.0) (2018-07-16)


### Bug Fixes

* **autocomplete:** add endInput prop to autocomplete ([c6eebee](https://github.com/heyui/heyui/commit/c6eebee))
* **Autocomplete:** fix autocomplete multiple when mustmatch is false ([fe26321](https://github.com/heyui/heyui/commit/fe26321))
* **input:** Input icon it does not work ([92f407d](https://github.com/heyui/heyui/commit/92f407d)), closes [#13](https://github.com/heyui/heyui/issues/13)
* **Loading:** add prop minHeight ([7228d0e](https://github.com/heyui/heyui/commit/7228d0e))
* **Loading:** optimize loading animation ([efff35a](https://github.com/heyui/heyui/commit/efff35a))


### Features

* **table:** table sort auto and loading ([a718570](https://github.com/heyui/heyui/commit/a718570)), closes [#12](https://github.com/heyui/heyui/issues/12)



<a name="1.4.0"></a>
# [1.4.0](https://github.com/heyui/heyui/compare/v1.3.6...v1.4.0) (2018-07-10)


### Bug Fixes

* autocomplete blur use stop ([9aa2be6](https://github.com/heyui/heyui/commit/9aa2be6))
* pagination word fixed ([2598c64](https://github.com/heyui/heyui/commit/2598c64))


### Features

* breadcrumb component ([ed87b40](https://github.com/heyui/heyui/commit/ed87b40)), closes [#11](https://github.com/heyui/heyui/issues/11)



<a name="1.3.6"></a>
## [1.3.6](https://github.com/heyui/heyui/compare/v1.3.5...v1.3.6) (2018-07-05)


### Bug Fixes

* **select:** ie9 placeholder Compatibility ([327644f](https://github.com/heyui/heyui/commit/327644f))



<a name="1.3.5"></a>
## [1.3.5](https://github.com/heyui/heyui/compare/v1.3.4...v1.3.5) (2018-07-05)


### Bug Fixes

* cancelAnimationFrame function ie9 compatibility ([60cb339](https://github.com/heyui/heyui/commit/60cb339))
* **select:** ie9 placeholder Compatibility ([ebdfae9](https://github.com/heyui/heyui/commit/ebdfae9))



<a name="1.3.4"></a>
## [1.3.4](https://github.com/heyui/heyui/compare/v1.3.3...v1.3.4) (2018-07-04)


### Bug Fixes

* **select:** fix disabled logic ([efdfb4c](https://github.com/heyui/heyui/commit/efdfb4c))



<a name="1.3.3"></a>
## [1.3.3](https://github.com/heyui/heyui/compare/v1.3.2...v1.3.3) (2018-07-04)


### Bug Fixes

* **affix:** Optimization of judgment mechanism ([12dce1c](https://github.com/heyui/heyui/commit/12dce1c))
* **select:** remove showSearchPlaceHolder params ([643f72a](https://github.com/heyui/heyui/commit/643f72a))
* **tree:** style optimize error ([27346ce](https://github.com/heyui/heyui/commit/27346ce))



<a name="1.3.2"></a>
## [1.3.2](https://github.com/heyui/heyui/compare/v1.3.1...v1.3.2) (2018-07-02)


### Bug Fixes

* **tooltip:** fix tooltip component className place ([22c1bbd](https://github.com/heyui/heyui/commit/22c1bbd))
* typeValid url error ([ff70d2e](https://github.com/heyui/heyui/commit/ff70d2e))



<a name="1.3.1"></a>
## [1.3.1](https://github.com/heyui/heyui/compare/v1.3.0...v1.3.1) (2018-06-28)


### Bug Fixes

* tree style displacement ([b936868](https://github.com/heyui/heyui/commit/b936868))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/heyui/heyui/compare/v1.3.0-beta.0...v1.3.0) (2018-06-28)


### Bug Fixes

* **category:** fix data init function ([44d1e0a](https://github.com/heyui/heyui/commit/44d1e0a))
* **treepicker:** fix when clear value tree exsits indeterminate status ([dee2d3d](https://github.com/heyui/heyui/commit/dee2d3d))



<a name="1.3.0-beta.0"></a>
# [1.3.0-beta.0](https://github.com/heyui/heyui/compare/v1.3.0-alpha.5...v1.3.0-beta.0) (2018-06-28)


### Bug Fixes

* fix category define error ([1894801](https://github.com/heyui/heyui/commit/1894801))



<a name="1.3.0-alpha.5"></a>
# [1.3.0-alpha.5](https://github.com/heyui/heyui/compare/v1.3.0-alpha.4...v1.3.0-alpha.5) (2018-06-28)


### Bug Fixes

* fix hlang default value judge ([09f7c35](https://github.com/heyui/heyui/commit/09f7c35))
* remove hey-utils hey-log dependencies ([f0bbfc3](https://github.com/heyui/heyui/commit/f0bbfc3))



<a name="1.3.0-alpha.4"></a>
# [1.3.0-alpha.4](https://github.com/heyui/heyui/compare/v1.3.0-alpha.3...v1.3.0-alpha.4) (2018-06-27)


### Bug Fixes

* **circle:** circle use path svg for show ([a6db775](https://github.com/heyui/heyui/commit/a6db775))
* **font:** font icon vertical-align  use baseline ([5fcfbf7](https://github.com/heyui/heyui/commit/5fcfbf7))
* **numberinput:** fix numberinput judge unNumber input ([45d1434](https://github.com/heyui/heyui/commit/45d1434))
* **radio:** optimize less defined ([59251f2](https://github.com/heyui/heyui/commit/59251f2))



<a name="1.3.0-alpha.3"></a>
# [1.3.0-alpha.3](https://github.com/heyui/heyui/compare/v1.3.0-alpha.2...v1.3.0-alpha.3) (2018-06-27)



<a name="1.3.0-alpha.2"></a>
# [1.3.0-alpha.2](https://github.com/heyui/heyui/compare/v1.2.1...v1.3.0-alpha.2) (2018-06-27)


### Bug Fixes

* **affix:** optimize affix judge ([baa020a](https://github.com/heyui/heyui/commit/baa020a))
* optimize datepicker month show ([6533744](https://github.com/heyui/heyui/commit/6533744))
* **affix:** optimize scroll judge function ([5f54fcf](https://github.com/heyui/heyui/commit/5f54fcf))
* add judge of vue i18n change ([91d2798](https://github.com/heyui/heyui/commit/91d2798))
* category optimize style and js ([ccc5458](https://github.com/heyui/heyui/commit/ccc5458))
* date use i18n ([211afdb](https://github.com/heyui/heyui/commit/211afdb))
* datepicker use global startWeek setting ([2d5e958](https://github.com/heyui/heyui/commit/2d5e958))
* fix checkbox and radio class define ([129b2c1](https://github.com/heyui/heyui/commit/129b2c1))
* i18n 机制修复 ([7524843](https://github.com/heyui/heyui/commit/7524843))
* input Non numeric turn into null ([fe58b26](https://github.com/heyui/heyui/commit/fe58b26))
* optimize words ([a97471b](https://github.com/heyui/heyui/commit/a97471b))
* pagination sizeOfPage lang set ([fd7ebe3](https://github.com/heyui/heyui/commit/fd7ebe3))
* select placeholder judge ([fa13577](https://github.com/heyui/heyui/commit/fa13577))
* **affix:** refresh function ([88f7192](https://github.com/heyui/heyui/commit/88f7192))
* **dropdown:** fix dropdown style ([8ae9414](https://github.com/heyui/heyui/commit/8ae9414))
* style optimize ([932aa24](https://github.com/heyui/heyui/commit/932aa24))
* tooltip add className param ([f0ab0fd](https://github.com/heyui/heyui/commit/f0ab0fd))
* update lang when use i18n ([80c5250](https://github.com/heyui/heyui/commit/80c5250))
* use vue-i18n format ([a94c8c8](https://github.com/heyui/heyui/commit/a94c8c8))
* 优化tooltip样式 ([02f01e9](https://github.com/heyui/heyui/commit/02f01e9))
* **select:** value of key=0 cannot be selected ([984b538](https://github.com/heyui/heyui/commit/984b538))


### Features

* **affix:** 机制重构， 解决之前问题 ([e7865e6](https://github.com/heyui/heyui/commit/e7865e6))
* 完成语言化 ([a36518a](https://github.com/heyui/heyui/commit/a36518a))



<a name="1.3.0-alpha.1"></a>
# [1.3.0-alpha.1](https://github.com/heyui/heyui/compare/v1.2.1...v1.3.0-alpha.1) (2018-06-25)


### Bug Fixes

* **affix:** optimize affix judge ([baa020a](https://github.com/heyui/heyui/commit/baa020a))
* style optimize ([932aa24](https://github.com/heyui/heyui/commit/932aa24))
* **affix:** optimize scroll judge function ([5f54fcf](https://github.com/heyui/heyui/commit/5f54fcf))
* add judge of vue i18n change ([91d2798](https://github.com/heyui/heyui/commit/91d2798))
* category optimize style and js ([ccc5458](https://github.com/heyui/heyui/commit/ccc5458))
* date use i18n ([211afdb](https://github.com/heyui/heyui/commit/211afdb))
* datepicker use global startWeek setting ([2d5e958](https://github.com/heyui/heyui/commit/2d5e958))
* i18n 机制修复 ([7524843](https://github.com/heyui/heyui/commit/7524843))
* input Non numeric turn into null ([fe58b26](https://github.com/heyui/heyui/commit/fe58b26))
* optimize datepicker month show ([6533744](https://github.com/heyui/heyui/commit/6533744))
* optimize words ([a97471b](https://github.com/heyui/heyui/commit/a97471b))
* pagination sizeOfPage lang set ([fd7ebe3](https://github.com/heyui/heyui/commit/fd7ebe3))
* **select:** value of key=0 cannot be selected ([984b538](https://github.com/heyui/heyui/commit/984b538))
* select placeholder judge ([fa13577](https://github.com/heyui/heyui/commit/fa13577))
* **affix:** refresh function ([88f7192](https://github.com/heyui/heyui/commit/88f7192))
* tooltip add className param ([f0ab0fd](https://github.com/heyui/heyui/commit/f0ab0fd))
* update lang when use i18n ([80c5250](https://github.com/heyui/heyui/commit/80c5250))
* use vue-i18n format ([a94c8c8](https://github.com/heyui/heyui/commit/a94c8c8))
* 优化tooltip样式 ([02f01e9](https://github.com/heyui/heyui/commit/02f01e9))


### Features

* **affix:** 机制重构， 解决之前问题 ([e7865e6](https://github.com/heyui/heyui/commit/e7865e6))
* 完成语言化 ([a36518a](https://github.com/heyui/heyui/commit/a36518a))



<a name="1.3.0-alpha.0"></a>
# [1.3.0-alpha.0](https://github.com/heyui/heyui/compare/v1.2.2-alpha.2...v1.3.0-alpha.0) (2018-06-13)


### Features

* **affix:** 机制重构， 解决之前问题 ([e7865e6](https://github.com/heyui/heyui/commit/e7865e6))



<a name="1.2.2-alpha.2"></a>
## [1.2.2-alpha.2](https://github.com/heyui/heyui/compare/v1.2.2-alpha.1...v1.2.2-alpha.2) (2018-06-13)


### Bug Fixes

* **affix:** optimize affix judge ([baa020a](https://github.com/heyui/heyui/commit/baa020a))



<a name="1.2.2-alpha.1"></a>
## [1.2.2-alpha.1](https://github.com/heyui/heyui/compare/v1.2.2-alpha.0...v1.2.2-alpha.1) (2018-06-13)


### Bug Fixes

* **affix:** refresh function ([88f7192](https://github.com/heyui/heyui/commit/88f7192))



<a name="1.2.2-alpha.0"></a>
## [1.2.2-alpha.0](https://github.com/heyui/heyui/compare/v1.2.1...v1.2.2-alpha.0) (2018-06-13)


### Bug Fixes

* **affix:** optimize scroll judge function ([5f54fcf](https://github.com/heyui/heyui/commit/5f54fcf))



<a name="1.2.1"></a>
## [1.2.1](https://github.com/heyui/heyui/compare/v1.2.0...v1.2.1) (2018-06-13)


### Bug Fixes

* **textellipsis:** IE browser innerText can not get newline characters. ([d3a1924](https://github.com/heyui/heyui/commit/d3a1924))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/heyui/heyui/compare/v1.2.0-alpha.2...v1.2.0) (2018-06-12)


### Features

* mapping tree status to class ([bce5e83](https://github.com/heyui/heyui/commit/bce5e83))



<a name="1.2.0-alpha.2"></a>
# [1.2.0-alpha.2](https://github.com/heyui/heyui/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2018-06-12)


### Features

* textellipsis add show hide event ([64e5a71](https://github.com/heyui/heyui/commit/64e5a71))



<a name="1.2.0-alpha.1"></a>
# [1.2.0-alpha.1](https://github.com/heyui/heyui/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2018-06-11)


### Bug Fixes

* isLimitHeight malfunction ([85829c5](https://github.com/heyui/heyui/commit/85829c5))



<a name="1.2.0-alpha.0"></a>
# [1.2.0-alpha.0](https://github.com/heyui/heyui/compare/v1.1.11...v1.2.0-alpha.0) (2018-06-11)


### Bug Fixes

* change headr.sh ([d8fe05f](https://github.com/heyui/heyui/commit/d8fe05f))


### Features

* text-ellipsis ([2b40772](https://github.com/heyui/heyui/commit/2b40772))



<a name="1.1.11"></a>
## [1.1.11](https://github.com/heyui/heyui/compare/v1.1.9...v1.1.11) (2018-06-11)


### Bug Fixes

* define components name error ([321635d](https://github.com/heyui/heyui/commit/321635d))
* table name define error ([d26f632](https://github.com/heyui/heyui/commit/d26f632))



<a name="1.1.10"></a>
## [1.1.10](https://github.com/heyui/heyui/compare/v1.1.9...v1.1.10) (2018-06-11)


### Bug Fixes

* table name define error ([d26f632](https://github.com/heyui/heyui/commit/d26f632))



<a name="1.1.9"></a>
## [1.1.9](https://github.com/heyui/heyui/compare/v1.1.8...v1.1.9) (2018-06-11)


### Bug Fixes

* tree name ([dd29763](https://github.com/heyui/heyui/commit/dd29763))



<a name="1.1.8"></a>
## [1.1.8](https://github.com/heyui/heyui/compare/v1.1.7...v1.1.8) (2018-06-08)



<a name="1.1.7"></a>
## [1.1.7](https://github.com/heyui/heyui/compare/v1.1.7-alpha.5...v1.1.7) (2018-06-08)


### Bug Fixes

* amend chinese words to english ([74ba457](https://github.com/heyui/heyui/commit/74ba457))
* component defined h-names ([a911c25](https://github.com/heyui/heyui/commit/a911c25))
* datepicker trigger updatedropdown when updateView ([e5eb5b0](https://github.com/heyui/heyui/commit/e5eb5b0))
* unified all component ([122153d](https://github.com/heyui/heyui/commit/122153d))
* update hey-utils optimize add sub mul div function ([3a6f333](https://github.com/heyui/heyui/commit/3a6f333))



<a name="1.1.7-alpha.5"></a>
## [1.1.7-alpha.5](https://github.com/heyui/heyui/compare/v1.1.7-alpha.4...v1.1.7-alpha.5) (2018-06-05)


### Bug Fixes

* autocomplete null judge ([aa95d71](https://github.com/heyui/heyui/commit/aa95d71))



<a name="1.1.7-alpha.4"></a>
## [1.1.7-alpha.4](https://github.com/heyui/heyui/compare/v1.1.7-alpha.3...v1.1.7-alpha.4) (2018-06-05)


### Bug Fixes

* autocomplete judge null ([03bc2b8](https://github.com/heyui/heyui/commit/03bc2b8))



<a name="1.1.7-alpha.3"></a>
## [1.1.7-alpha.3](https://github.com/heyui/heyui/compare/v1.1.7-alpha.2...v1.1.7-alpha.3) (2018-06-05)


### Bug Fixes

* autocomplete title parse error ([8de3af1](https://github.com/heyui/heyui/commit/8de3af1))



<a name="1.1.7-alpha.2"></a>
## [1.1.7-alpha.2](https://github.com/heyui/heyui/compare/v1.1.7-alpha.1...v1.1.7-alpha.2) (2018-06-05)


### Bug Fixes

* autocomplete refactor bugs ([fce1bf8](https://github.com/heyui/heyui/commit/fce1bf8))



<a name="1.1.7-alpha.1"></a>
## [1.1.7-alpha.1](https://github.com/heyui/heyui/compare/v1.1.7-alpha.0...v1.1.7-alpha.1) (2018-06-05)


### Bug Fixes

* 修复autocomplete bug ([e4b90c7](https://github.com/heyui/heyui/commit/e4b90c7))



<a name="1.1.7-alpha.0"></a>
## [1.1.7-alpha.0](https://github.com/heyui/heyui/compare/v1.1.6...v1.1.7-alpha.0) (2018-06-05)


### Bug Fixes

* autocomplate 机制优化 ([81910af](https://github.com/heyui/heyui/commit/81910af))
* color value optimize ([272fc71](https://github.com/heyui/heyui/commit/272fc71))
* form required use other position ([19f99b9](https://github.com/heyui/heyui/commit/19f99b9))
* optimize url and email valid ([10ae2ce](https://github.com/heyui/heyui/commit/10ae2ce))
* tooltip add prop delay ([76e0517](https://github.com/heyui/heyui/commit/76e0517))



<a name="1.1.6"></a>
## [1.1.6](https://github.com/heyui/heyui/compare/v1.1.5...v1.1.6) (2018-05-31)


### Bug Fixes

* remove label setConfig ([61a2c72](https://github.com/heyui/heyui/commit/61a2c72))



<a name="1.1.5"></a>
## [1.1.5](https://github.com/heyui/heyui/compare/v1.1.4...v1.1.5) (2018-05-31)


### Bug Fixes

* fix error links ([2622d00](https://github.com/heyui/heyui/commit/2622d00))
* form listener judge error ([2c14508](https://github.com/heyui/heyui/commit/2c14508))
* table resize add timeout ([b437ff3](https://github.com/heyui/heyui/commit/b437ff3))



<a name="1.1.4"></a>
## [1.1.4](https://github.com/heyui/heyui/compare/v1.1.3...v1.1.4) (2018-05-23)


### Bug Fixes

* setConfig add validator judge ([834576c](https://github.com/heyui/heyui/commit/834576c))



<a name="1.1.3"></a>
## [1.1.3](https://github.com/heyui/heyui/compare/v1.1.2...v1.1.3) (2018-05-23)


### Bug Fixes

* autocomplete update value error ([df32c85](https://github.com/heyui/heyui/commit/df32c85))
* formItem add reset function ([a2b42fd](https://github.com/heyui/heyui/commit/a2b42fd))
* 修改README.md ([4af0018](https://github.com/heyui/heyui/commit/4af0018))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/heyui/heyui/compare/v1.1.0...v1.1.2) (2018-05-18)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/heyui/heyui/compare/v0.23.9...v1.1.0) (2018-05-18)


### Bug Fixes

* 修正modal 组件 hasCloseIcon 默认值 ([974e116](https://github.com/heyui/heyui/commit/974e116))
* 修正打包命令 ([990c9ff](https://github.com/heyui/heyui/commit/990c9ff))


### Features

* 整体调整heyui的调用方式 ([64aeee7](https://github.com/heyui/heyui/commit/64aeee7))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/heyui/heyui/compare/v1.1.1...v1.0.1) (2018-05-18)



<a name="1.1.1"></a>
## [1.1.1](https://github.com/heyui/heyui/compare/v1.1.0...v1.1.1) (2018-05-18)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/heyui/heyui/compare/v0.23.9...v1.1.0) (2018-05-18)


### Bug Fixes

* 修正modal 组件 hasCloseIcon 默认值 ([974e116](https://github.com/heyui/heyui/commit/974e116))


### Features

* 整体调整heyui的调用方式 ([64aeee7](https://github.com/heyui/heyui/commit/64aeee7))



<a name="0.23.9"></a>
## [0.23.9](https://github.com/heyui/heyui/compare/v0.23.8...v0.23.9) (2018-05-17)


### Bug Fixes

* change index.css gen ([b5b44c5](https://github.com/heyui/heyui/commit/b5b44c5))
* modal js 添加 middle属性 ([3117378](https://github.com/heyui/heyui/commit/3117378))
* optimize autocomplete ([d0d7cf4](https://github.com/heyui/heyui/commit/d0d7cf4))
* requestAnimation Compatibility ([f5803f0](https://github.com/heyui/heyui/commit/f5803f0)), closes [#5](https://github.com/heyui/heyui/issues/5)
* 修改整体排版 ([9f6f0fb](https://github.com/heyui/heyui/commit/9f6f0fb))



<a name="0.23.8"></a>
## [0.23.8](https://github.com/heyui/heyui/compare/v0.23.7...v0.23.8) (2018-05-08)



<a name="0.23.7"></a>
## [0.23.7](https://github.com/heyui/heyui/compare/v0.23.6...v0.23.7) (2018-05-08)


### Bug Fixes

* class 'h-table-td-checkbox' define error ([5f20e20](https://github.com/heyui/heyui/commit/5f20e20))
* table setSelection use copy ([b7ed220](https://github.com/heyui/heyui/commit/b7ed220))



<a name="0.23.6"></a>
## [0.23.6](https://github.com/heyui/heyui/compare/v0.23.5...v0.23.6) (2018-05-07)


### Bug Fixes

* autocomplete paste event ([4193dca](https://github.com/heyui/heyui/commit/4193dca))
* close autocomplete loading when dropdown hide ([5cfecc6](https://github.com/heyui/heyui/commit/5cfecc6))



<a name="0.23.5"></a>
## [0.23.5](https://github.com/heyui/heyui/compare/v0.23.4...v0.23.5) (2018-05-03)


### Bug Fixes

* 使用方法计算小数点 ([3175626](https://github.com/heyui/heyui/commit/3175626))



<a name="0.23.4"></a>
## [0.23.4](https://github.com/heyui/heyui/compare/v0.23.3...v0.23.4) (2018-05-03)


### Bug Fixes

* number add prop precision ([055c5f2](https://github.com/heyui/heyui/commit/055c5f2))



<a name="0.23.3"></a>
## [0.23.3](https://github.com/heyui/heyui/compare/v0.23.2...v0.23.3) (2018-04-26)


### Bug Fixes

* search add emptyContent param ([38ef606](https://github.com/heyui/heyui/commit/38ef606))



<a name="0.23.2"></a>
## [0.23.2](https://github.com/heyui/heyui/compare/v0.23.1...v0.23.2) (2018-04-24)


### Bug Fixes

* dropdown add show hide event ([c12471d](https://github.com/heyui/heyui/commit/c12471d))



<a name="0.23.1"></a>
## [0.23.1](https://github.com/heyui/heyui/compare/v0.23.0...v0.23.1) (2018-04-23)


### Bug Fixes

* table body overflow auto ([b4fd1c2](https://github.com/heyui/heyui/commit/b4fd1c2))



<a name="0.23.0"></a>
# [0.23.0](https://github.com/heyui/heyui/compare/v0.22.1...v0.23.0) (2018-04-23)


### Bug Fixes

* button add font-family inherit ([9aa5f00](https://github.com/heyui/heyui/commit/9aa5f00))
* dropdown class style ([02230a9](https://github.com/heyui/heyui/commit/02230a9))


### Features

*  添加验证文件 ([f4caea0](https://github.com/heyui/heyui/commit/f4caea0))



<a name="0.22.1"></a>
## [0.22.1](https://github.com/heyui/heyui/compare/v0.22.0...v0.22.1) (2018-04-17)


### Bug Fixes

* search add icon define ([4d142ae](https://github.com/heyui/heyui/commit/4d142ae))
* select style optimize ([4b9e3bc](https://github.com/heyui/heyui/commit/4b9e3bc))
* set triggerOnce when filterable with select ([9cb8b73](https://github.com/heyui/heyui/commit/9cb8b73))



<a name="0.22.0"></a>
# [0.22.0](https://github.com/heyui/heyui/compare/v0.21.2...v0.22.0) (2018-04-13)


### Bug Fixes

* autocomplete enter update tempvalue ([7959a98](https://github.com/heyui/heyui/commit/7959a98))
* if autocomplete use dict or datas, use key/value computed value ([c7e3e9e](https://github.com/heyui/heyui/commit/c7e3e9e))
* qiniu optimize mechanism ([4165a8e](https://github.com/heyui/heyui/commit/4165a8e))
* rightclick -> contextMenu ([3f51df3](https://github.com/heyui/heyui/commit/3f51df3))
* tree dom structure optimize ([d4d830b](https://github.com/heyui/heyui/commit/d4d830b))


### Features

* dropdown optimize ([a576c33](https://github.com/heyui/heyui/commit/a576c33))
* select search optimize ([7a4e348](https://github.com/heyui/heyui/commit/7a4e348))



<a name="0.21.2"></a>
## [0.21.2](https://github.com/heyui/heyui/compare/v0.21.1...v0.21.2) (2018-04-08)


### Bug Fixes

* pop default preventOverflow window ([885c1f4](https://github.com/heyui/heyui/commit/885c1f4))



<a name="0.21.1"></a>
## [0.21.1](https://github.com/heyui/heyui/compare/v0.21.0...v0.21.1) (2018-04-08)


### Bug Fixes

* pagination add disabled style ([6759595](https://github.com/heyui/heyui/commit/6759595))



<a name="0.21.0"></a>
# [0.21.0](https://github.com/heyui/heyui/compare/v0.20.0...v0.21.0) (2018-04-04)


### Features

* select add hidden option ([0c6ebfd](https://github.com/heyui/heyui/commit/0c6ebfd))



<a name="0.20.0"></a>
# [0.20.0](https://github.com/heyui/heyui/compare/v0.19.10...v0.20.0) (2018-04-02)


### Features

* 添加select分组 ([cb21419](https://github.com/heyui/heyui/commit/cb21419))



<a name="0.19.10"></a>
## [0.19.10](https://github.com/heyui/heyui/compare/v0.19.8...v0.19.10) (2018-04-02)


### Bug Fixes

* pagination 使用js判断点击禁用 ([21b039b](https://github.com/heyui/heyui/commit/21b039b))
* popper  兼容性更优化 ([9c06dba](https://github.com/heyui/heyui/commit/9c06dba))
* search trigger remove blank words ([4528f13](https://github.com/heyui/heyui/commit/4528f13))
* 修复IE下的兼容性 ([afa5996](https://github.com/heyui/heyui/commit/afa5996))



<a name="0.19.9"></a>
## [0.19.9](https://github.com/heyui/heyui/compare/v0.19.8...v0.19.9) (2018-04-02)


### Bug Fixes

* pagination 使用js判断点击禁用 ([21b039b](https://github.com/heyui/heyui/commit/21b039b))
* popper  兼容性更优化 ([9c06dba](https://github.com/heyui/heyui/commit/9c06dba))
* search trigger remove blank words ([4528f13](https://github.com/heyui/heyui/commit/4528f13))
* 修复IE下的兼容性 ([afa5996](https://github.com/heyui/heyui/commit/afa5996))



<a name="0.19.8"></a>
## [0.19.8](https://github.com/heyui/heyui/compare/v0.19.7...v0.19.8) (2018-03-29)


### Bug Fixes

* wordcount fix error ([879f89a](https://github.com/heyui/heyui/commit/879f89a))



<a name="0.19.7"></a>
## [0.19.7](https://github.com/heyui/heyui/compare/v0.19.6...v0.19.7) (2018-03-29)


### Bug Fixes

* autocomplte class fix place ([58f8901](https://github.com/heyui/heyui/commit/58f8901))



<a name="0.19.6"></a>
## [0.19.6](https://github.com/heyui/heyui/compare/v0.19.5...v0.19.6) (2018-03-29)


### Bug Fixes

* autocomplete empty content use class ([1b288d4](https://github.com/heyui/heyui/commit/1b288d4))
* table checkbox use class ([2c960e0](https://github.com/heyui/heyui/commit/2c960e0))
* wordcount js error ([fb7557b](https://github.com/heyui/heyui/commit/fb7557b))



<a name="0.19.5"></a>
## [0.19.5](https://github.com/heyui/heyui/compare/v0.19.4...v0.19.5) (2018-03-28)


### Bug Fixes

* 优化directive性能 ([1ed84fd](https://github.com/heyui/heyui/commit/1ed84fd))



<a name="0.19.4"></a>
## [0.19.4](https://github.com/heyui/heyui/compare/v0.19.3...v0.19.4) (2018-03-27)


### Bug Fixes

* error in datefullrangepicker picker use self defined ([dc0d32b](https://github.com/heyui/heyui/commit/dc0d32b))
* tooltip add show hide events ([7444982](https://github.com/heyui/heyui/commit/7444982))



<a name="0.19.3"></a>
## [0.19.3](https://github.com/heyui/heyui/compare/v0.19.2...v0.19.3) (2018-03-23)


### Bug Fixes

* dictMapping 修复 ([a450915](https://github.com/heyui/heyui/commit/a450915))



<a name="0.19.2"></a>
## [0.19.2](https://github.com/heyui/heyui/compare/v0.19.1...v0.19.2) (2018-03-23)


### Bug Fixes

* 修改dictMapping split处理 ([3b4218e](https://github.com/heyui/heyui/commit/3b4218e))



<a name="0.19.1"></a>
## [0.19.1](https://github.com/heyui/heyui/compare/v0.19.0...v0.19.1) (2018-03-23)


### Bug Fixes

* dictMapping修复 ([3bd74a6](https://github.com/heyui/heyui/commit/3bd74a6))



<a name="0.19.0"></a>
# [0.19.0](https://github.com/heyui/heyui/compare/v0.18.1...v0.19.0) (2018-03-23)


### Bug Fixes

* dictMapping 添加connector参数 ([829fb19](https://github.com/heyui/heyui/commit/829fb19))
* fix error when affix container less height then fixed dom ([fd36fd5](https://github.com/heyui/heyui/commit/fd36fd5))
* tooltip 添加控制的方法 ([19943af](https://github.com/heyui/heyui/commit/19943af))
* validator setConfig fix array prop ([e07f289](https://github.com/heyui/heyui/commit/e07f289))
* 恢复示例的组件 ([91c4184](https://github.com/heyui/heyui/commit/91c4184))


### Features

* 优化表单性能 ([7240630](https://github.com/heyui/heyui/commit/7240630))



<a name="0.18.1"></a>
## [0.18.1](https://github.com/heyui/heyui/compare/v0.18.0...v0.18.1) (2018-03-20)


### Bug Fixes

* affix 修改固定模式。 ([3a5234d](https://github.com/heyui/heyui/commit/3a5234d))
* autocomplete autoSelectFirst prop ([91c9ef0](https://github.com/heyui/heyui/commit/91c9ef0))
* datefullrangepicker 修改样式 ([648ab5f](https://github.com/heyui/heyui/commit/648ab5f))
* dropdownmenu onclick -> click ([c0c4e8b](https://github.com/heyui/heyui/commit/c0c4e8b))
* popperInstance.update optimize ([fb79e23](https://github.com/heyui/heyui/commit/fb79e23))



<a name="0.18.0"></a>
# [0.18.0](https://github.com/heyui/heyui/compare/v0.17.6...v0.18.0) (2018-03-19)


### Bug Fixes

* fix flippedVariation computed ([3f453b3](https://github.com/heyui/heyui/commit/3f453b3))
* popper disableEventListeners when hide ([af4fc60](https://github.com/heyui/heyui/commit/af4fc60))
* popper postion error ([e498dd5](https://github.com/heyui/heyui/commit/e498dd5))
* table use overflow auto when config height property ([1e202ee](https://github.com/heyui/heyui/commit/1e202ee))
* 添加dropdown销毁机制 ([f48e41e](https://github.com/heyui/heyui/commit/f48e41e))


### Features

* add dropdown offset property ([e4acd55](https://github.com/heyui/heyui/commit/e4acd55))



<a name="0.17.6"></a>
## [0.17.6](https://github.com/heyui/heyui/compare/v0.17.5...v0.17.6) (2018-03-12)


### Bug Fixes

* select support slot item ([03ff388](https://github.com/heyui/heyui/commit/03ff388))
* select 添加className属性 ([8ca5571](https://github.com/heyui/heyui/commit/8ca5571))



<a name="0.17.5"></a>
## [0.17.5](https://github.com/heyui/heyui/compare/v0.17.4...v0.17.5) (2018-03-08)


### Bug Fixes

* use  popper.js 1.10 ([c02a32a](https://github.com/heyui/heyui/commit/c02a32a))



<a name="0.17.4"></a>
## [0.17.4](https://github.com/heyui/heyui/compare/v0.17.3...v0.17.4) (2018-03-07)



<a name="0.17.3"></a>
## [0.17.3](https://github.com/heyui/heyui/compare/v0.17.2...v0.17.3) (2018-03-07)


### Bug Fixes

* tooltip update mode optimize ([bcde2b4](https://github.com/heyui/heyui/commit/bcde2b4))



<a name="0.17.2"></a>
## [0.17.2](https://github.com/heyui/heyui/compare/v0.17.1...v0.17.2) (2018-03-07)


### Bug Fixes

* datepicker add event confirm clear ([aa8c3df](https://github.com/heyui/heyui/commit/aa8c3df))



<a name="0.17.1"></a>
## [0.17.1](https://github.com/heyui/heyui/compare/v0.17.0...v0.17.1) (2018-03-06)


### Bug Fixes

* popper.js 调用优化 ([0d9c3df](https://github.com/heyui/heyui/commit/0d9c3df))



<a name="0.17.0"></a>
# [0.17.0](https://github.com/heyui/heyui/compare/v0.16.8...v0.17.0) (2018-03-06)


### Bug Fixes

* change tree component expand transition ([c9d39a4](https://github.com/heyui/heyui/commit/c9d39a4)), closes [#3](https://github.com/heyui/heyui/issues/3)
* hide uploadButton when upload single file complete ([0ec43dc](https://github.com/heyui/heyui/commit/0ec43dc))
* treepicker 搜索跳转路径错误 ([bae13b4](https://github.com/heyui/heyui/commit/bae13b4))


### Features

* popper disabled preventOverflow ([3b42531](https://github.com/heyui/heyui/commit/3b42531))



<a name="0.16.8"></a>
## [0.16.8](https://github.com/heyui/heyui/compare/v0.16.7...v0.16.8) (2018-02-28)


### Bug Fixes

* form first valid $nextTick trigger later ([d829911](https://github.com/heyui/heyui/commit/d829911))



<a name="0.16.7"></a>
## [0.16.7](https://github.com/heyui/heyui/compare/v0.16.6...v0.16.7) (2018-02-28)



<a name="0.16.6"></a>
## [0.16.6](https://github.com/heyui/heyui/compare/v0.16.5...v0.16.6) (2018-02-28)



<a name="0.16.5"></a>
## [0.16.5](https://github.com/heyui/heyui/compare/v0.16.4...v0.16.5) (2018-02-28)



<a name="0.16.4"></a>
## [0.16.4](https://github.com/heyui/heyui/compare/v0.16.3...v0.16.4) (2018-02-12)



<a name="0.16.3"></a>
## [0.16.3](https://github.com/heyui/heyui/compare/v0.16.2...v0.16.3) (2018-02-12)


### Bug Fixes

* index.less use qiniu link in url ([25139ca](https://github.com/heyui/heyui/commit/25139ca))



<a name="0.16.2"></a>
## [0.16.2](https://github.com/heyui/heyui/compare/v0.16.1...v0.16.2) (2018-02-12)


### Bug Fixes

* change fonts folder link ([e8921d5](https://github.com/heyui/heyui/commit/e8921d5))



<a name="0.16.1"></a>
## [0.16.1](https://github.com/heyui/heyui/compare/v0.16.0...v0.16.1) (2018-02-12)



<a name="0.16.0"></a>
# [0.16.0](https://github.com/heyui/heyui/compare/v0.15.4...v0.16.0) (2018-02-12)


### Features

* Component 添加 name 属性 ([760ed71](https://github.com/heyui/heyui/commit/760ed71))



<a name="0.15.4"></a>
## [0.15.4](https://github.com/heyui/heyui/compare/v0.15.3...v0.15.4) (2018-02-12)



<a name="0.15.3"></a>
## [0.15.3](https://github.com/heyui/heyui/compare/v0.15.2...v0.15.3) (2018-02-11)


### Bug Fixes

* daterangepicker 优化 ([397991b](https://github.com/heyui/heyui/commit/397991b))



<a name="0.15.2"></a>
## [0.15.2](https://github.com/heyui/heyui/compare/v0.15.1...v0.15.2) (2018-02-11)


### Bug Fixes

* affix 优化 ([3201439](https://github.com/heyui/heyui/commit/3201439))



<a name="0.15.1"></a>
## [0.15.1](https://github.com/heyui/heyui/compare/v0.15.0...v0.15.1) (2018-02-11)


### Bug Fixes

* daterange bug ([cbb23e7](https://github.com/heyui/heyui/commit/cbb23e7))
* 优化affix机制 ([d2052e9](https://github.com/heyui/heyui/commit/d2052e9))



<a name="0.15.0"></a>
# [0.15.0](https://github.com/heyui/heyui/compare/v0.14.4...v0.15.0) (2018-02-10)


### Bug Fixes

* pagination 分页计算重写 ([a8bfb3f](https://github.com/heyui/heyui/commit/a8bfb3f))
* 添加parentOffsetTop,parentOffsetBottom ([7a23640](https://github.com/heyui/heyui/commit/7a23640))


### Features

* affix container ([190e8ab](https://github.com/heyui/heyui/commit/190e8ab))



<a name="0.14.4"></a>
## [0.14.4](https://github.com/heyui/heyui/compare/v0.14.3...v0.14.4) (2018-01-31)


### Bug Fixes

* modal component add className attr ([0c60413](https://github.com/heyui/heyui/commit/0c60413))
* modal.js  add className attr ([14ff5cc](https://github.com/heyui/heyui/commit/14ff5cc))
* pagination 分页问题 ([09f0b76](https://github.com/heyui/heyui/commit/09f0b76))



<a name="0.14.3"></a>
## [0.14.3](https://github.com/heyui/heyui/compare/v0.14.2...v0.14.3) (2018-01-30)


### Bug Fixes

* autocomplete删除keyup触发 ([8c2f257](https://github.com/heyui/heyui/commit/8c2f257))



<a name="0.14.2"></a>
## [0.14.2](https://github.com/heyui/heyui/compare/v0.14.1...v0.14.2) (2018-01-30)


### Bug Fixes

* tree component use tree data mode error ([3051a1f](https://github.com/heyui/heyui/commit/3051a1f))
* 当tooltip销毁的时候 ([17016a8](https://github.com/heyui/heyui/commit/17016a8))



<a name="0.14.1"></a>
## [0.14.1](https://github.com/heyui/heyui/compare/v0.14.0...v0.14.1) (2018-01-19)


### Bug Fixes

* autocomplete使用slot做自定义 ([b7aeee7](https://github.com/heyui/heyui/commit/b7aeee7))
* autocomplete添加delay ([89c5405](https://github.com/heyui/heyui/commit/89c5405))
* transitionend listener invalid ([886da62](https://github.com/heyui/heyui/commit/886da62))



<a name="0.14.0"></a>
# [0.14.0](https://github.com/heyui/heyui/compare/v0.13.0...v0.14.0) (2018-01-18)


### Bug Fixes

*  modal, notice 添加router i18n的引用 ([fc75350](https://github.com/heyui/heyui/commit/fc75350))
* demo -> admin ([c10990b](https://github.com/heyui/heyui/commit/c10990b))
* demo->admin ([331310e](https://github.com/heyui/heyui/commit/331310e))
* locale优化 ([102e872](https://github.com/heyui/heyui/commit/102e872))
* modal vue 整体优化 ([b5e987f](https://github.com/heyui/heyui/commit/b5e987f))
* notice css 优化 ([770d193](https://github.com/heyui/heyui/commit/770d193))
* pagination 添加pagerSize的参数 ([5473ecb](https://github.com/heyui/heyui/commit/5473ecb))
* 优化affix机制 ([a18cad6](https://github.com/heyui/heyui/commit/a18cad6))
* 修改文案 ([681110d](https://github.com/heyui/heyui/commit/681110d))
* 视图在切换月份的时候计算错误 ([7316c0b](https://github.com/heyui/heyui/commit/7316c0b))
* 组件排列顺序修改 ([c2f4ee5](https://github.com/heyui/heyui/commit/c2f4ee5))


### Features

* notice js 调用 ([0c9a133](https://github.com/heyui/heyui/commit/0c9a133))
* numberInput 整体优化 ([be07a6a](https://github.com/heyui/heyui/commit/be07a6a))
* 添加$ScrollIntoView方法 ([1b81ac9](https://github.com/heyui/heyui/commit/1b81ac9))



<a name="0.13.0"></a>
# [0.13.0](https://github.com/heyui/heyui/compare/v0.12.5...v0.13.0) (2018-01-15)


### Bug Fixes

* autocomplete 非mustmatch 非multiple 时 keyup更新数据 ([fdf6bd9](https://github.com/heyui/heyui/commit/fdf6bd9))


### Features

* radio 添加single模式 ([4445597](https://github.com/heyui/heyui/commit/4445597))
* tree 添加 chooseAll 方法 ([8e2f00c](https://github.com/heyui/heyui/commit/8e2f00c))



<a name="0.12.5"></a>
## [0.12.5](https://github.com/heyui/heyui/compare/v0.12.4...v0.12.5) (2018-01-08)


### Bug Fixes

* dropdown use class container ([68612a8](https://github.com/heyui/heyui/commit/68612a8))
* 开放 h-dropdown-common-container ([2a0980e](https://github.com/heyui/heyui/commit/2a0980e))



<a name="0.12.4"></a>
## [0.12.4](https://github.com/heyui/heyui/compare/v0.12.3...v0.12.4) (2018-01-08)


### Bug Fixes

* Table add expand function ([f862e88](https://github.com/heyui/heyui/commit/f862e88))
* 去除dropdown使用body作为父级元素 ([0bbeb1f](https://github.com/heyui/heyui/commit/0bbeb1f))
* 开放其他date类型的readonly属性 ([0561957](https://github.com/heyui/heyui/commit/0561957))



<a name="0.12.3"></a>
## [0.12.3](https://github.com/heyui/heyui/compare/v0.12.2...v0.12.3) (2018-01-02)


### Bug Fixes

* className group->dropdown ([ab5740a](https://github.com/heyui/heyui/commit/ab5740a))
* component add key ([e41ac42](https://github.com/heyui/heyui/commit/e41ac42))
* modal component hasDivider use global ([999cbf2](https://github.com/heyui/heyui/commit/999cbf2))
* router use history mode ([28cbdf2](https://github.com/heyui/heyui/commit/28cbdf2))
* slider显示优化 ([66b1f0d](https://github.com/heyui/heyui/commit/66b1f0d))
* tooltip 整体优化 ([515160d](https://github.com/heyui/heyui/commit/515160d))
* tree add treeIcon attribute ([372e176](https://github.com/heyui/heyui/commit/372e176))
* treepicker toggleOnSelect default true ([c1b4441](https://github.com/heyui/heyui/commit/c1b4441))
* 使用本地打包的文件测试 ([f4f5f47](https://github.com/heyui/heyui/commit/f4f5f47))
* 尝试降低vue版本 ([4b016b7](https://github.com/heyui/heyui/commit/4b016b7))
* 重新打包 ([b76a875](https://github.com/heyui/heyui/commit/b76a875))



<a name="0.12.2"></a>
## [0.12.2](https://github.com/heyui/heyui/compare/v0.12.1...v0.12.2) (2017-12-21)


### Bug Fixes

* optimize pagination show ([49c5e8c](https://github.com/heyui/heyui/commit/49c5e8c))
* 修复datepicker拥有日期范围时触发的error ([0621249](https://github.com/heyui/heyui/commit/0621249))



<a name="0.12.1"></a>
## [0.12.1](https://github.com/heyui/heyui/compare/v0.12.0...v0.12.1) (2017-12-19)


### Bug Fixes

* change autocomplete v-for key ([54fb385](https://github.com/heyui/heyui/commit/54fb385))
* change category v-for key ([a65880d](https://github.com/heyui/heyui/commit/a65880d))
* change checkbox v-for key ([580bcfc](https://github.com/heyui/heyui/commit/580bcfc))
* change date v-for key ([8f7902d](https://github.com/heyui/heyui/commit/8f7902d))
* change dropdownmenu v-for key ([3160701](https://github.com/heyui/heyui/commit/3160701))
* change menu v-for key ([8509c79](https://github.com/heyui/heyui/commit/8509c79))
* change radio v-for key ([ee25fb3](https://github.com/heyui/heyui/commit/ee25fb3))
* change select v-for key ([67d63d8](https://github.com/heyui/heyui/commit/67d63d8))
* change table v-for key ([0fe5c57](https://github.com/heyui/heyui/commit/0fe5c57))
* change tree v-for key ([3e29032](https://github.com/heyui/heyui/commit/3e29032))
* change treepicker v-for key ([906e5e9](https://github.com/heyui/heyui/commit/906e5e9))
* change uploader v-for key ([3b8f132](https://github.com/heyui/heyui/commit/3b8f132))
* example com name init error ([4611c51](https://github.com/heyui/heyui/commit/4611c51))
* icon key define duplicate ([397ba85](https://github.com/heyui/heyui/commit/397ba85))
* numberInput prop value valid error ([400c77a](https://github.com/heyui/heyui/commit/400c77a))
* optimize heyui index.js ([110621d](https://github.com/heyui/heyui/commit/110621d))
* optimize pagination component ([641f055](https://github.com/heyui/heyui/commit/641f055))
* pagination add key in v-for ([603e459](https://github.com/heyui/heyui/commit/603e459))
* scope -> slot-scope 升级vue版本准备step1 ([adf984c](https://github.com/heyui/heyui/commit/adf984c))
* tabs use string key in v-for ([79301e8](https://github.com/heyui/heyui/commit/79301e8))
* update doc vue version to 2.5 ([707a91f](https://github.com/heyui/heyui/commit/707a91f))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/heyui/heyui/compare/v0.11.3...v0.12.0) (2017-12-18)


### Bug Fixes

* delete unusefull configs ([fe7aa96](https://github.com/heyui/heyui/commit/fe7aa96))
* 优化输入框的readonly样式 ([fbb3251](https://github.com/heyui/heyui/commit/fbb3251))
* 除了默认日期格式外，输入框只读 ([1b4c52f](https://github.com/heyui/heyui/commit/1b4c52f))


### Features

* Internationalization ([5e522d0](https://github.com/heyui/heyui/commit/5e522d0))



<a name="0.11.3"></a>
## [0.11.3](https://github.com/heyui/heyui/compare/v0.11.2...v0.11.3) (2017-12-14)



<a name="0.11.2"></a>
## [0.11.2](https://github.com/heyui/heyui/compare/v0.11.1...v0.11.2) (2017-12-14)


### Bug Fixes

* Message z-index optimization ([e3cacd1](https://github.com/heyui/heyui/commit/e3cacd1))



<a name="0.11.1"></a>
## [0.11.1](https://github.com/heyui/heyui/compare/v0.11.0...v0.11.1) (2017-12-14)


### Bug Fixes

* page IE align compatibility ([7c45307](https://github.com/heyui/heyui/commit/7c45307))



<a name="0.11.0"></a>
# [0.11.0](https://github.com/heyui/heyui/compare/v0.10.5...v0.11.0) (2017-12-09)


### Features

* form validator add async valid method ([fe3267a](https://github.com/heyui/heyui/commit/fe3267a))



<a name="0.10.5"></a>
## [0.10.5](https://github.com/heyui/heyui/compare/v0.10.4...v0.10.5) (2017-12-06)


### Bug Fixes

* IE browser style error ([5e7bb56](https://github.com/heyui/heyui/commit/5e7bb56))



<a name="0.10.4"></a>
## [0.10.4](https://github.com/heyui/heyui/compare/v0.10.3...v0.10.4) (2017-11-23)


### Bug Fixes

* 删除log ([13d4bc3](https://github.com/heyui/heyui/commit/13d4bc3))



<a name="0.10.3"></a>
## [0.10.3](https://github.com/heyui/heyui/compare/v0.10.2...v0.10.3) (2017-11-23)


### Bug Fixes

* 还原居中样式 ([13a90d1](https://github.com/heyui/heyui/commit/13a90d1))



<a name="0.10.2"></a>
## [0.10.2](https://github.com/heyui/heyui/compare/v0.10.1...v0.10.2) (2017-11-23)


### Bug Fixes

* formItem监听required chang的处理 ([eb6aef7](https://github.com/heyui/heyui/commit/eb6aef7))
* 优化input line-height样式 ([6d0d34c](https://github.com/heyui/heyui/commit/6d0d34c))



<a name="0.10.1"></a>
## [0.10.1](https://github.com/heyui/heyui/compare/v0.10.0...v0.10.1) (2017-11-20)


### Bug Fixes

* datepicker 优化input机制 ([d9f111c](https://github.com/heyui/heyui/commit/d9f111c))



<a name="0.10.0"></a>
# [0.10.0](https://github.com/heyui/heyui/compare/v0.9.5...v0.10.0) (2017-11-17)


### Bug Fixes

*  修改Search之前右边样式漏洞 ([c756657](https://github.com/heyui/heyui/commit/c756657))
* Search 组件修改事件触发时机 ([b539b48](https://github.com/heyui/heyui/commit/b539b48))
* 依赖包版本更新 ([e396ee7](https://github.com/heyui/heyui/commit/e396ee7))


### Features

* select 添加 equalWidth 参数 ([298a611](https://github.com/heyui/heyui/commit/298a611))



<a name="0.9.5"></a>
## [0.9.5](https://github.com/heyui/heyui/compare/v0.9.4...v0.9.5) (2017-11-15)


### Bug Fixes

* autocomplete enter IE10 没有触发 ([a10a74f](https://github.com/heyui/heyui/commit/a10a74f))



<a name="0.9.4"></a>
## [0.9.4](https://github.com/heyui/heyui/compare/v0.9.3...v0.9.4) (2017-11-15)


### Bug Fixes

* table 支持resetSelection ([619fe38](https://github.com/heyui/heyui/commit/619fe38))



<a name="0.9.3"></a>
## [0.9.3](https://github.com/heyui/heyui/compare/v0.9.2...v0.9.3) (2017-11-10)


### Bug Fixes

* autocomplete ([843e6b3](https://github.com/heyui/heyui/commit/843e6b3))
* search 添加搜索按钮 ([206baa9](https://github.com/heyui/heyui/commit/206baa9))
* 修改table兼容性问题 ([89f3755](https://github.com/heyui/heyui/commit/89f3755))



<a name="0.9.2"></a>
## [0.9.2](https://github.com/heyui/heyui/compare/v0.9.1...v0.9.2) (2017-11-09)


### Bug Fixes

* 日期控件优化 ([0db5760](https://github.com/heyui/heyui/commit/0db5760))



<a name="0.9.1"></a>
## [0.9.1](https://github.com/heyui/heyui/compare/v0.9.0...v0.9.1) (2017-11-08)


### Bug Fixes

* select invalid code support ([048d241](https://github.com/heyui/heyui/commit/048d241))
* switch datas use object array ([87ebe5c](https://github.com/heyui/heyui/commit/87ebe5c))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/heyui/heyui/compare/v0.8.53...v0.9.0) (2017-11-07)


### Bug Fixes

* treepicker 添加 toggleOnSelect 参数 ([bee88a6](https://github.com/heyui/heyui/commit/bee88a6))


### Features

* tree 添加toggleOnSelect参数 ([564fd0e](https://github.com/heyui/heyui/commit/564fd0e))



<a name="0.8.53"></a>
## [0.8.53](https://github.com/heyui/heyui/compare/v0.8.52...v0.8.53) (2017-11-06)


### Bug Fixes

* dropdownmenu init ([7234e09](https://github.com/heyui/heyui/commit/7234e09))
* menu add click select event ([e12884c](https://github.com/heyui/heyui/commit/e12884c))



<a name="0.8.52"></a>
## [0.8.52](https://github.com/heyui/heyui/compare/v0.8.51...v0.8.52) (2017-11-02)


### Bug Fixes

* pop添加hide事件监听 ([21aa98a](https://github.com/heyui/heyui/commit/21aa98a))



<a name="0.8.51"></a>
## [0.8.51](https://github.com/heyui/heyui/compare/v0.8.50...v0.8.51) (2017-11-01)


### Bug Fixes

* tabs click trigger time ([de9dba9](https://github.com/heyui/heyui/commit/de9dba9))



<a name="0.8.50"></a>
## [0.8.50](https://github.com/heyui/heyui/compare/v0.8.49...v0.8.50) (2017-11-01)


### Bug Fixes

* tabs click 触发错误 ([2bbad00](https://github.com/heyui/heyui/commit/2bbad00))



<a name="0.8.49"></a>
## [0.8.49](https://github.com/heyui/heyui/compare/v0.8.48...v0.8.49) (2017-11-01)


### Bug Fixes

* affix 添加 refresh 方法 ([b645083](https://github.com/heyui/heyui/commit/b645083))
* form scrollIntoView use false ([8fffce0](https://github.com/heyui/heyui/commit/8fffce0))
* form valid message add label info ([fd51e8e](https://github.com/heyui/heyui/commit/fd51e8e))
* tab 添加 click 事件 ([e09ae0a](https://github.com/heyui/heyui/commit/e09ae0a))



<a name="0.8.48"></a>
## [0.8.48](https://github.com/heyui/heyui/compare/v0.8.47...v0.8.48) (2017-10-26)


### Bug Fixes

* clear 的时间隐藏弹出框，date控件placeholder处理 ([e69169d](https://github.com/heyui/heyui/commit/e69169d))



<a name="0.8.47"></a>
## [0.8.47](https://github.com/heyui/heyui/compare/v0.8.46...v0.8.47) (2017-10-19)


### Bug Fixes

* autocomplete change事件添加trigger参数 ([9f72b53](https://github.com/heyui/heyui/commit/9f72b53))



<a name="0.8.46"></a>
## [0.8.46](https://github.com/heyui/heyui/compare/v0.8.45...v0.8.46) (2017-10-17)


### Bug Fixes

* autocomplete 添加hide方法，slot添加scoped ([f109eef](https://github.com/heyui/heyui/commit/f109eef))



<a name="0.8.45"></a>
## [0.8.45](https://github.com/heyui/heyui/compare/v0.8.44...v0.8.45) (2017-10-17)


### Bug Fixes

* autocomplete enter 触发去除限制 ([8a35859](https://github.com/heyui/heyui/commit/8a35859))
* numbeInput 0与空识别错误的bug ([404a724](https://github.com/heyui/heyui/commit/404a724))
* numberInput 添加useOperate控制 ([a778057](https://github.com/heyui/heyui/commit/a778057))



<a name="0.8.44"></a>
## [0.8.44](https://github.com/heyui/heyui/compare/v0.8.43...v0.8.44) (2017-10-17)


### Bug Fixes

* notice 自定义 Icon ([0f1a2eb](https://github.com/heyui/heyui/commit/0f1a2eb))



<a name="0.8.43"></a>
## [0.8.43](https://github.com/heyui/heyui/compare/v0.8.42...v0.8.43) (2017-10-17)


### Bug Fixes

* autocomplete 添加自定义 ([9b17b72](https://github.com/heyui/heyui/commit/9b17b72))



<a name="0.8.42"></a>
## [0.8.42](https://github.com/heyui/heyui/compare/v0.8.41...v0.8.42) (2017-10-16)


### Bug Fixes

* checkbox 添加 h-checkbox-checked 样式控制 ([c1c2028](https://github.com/heyui/heyui/commit/c1c2028))
* 错误信息字段label添加class, 可以控制是否展示 ([151425d](https://github.com/heyui/heyui/commit/151425d))



<a name="0.8.41"></a>
## [0.8.41](https://github.com/heyui/heyui/compare/v0.8.40...v0.8.41) (2017-10-11)



<a name="0.8.40"></a>
## [0.8.40](https://github.com/heyui/heyui/compare/v0.8.39...v0.8.40) (2017-09-30)


### Bug Fixes

* notice 添加buttons设定 ([75fea27](https://github.com/heyui/heyui/commit/75fea27))
* table排序功能 ([536f721](https://github.com/heyui/heyui/commit/536f721))
* tree 添加 independent 模式 ([ae1c81b](https://github.com/heyui/heyui/commit/ae1c81b))
* 修改tree demo ([b9399bb](https://github.com/heyui/heyui/commit/b9399bb))
* 新的消息插在旧的消息上面 ([90456fa](https://github.com/heyui/heyui/commit/90456fa))



<a name="0.8.39"></a>
## [0.8.39](https://github.com/heyui/heyui/compare/v0.8.38...v0.8.39) (2017-09-27)


### Bug Fixes

* configValue未设置的时候valid无效 ([c3c2351](https://github.com/heyui/heyui/commit/c3c2351))
* Confirm 添加 取消的调用 ([8b838f3](https://github.com/heyui/heyui/commit/8b838f3))



<a name="0.8.38"></a>
## [0.8.38](https://github.com/heyui/heyui/compare/v0.8.37...v0.8.38) (2017-09-23)


### Bug Fixes

* notice传参统一 ([fd42cfd](https://github.com/heyui/heyui/commit/fd42cfd))



<a name="0.8.37"></a>
## [0.8.37](https://github.com/heyui/heyui/compare/v0.8.36...v0.8.37) (2017-09-23)


### Bug Fixes

* 修复affix 闪屏的问题 ([952b0b8](https://github.com/heyui/heyui/commit/952b0b8))



<a name="0.8.36"></a>
## [0.8.36](https://github.com/heyui/heyui/compare/v0.8.35...v0.8.36) (2017-09-22)


### Bug Fixes

* affix事件监听在window上面 ([c00e414](https://github.com/heyui/heyui/commit/c00e414))



<a name="0.8.35"></a>
## [0.8.35](https://github.com/heyui/heyui/compare/v0.8.34...v0.8.35) (2017-09-20)



<a name="0.8.34"></a>
## [0.8.34](https://github.com/heyui/heyui/compare/v0.8.33...v0.8.34) (2017-09-19)


### Bug Fixes

* padLeft补回 ([ece21c9](https://github.com/heyui/heyui/commit/ece21c9))
* taginput less use var defined ([f0bedf5](https://github.com/heyui/heyui/commit/f0bedf5))



<a name="0.8.33"></a>
## [0.8.33](https://github.com/heyui/heyui/compare/v0.8.32...v0.8.33) (2017-09-13)


### Bug Fixes

* treepicker triggerChange 添加nextTick处理 ([4bf3785](https://github.com/heyui/heyui/commit/4bf3785))



<a name="0.8.32"></a>
## [0.8.32](https://github.com/heyui/heyui/compare/v0.8.31...v0.8.32) (2017-09-13)


### Bug Fixes

* slider无tip的时候报错 ([56bb75f](https://github.com/heyui/heyui/commit/56bb75f))



<a name="0.8.31"></a>
## [0.8.31](https://github.com/heyui/heyui/compare/v0.8.30...v0.8.31) (2017-09-13)


### Bug Fixes

* config方法对于object的设置做extend处理 ([050137d](https://github.com/heyui/heyui/commit/050137d))
* 处理slider的bug，放showtip:false不init tooltip ([173cd48](https://github.com/heyui/heyui/commit/173cd48))



<a name="0.8.30"></a>
## [0.8.30](https://github.com/heyui/heyui/compare/v0.8.29...v0.8.30) (2017-09-12)


### Bug Fixes

* slider 优化 ([01c2ce4](https://github.com/heyui/heyui/commit/01c2ce4))
* table rule watch deep ([7a2e2e7](https://github.com/heyui/heyui/commit/7a2e2e7))



<a name="0.8.29"></a>
## [0.8.29](https://github.com/heyui/heyui/compare/v0.8.28...v0.8.29) (2017-09-08)


### Bug Fixes

* treepicker fix bug ([7c1bd83](https://github.com/heyui/heyui/commit/7c1bd83))



<a name="0.8.28"></a>
## [0.8.28](https://github.com/heyui/heyui/compare/v0.8.27...v0.8.28) (2017-09-08)


### Bug Fixes

* treepicker 添加更多的参数以及方法 ([b2ad9ea](https://github.com/heyui/heyui/commit/b2ad9ea))



<a name="0.8.27"></a>
## [0.8.27](https://github.com/heyui/heyui/compare/v0.8.26...v0.8.27) (2017-09-08)


### Bug Fixes

* 修复日历周列表视图计算错误 ([00ac645](https://github.com/heyui/heyui/commit/00ac645))



<a name="0.8.26"></a>
## [0.8.26](https://github.com/heyui/heyui/compare/v0.8.25...v0.8.26) (2017-09-08)


### Bug Fixes

* datepicker添加不同的视图类型 ([9245b9e](https://github.com/heyui/heyui/commit/9245b9e))
* table添加solt监听slot变更 ([e298508](https://github.com/heyui/heyui/commit/e298508))
* 修复combineRules在绑定元素无验证的时候不触发 ([c525325](https://github.com/heyui/heyui/commit/c525325))



<a name="0.8.25"></a>
## [0.8.25](https://github.com/heyui/heyui/compare/v0.8.24...v0.8.25) (2017-09-07)


### Bug Fixes

* table th use TableTh component ([e49192b](https://github.com/heyui/heyui/commit/e49192b))



<a name="0.8.24"></a>
## [0.8.24](https://github.com/heyui/heyui/compare/v0.8.23...v0.8.24) (2017-09-06)


### Bug Fixes

* treepicker 支持type为object的数据类型 ([369deb0](https://github.com/heyui/heyui/commit/369deb0))
* 优化treepicker文档 ([057d7c1](https://github.com/heyui/heyui/commit/057d7c1))



<a name="0.8.23"></a>
## [0.8.23](https://github.com/heyui/heyui/compare/v0.8.22...v0.8.23) (2017-09-06)


### Bug Fixes

* form添加reset方法 ([bddb42e](https://github.com/heyui/heyui/commit/bddb42e))
* 日期超级选择器将季度提前 ([a725801](https://github.com/heyui/heyui/commit/a725801))



<a name="0.8.22"></a>
## [0.8.22](https://github.com/heyui/heyui/compare/v0.8.21...v0.8.22) (2017-09-06)


### Bug Fixes

* 周选择的时候每月的第一周带入上月开始的周 ([7c1da67](https://github.com/heyui/heyui/commit/7c1da67))



<a name="0.8.21"></a>
## [0.8.21](https://github.com/heyui/heyui/compare/v0.8.20...v0.8.21) (2017-09-02)


### Bug Fixes

* TimeLine icon 使用完整的icon class ([7eea53f](https://github.com/heyui/heyui/commit/7eea53f))



<a name="0.8.20"></a>
## [0.8.20](https://github.com/heyui/heyui/compare/v0.8.19...v0.8.20) (2017-08-31)


### Bug Fixes

* 优化database机制 ([44c183c](https://github.com/heyui/heyui/commit/44c183c))



<a name="0.8.19"></a>
## [0.8.19](https://github.com/heyui/heyui/compare/v0.8.18...v0.8.19) (2017-08-30)


### Bug Fixes

* wordcount 添加update监听 ([db4d3bf](https://github.com/heyui/heyui/commit/db4d3bf))



<a name="0.8.18"></a>
## [0.8.18](https://github.com/heyui/heyui/compare/v0.8.17...v0.8.18) (2017-08-30)


### Bug Fixes

* uploader添加文件列表的点击触发 ([8f8d650](https://github.com/heyui/heyui/commit/8f8d650))
* 优化uploader样式 ([7cf085e](https://github.com/heyui/heyui/commit/7cf085e))



<a name="0.8.17"></a>
## [0.8.17](https://github.com/heyui/heyui/compare/v0.8.16...v0.8.17) (2017-08-30)


### Bug Fixes

* Table scroll优化 ([5b0a592](https://github.com/heyui/heyui/commit/5b0a592))



<a name="0.8.16"></a>
## [0.8.16](https://github.com/heyui/heyui/compare/v0.8.15...v0.8.16) (2017-08-29)


### Bug Fixes

* 解决Table底层的下拉被遮挡的问题 ([538e87a](https://github.com/heyui/heyui/commit/538e87a))



<a name="0.8.15"></a>
## [0.8.15](https://github.com/heyui/heyui/compare/v0.8.14...v0.8.15) (2017-08-29)


### Bug Fixes

* 修复Table 鼠标移动样式不同步的问题 ([e416c18](https://github.com/heyui/heyui/commit/e416c18))



<a name="0.8.14"></a>
## [0.8.14](https://github.com/heyui/heyui/compare/v0.8.13...v0.8.14) (2017-08-29)


### Bug Fixes

* Table支持Array格式的Array ([f52d3b8](https://github.com/heyui/heyui/commit/f52d3b8))



<a name="0.8.13"></a>
## [0.8.13](https://github.com/heyui/heyui/compare/v0.8.12...v0.8.13) (2017-08-29)


### Bug Fixes

* table添加index参数返回 ([cc632f8](https://github.com/heyui/heyui/commit/cc632f8))



<a name="0.8.12"></a>
## [0.8.12](https://github.com/heyui/heyui/compare/v0.8.11...v0.8.12) (2017-08-29)


### Bug Fixes

* dropdown计算父级添加多重判断 ([debe9d7](https://github.com/heyui/heyui/commit/debe9d7))
* modal添加全屏参数 ([a18673b](https://github.com/heyui/heyui/commit/a18673b))
* modal添加全屏参数 ([5661e74](https://github.com/heyui/heyui/commit/5661e74))
* table 表头添加tooltip参数，当设置高度的时候，设定maxLength ([782b5cd](https://github.com/heyui/heyui/commit/782b5cd))



<a name="0.8.11"></a>
## [0.8.11](https://github.com/heyui/heyui/compare/v0.8.10...v0.8.11) (2017-08-25)


### Bug Fixes

* autocomplete 右侧添加padding ([cf851b6](https://github.com/heyui/heyui/commit/cf851b6))
* pop更新updateContent添加dom的替换 ([07bf2e6](https://github.com/heyui/heyui/commit/07bf2e6))



<a name="0.8.10"></a>
## [0.8.10](https://github.com/heyui/heyui/compare/v0.8.9...v0.8.10) (2017-08-25)


### Bug Fixes

* 修复tooltip的bug ([8ad6ac3](https://github.com/heyui/heyui/commit/8ad6ac3))



<a name="0.8.9"></a>
## [0.8.9](https://github.com/heyui/heyui/compare/v0.8.8...v0.8.9) (2017-08-25)


### Bug Fixes

* tooltip优化update机制 ([dd11557](https://github.com/heyui/heyui/commit/dd11557))
* 优化loading的机制 ([9e5b12e](https://github.com/heyui/heyui/commit/9e5b12e))



<a name="0.8.8"></a>
## [0.8.8](https://github.com/heyui/heyui/compare/v0.8.7...v0.8.8) (2017-08-25)


### Bug Fixes

* 调优Modal机制 ([ea3c474](https://github.com/heyui/heyui/commit/ea3c474))



<a name="0.8.7"></a>
## [0.8.7](https://github.com/heyui/heyui/compare/v0.8.6...v0.8.7) (2017-08-24)


### Bug Fixes

* modal 删除dropdown内置的机制 ([44cb4e8](https://github.com/heyui/heyui/commit/44cb4e8))



<a name="0.8.6"></a>
## [0.8.6](https://github.com/heyui/heyui/compare/v0.8.5...v0.8.6) (2017-08-24)


### Bug Fixes

* modal 展示的时候针对html做overflow处理 ([7154531](https://github.com/heyui/heyui/commit/7154531))



<a name="0.8.5"></a>
## [0.8.5](https://github.com/heyui/heyui/compare/v0.8.4...v0.8.5) (2017-08-24)


### Bug Fixes

* modal 有弹出层的时候设置body overflow属性 ([768ec49](https://github.com/heyui/heyui/commit/768ec49))
* treepicker setvalue 判断dropdown ([a227fb7](https://github.com/heyui/heyui/commit/a227fb7))
* 优化tagInput, 以及tagInput文档 ([feba81e](https://github.com/heyui/heyui/commit/feba81e))
* 优化文档 ([a06d141](https://github.com/heyui/heyui/commit/a06d141))
* 添加wordlimit方法 ([b51ea8c](https://github.com/heyui/heyui/commit/b51ea8c))



<a name="0.8.4"></a>
## [0.8.4](https://github.com/heyui/heyui/compare/v0.8.3...v0.8.4) (2017-08-24)


### Bug Fixes

* 优化pop销毁的控制 ([86dc607](https://github.com/heyui/heyui/commit/86dc607))



<a name="0.8.3"></a>
## [0.8.3](https://github.com/heyui/heyui/compare/v0.8.2...v0.8.3) (2017-08-24)


### Bug Fixes

* form支持同个字段多个编辑验证 ([a524aed](https://github.com/heyui/heyui/commit/a524aed))
* 修复form3 demo错误 ([55bdef2](https://github.com/heyui/heyui/commit/55bdef2))



<a name="0.8.2"></a>
## [0.8.2](https://github.com/heyui/heyui/compare/v0.8.1...v0.8.2) (2017-08-24)


### Bug Fixes

* wordcount 修改展示逻辑 ([153c5f3](https://github.com/heyui/heyui/commit/153c5f3))



<a name="0.8.1"></a>
## [0.8.1](https://github.com/heyui/heyui/compare/v0.8.0...v0.8.1) (2017-08-24)


### Bug Fixes

* 优化报错的提醒文字 ([6ee51b0](https://github.com/heyui/heyui/commit/6ee51b0))
* 字段超出长度文字修改 ([0f9a5e5](https://github.com/heyui/heyui/commit/0f9a5e5))
* 当select的datas变动时，重新parse ([e373dbf](https://github.com/heyui/heyui/commit/e373dbf))



<a name="0.8.0"></a>
# [0.8.0](https://github.com/heyui/heyui/compare/v0.7.12...v0.8.0) (2017-08-23)


### Bug Fixes

* wordcount 事件处理优化 ([bb47820](https://github.com/heyui/heyui/commit/bb47820))
* 删除无用的log ([4ae40c7](https://github.com/heyui/heyui/commit/4ae40c7))


### Features

* wordcount: textarea输入添加字数展示 ([d19f2e4](https://github.com/heyui/heyui/commit/d19f2e4))



<a name="0.7.12"></a>
## [0.7.12](https://github.com/heyui/heyui/compare/v0.7.11...v0.7.12) (2017-08-23)


### Bug Fixes

* datepicker显示选中的判断优化 ([68931be](https://github.com/heyui/heyui/commit/68931be))
* dropdown 本身添加popperInstance的判断 ([da2d4bb](https://github.com/heyui/heyui/commit/da2d4bb))
* dropdowncustom 添加hide, update方法 ([41f7713](https://github.com/heyui/heyui/commit/41f7713))



<a name="0.7.11"></a>
## [0.7.11](https://github.com/heyui/heyui/compare/v0.7.10...v0.7.11) (2017-08-22)


### Bug Fixes

* dropdown添加在model范围以内 ([35efc5d](https://github.com/heyui/heyui/commit/35efc5d))



<a name="0.7.10"></a>
## [0.7.10](https://github.com/heyui/heyui/compare/v0.7.9...v0.7.10) (2017-08-22)


### Bug Fixes

* Button icon 属性不默认添加h-icon前缀 ([29dd876](https://github.com/heyui/heyui/commit/29dd876))



<a name="0.7.9"></a>
## [0.7.9](https://github.com/heyui/heyui/compare/v0.7.8...v0.7.9) (2017-08-22)


### Bug Fixes

* modal,notice 返回执行的对象 ([72b3ed7](https://github.com/heyui/heyui/commit/72b3ed7))



<a name="0.7.8"></a>
## [0.7.8](https://github.com/heyui/heyui/compare/v0.7.7...v0.7.8) (2017-08-22)


### Bug Fixes

* 将$Modal以及$Notice暴露在外面 ([6bffc73](https://github.com/heyui/heyui/commit/6bffc73))



<a name="0.7.7"></a>
## [0.7.7](https://github.com/heyui/heyui/compare/v0.7.6...v0.7.7) (2017-08-21)


### Bug Fixes

* 当content为空时做拦截,并添加update机制 ([9feccf0](https://github.com/heyui/heyui/commit/9feccf0))



<a name="0.7.6"></a>
## [0.7.6](https://github.com/heyui/heyui/compare/v0.7.5...v0.7.6) (2017-08-21)


### Bug Fixes

* 树模型计算可以使用parent list模式 ([871ba83](https://github.com/heyui/heyui/commit/871ba83))



<a name="0.7.5"></a>
## [0.7.5](https://github.com/heyui/heyui/compare/v0.7.4...v0.7.5) (2017-08-18)


### Bug Fixes

* treepicker添加updateShow方法 ([afaa82c](https://github.com/heyui/heyui/commit/afaa82c))



<a name="0.7.4"></a>
## [0.7.4](https://github.com/heyui/heyui/compare/v0.7.3...v0.7.4) (2017-08-18)


### Bug Fixes

* table column 变化没有watch ([66fde4b](https://github.com/heyui/heyui/commit/66fde4b))



<a name="0.7.3"></a>
## [0.7.3](https://github.com/heyui/heyui/compare/v0.7.2...v0.7.3) (2017-08-17)


### Bug Fixes

* table组件:tableItem 变更产生视图变化 ([2b7987c](https://github.com/heyui/heyui/commit/2b7987c))



<a name="0.7.2"></a>
## [0.7.2](https://github.com/heyui/heyui/compare/v0.7.1...v0.7.2) (2017-08-17)


### Bug Fixes

* search toLowerCase添加default空字符串 ([fecac98](https://github.com/heyui/heyui/commit/fecac98))



<a name="0.7.1"></a>
## [0.7.1](https://github.com/heyui/heyui/compare/v0.7.0...v0.7.1) (2017-08-17)


### Bug Fixes

* 修复treepicker的change事件触发时机 ([2de1b64](https://github.com/heyui/heyui/commit/2de1b64))
* 修改压缩策略 ([313a74a](https://github.com/heyui/heyui/commit/313a74a))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/heyui/heyui/compare/v0.6.0...v0.7.0) (2017-08-15)


### Bug Fixes

* search 添加block属性 ([93d07f8](https://github.com/heyui/heyui/commit/93d07f8))


### Features

* treepicker 组件 ([a1b4595](https://github.com/heyui/heyui/commit/a1b4595))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/heyui/heyui/compare/v0.5.4...v0.6.0) (2017-08-15)


### Features

* table use TableItem ([9ecf57e](https://github.com/heyui/heyui/commit/9ecf57e))



<a name="0.5.4"></a>
## [0.5.4](https://github.com/heyui/heyui/compare/v0.5.3...v0.5.4) (2017-08-11)


### Bug Fixes

* autocomplete disabled input when disabled ([180c010](https://github.com/heyui/heyui/commit/180c010))



<a name="0.5.3"></a>
## [0.5.3](https://github.com/heyui/heyui/compare/v0.5.2...v0.5.3) (2017-08-11)


### Bug Fixes

* datafullrangepicker quater picker error ([9b15fb3](https://github.com/heyui/heyui/commit/9b15fb3))



<a name="0.5.2"></a>
## [0.5.2](https://github.com/heyui/heyui/compare/v0.5.1...v0.5.2) (2017-08-11)


### Bug Fixes

* daterange show computed error ([1264bdd](https://github.com/heyui/heyui/commit/1264bdd))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/heyui/heyui/compare/v0.5.0...v0.5.1) (2017-08-11)


### Bug Fixes

* datefullrangepicker 自定义日期 对结束日期自动加1 ([7595044](https://github.com/heyui/heyui/commit/7595044))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/heyui/heyui/compare/v0.4.21...v0.5.0) (2017-08-11)


### Bug Fixes

* datepicker week fixed all bugs ([eb70c69](https://github.com/heyui/heyui/commit/eb70c69))
* datepicker 添加周选择控件 ([32791ce](https://github.com/heyui/heyui/commit/32791ce))
* daterangepicker 切换日期智能变换视图 ([31a43dd](https://github.com/heyui/heyui/commit/31a43dd))


### Features

* 超级日期选择器 ([0a228e8](https://github.com/heyui/heyui/commit/0a228e8))



<a name="0.4.21"></a>
## [0.4.21](https://github.com/heyui/heyui/compare/v0.4.20...v0.4.21) (2017-08-10)


### Bug Fixes

* tooltip 当无参数传递的时候使用内部innerText ([cefbca0](https://github.com/heyui/heyui/commit/cefbca0))


<a name="0.4.20"></a>
## [0.4.20](https://github.com/heyui/heyui/compare/v0.4.19...v0.4.20) (2017-08-09)


### Bug Fixes

* formItem 支持 自定义 required ([10a4f39](https://github.com/heyui/heyui/commit/10a4f39))



<a name="0.4.19"></a>
## [0.4.19](https://github.com/heyui/heyui/compare/v0.4.18...v0.4.19) (2017-08-09)


### Bug Fixes

* validator result add type ([5b71892](https://github.com/heyui/heyui/commit/5b71892))



<a name="0.4.18"></a>
## [0.4.18](https://github.com/heyui/heyui/compare/v0.4.17...v0.4.18) (2017-08-09)


### Bug Fixes

* formItem 添加自定义的错误提示 ([5fcf6b4](https://github.com/heyui/heyui/commit/5fcf6b4))



<a name="0.4.17"></a>
## [0.4.17](https://github.com/heyui/heyui/compare/v0.4.16...v0.4.17) (2017-08-09)


### Bug Fixes

* form validator validAsync 结果未反馈 ([764083e](https://github.com/heyui/heyui/commit/764083e))



<a name="0.4.16"></a>
## [0.4.16](https://github.com/heyui/heyui/compare/v0.4.15...v0.4.16) (2017-08-07)


### Bug Fixes

* form error input show fix with autocomplete, numberinput ([b861b3c](https://github.com/heyui/heyui/commit/b861b3c))



<a name="0.4.15"></a>
## [0.4.15](https://github.com/heyui/heyui/compare/v0.4.14...v0.4.15) (2017-08-07)


### Bug Fixes

* modal fixed with top,bottom,left,right 0 ([e032f3a](https://github.com/heyui/heyui/commit/e032f3a))



<a name="0.4.14"></a>
## [0.4.14](https://github.com/heyui/heyui/compare/v0.4.13...v0.4.14) (2017-08-04)


### Bug Fixes

* table columns watch change ([c99ba8a](https://github.com/heyui/heyui/commit/c99ba8a))



<a name="0.4.13"></a>
## [0.4.13](https://github.com/heyui/heyui/compare/v0.4.12...v0.4.13) (2017-08-03)


### Bug Fixes

* table right fixed width error ([4f6cb88](https://github.com/heyui/heyui/commit/4f6cb88))
* table right fixed width error ([bfa47f8](https://github.com/heyui/heyui/commit/bfa47f8))



<a name="0.4.12"></a>
## [0.4.12](https://github.com/heyui/heyui/compare/v0.4.11...v0.4.12) (2017-08-03)


### Bug Fixes

* table rightfixedwidth compute error ([608fd7f](https://github.com/heyui/heyui/commit/608fd7f))



<a name="0.4.11"></a>
## [0.4.11](https://github.com/heyui/heyui/compare/v0.4.10...v0.4.11) (2017-08-03)


### Bug Fixes

* compute width when table has fixcolumn ([44a235f](https://github.com/heyui/heyui/commit/44a235f))



<a name="0.4.10"></a>
## [0.4.10](https://github.com/heyui/heyui/compare/v0.4.9...v0.4.10) (2017-08-03)


### Bug Fixes

* tree 添加refresh方法 ([9cd5dcc](https://github.com/heyui/heyui/commit/9cd5dcc))



<a name="0.4.9"></a>
## [0.4.9](https://github.com/heyui/heyui/compare/v0.4.8...v0.4.9) (2017-08-03)


### Bug Fixes

* button 添加text-primary的样式 ([1b60a0f](https://github.com/heyui/heyui/commit/1b60a0f))
* date updateView when choose date ([59b48b5](https://github.com/heyui/heyui/commit/59b48b5))



<a name="0.4.8"></a>
## [0.4.8](https://github.com/heyui/heyui/compare/v0.4.7...v0.4.8) (2017-08-03)


### Bug Fixes

* datepicker: update value when choose ([a7df6e6](https://github.com/heyui/heyui/commit/a7df6e6))
* modal: set mask fixed ([f645273](https://github.com/heyui/heyui/commit/f645273))



<a name="0.4.7"></a>
## [0.4.7](https://github.com/heyui/heyui/compare/v0.4.6...v0.4.7) (2017-08-02)


### Bug Fixes

* remove clear icon when disabled ([9ce6634](https://github.com/heyui/heyui/commit/9ce6634))



<a name="0.4.6"></a>
## [0.4.6](https://github.com/heyui/heyui/compare/v0.4.5...v0.4.6) (2017-08-01)


### Bug Fixes

* menu add unread count icon ([fb6f63e](https://github.com/heyui/heyui/commit/fb6f63e))
* menu count max-count set 99 ([66ed5e0](https://github.com/heyui/heyui/commit/66ed5e0))



<a name="0.4.5"></a>
## [0.4.5](https://github.com/heyui/heyui/compare/v0.4.4...v0.4.5) (2017-08-01)


### Bug Fixes

* update numberinput component ([af89bed](https://github.com/heyui/heyui/commit/af89bed))



<a name="0.4.4"></a>
## [0.4.4](https://github.com/heyui/heyui/compare/v0.4.3...v0.4.4) (2017-07-31)


### Bug Fixes

* modal buttons定义 处理逻辑优化 ([5c767fc](https://github.com/heyui/heyui/commit/5c767fc))



<a name="0.4.3"></a>
## [0.4.3](https://github.com/heyui/heyui/compare/v0.4.2...v0.4.3) (2017-07-28)


### Bug Fixes

* modal position use fixed ([5fa779d](https://github.com/heyui/heyui/commit/5fa779d))



<a name="0.4.2"></a>
## [0.4.2](https://github.com/heyui/heyui/compare/v0.4.1...v0.4.2) (2017-07-28)


### Bug Fixes

* when select filter useing, update dropdown position ([53b2651](https://github.com/heyui/heyui/commit/53b2651))



<a name="0.4.1"></a>
## [0.4.1](https://github.com/heyui/heyui/compare/v0.4.0...v0.4.1) (2017-07-27)


### Bug Fixes

* use copy with copy data for old data no change ([932dcf7](https://github.com/heyui/heyui/commit/932dcf7))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/heyui/heyui/compare/v0.2.25...v0.4.0) (2017-07-25)


### Bug Fixes

* 优化checkbox机制，value > checked > v-model ([1ae557c](https://github.com/heyui/heyui/commit/1ae557c))
* 当loading隐藏的时候，消除animation动画，优化页面性能 ([41a6ff1](https://github.com/heyui/heyui/commit/41a6ff1))


### Features

* category ([9a9b4cf](https://github.com/heyui/heyui/commit/9a9b4cf))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/heyui/heyui/compare/v0.2.25...v0.3.0) (2017-07-22)


### Bug Fixes

* 优化checkbox机制，value > checked > v-model ([1ae557c](https://github.com/heyui/heyui/commit/1ae557c))


### Features

* category ([9a9b4cf](https://github.com/heyui/heyui/commit/9a9b4cf))



<a name="0.2.25"></a>
## [0.2.25](https://github.com/heyui/heyui/compare/v0.2.24...v0.2.25) (2017-07-21)


### Bug Fixes

* tree选中态父级迭代识别 ([f4cabc3](https://github.com/heyui/heyui/commit/f4cabc3))



<a name="0.2.22"></a>
## [0.2.22](https://github.com/heyui/heyui/compare/v0.2.21...v0.2.22) (2017-07-21)


### Bug Fixes

* tree判断无用的key ([6396479](https://github.com/heyui/heyui/commit/6396479))


<a name="0.2.20"></a>
## [0.2.20](https://github.com/heyui/heyui/compare/v0.2.19...v0.2.20) (2017-07-21)


### Bug Fixes

* select 下拉限定宽度，超出部分省略 ([b7917b1](https://github.com/heyui/heyui/commit/b7917b1))
* tree参数datas可以传递function执行获取data ([e006bd9](https://github.com/heyui/heyui/commit/e006bd9))
* 完善tree 的所有功能，包括updateChoose的bug ([3b9a509](https://github.com/heyui/heyui/commit/3b9a509))



<a name="0.2.19"></a>
## [0.2.19](https://github.com/heyui/heyui/compare/v0.2.18...v0.2.19) (2017-07-21)


### Bug Fixes

* autocomplete, tree, category option 变动后调用参数刷新 ([15e7812](https://github.com/heyui/heyui/commit/15e7812))
* option参数组合改成computed方式 ([3294c83](https://github.com/heyui/heyui/commit/3294c83))



<a name="0.2.18"></a>
## [0.2.18](https://github.com/heyui/heyui/compare/v0.2.17...v0.2.18) (2017-07-21)


### Bug Fixes

* pop添加对象判断 ([4e1a855](https://github.com/heyui/heyui/commit/4e1a855))
* switchlist点击当前选中的tag不触发 ([cc3cce7](https://github.com/heyui/heyui/commit/cc3cce7))
* 升级hey-utils的引用 ([6955865](https://github.com/heyui/heyui/commit/6955865))



<a name="0.2.17"></a>
## [0.2.17](https://github.com/heyui/heyui/compare/v0.2.16...v0.2.17) (2017-07-19)


### Bug Fixes

* qiniu uploader 参数传递错误修正 ([371d4f3](https://github.com/heyui/heyui/commit/371d4f3))
* 去除checkbox原生的样式覆盖 ([02785b6](https://github.com/heyui/heyui/commit/02785b6))



<a name="0.2.16"></a>
## [0.2.16](https://github.com/heyui/heyui/compare/v0.2.15...v0.2.16) (2017-07-18)


### Bug Fixes

* autocomplete, datepicker添加close icon ([451c042](https://github.com/heyui/heyui/commit/451c042))
* keyname,titlename 自定义获取 ([8310533](https://github.com/heyui/heyui/commit/8310533))
* modal components param => params ([7d0ea6c](https://github.com/heyui/heyui/commit/7d0ea6c))
* radio, checkbox, select 添加自定义keyName, titleName ([f700bd1](https://github.com/heyui/heyui/commit/f700bd1))
* select include 判断错误 ([4ed8f71](https://github.com/heyui/heyui/commit/4ed8f71))
* select multiple 判断bug，导致无placeholder ([35e1fea](https://github.com/heyui/heyui/commit/35e1fea))
* tree选中的时候展开 ([fa2cf18](https://github.com/heyui/heyui/commit/fa2cf18))
* 修复再次传递null值时 autocomplete 处理错误的问题 ([40e1406](https://github.com/heyui/heyui/commit/40e1406))



<a name="0.2.15"></a>
## [0.2.15](https://github.com/heyui/heyui/compare/v0.2.14...v0.2.15) (2017-07-11)


### Bug Fixes

* 优化less调用 ([4bf2bbf](https://github.com/heyui/heyui/commit/4bf2bbf))



<a name="0.2.14"></a>
## [0.2.14](https://github.com/heyui/heyui/compare/v0.2.13...v0.2.14) (2017-07-10)


### Bug Fixes

* 修复form validator展示bug ([5f82ca9](https://github.com/heyui/heyui/commit/5f82ca9))
* 修复qiniu上传失败的bug ([480f395](https://github.com/heyui/heyui/commit/480f395))


<a name="0.2.11"></a>
## [0.2.11](https://github.com/heyui/heyui/compare/v0.2.10...v0.2.11) (2017-07-09)


### Bug Fixes

* dictMapping添加对象数据的解析 ([f0f0cb7](https://github.com/heyui/heyui/commit/f0f0cb7))
* 修复autocomplete可以任意输入对象的bug ([d690f11](https://github.com/heyui/heyui/commit/d690f11))
* 修正demo的参数传递错误 ([845886e](https://github.com/heyui/heyui/commit/845886e))
* 完善less，更新变换主题文档 ([504963f](https://github.com/heyui/heyui/commit/504963f))
* 完善less文件的定义，修复select样式的bug ([09623ae](https://github.com/heyui/heyui/commit/09623ae))
* 当重新给Select赋值null时，无效 ([18a5d62](https://github.com/heyui/heyui/commit/18a5d62))
* 样式优化第二波 ([90c33d1](https://github.com/heyui/heyui/commit/90c33d1))
* 补充全局变量文档 ([9e53f65](https://github.com/heyui/heyui/commit/9e53f65))
* 重新传递autocomplete 值null时无效 ([015d26a](https://github.com/heyui/heyui/commit/015d26a))



<a name="0.2.10"></a>
## [0.2.10](https://github.com/heyui/heyui/compare/v0.2.9...v0.2.10) (2017-07-07)


### Bug Fixes

* 解决tree直接应用数据v-model无法渲染的bug ([dc0cc12](https://github.com/heyui/heyui/commit/dc0cc12))



<a name="0.2.9"></a>
## [0.2.9](https://github.com/heyui/heyui/compare/v0.2.8...v0.2.9) (2017-07-07)


### Bug Fixes

* tree支持v-model模式 ([b7543c5](https://github.com/heyui/heyui/commit/b7543c5))



<a name="0.2.8"></a>
## [0.2.8](https://github.com/heyui/heyui/compare/v0.2.7...v0.2.8) (2017-07-07)


### Bug Fixes

* 修复tree层级顶级判断问题 ([6a35075](https://github.com/heyui/heyui/commit/6a35075))
* 修改样式错误，修正文档错误 ([b27783a](https://github.com/heyui/heyui/commit/b27783a))
* 删除无用的引用 ([c8208e7](https://github.com/heyui/heyui/commit/c8208e7))



<a name="0.2.7"></a>
## [0.2.7](https://github.com/heyui/heyui/compare/v0.2.6...v0.2.7) (2017-07-07)



<a name="0.2.6"></a>
## [0.2.6](https://github.com/heyui/heyui/compare/v0.2.5...v0.2.6) (2017-07-07)


### Bug Fixes

* 为confirm添加class识别 ([0321a7f](https://github.com/heyui/heyui/commit/0321a7f))
* 优化select.less ([7a9ea34](https://github.com/heyui/heyui/commit/7a9ea34))
* 自定义confirm的title ([b440493](https://github.com/heyui/heyui/commit/b440493))



<a name="0.2.5"></a>
## [0.2.5](https://github.com/heyui/heyui/compare/v0.2.4...v0.2.5) (2017-07-07)


### Bug Fixes

* affix初始化的时候init位置 ([1afa23d](https://github.com/heyui/heyui/commit/1afa23d))
* datepicker 添加清除和确认按钮 ([1566070](https://github.com/heyui/heyui/commit/1566070))
* 优化backtop的滚动效果 ([9d2957f](https://github.com/heyui/heyui/commit/9d2957f))
* 更新文档 ([98acbfe](https://github.com/heyui/heyui/commit/98acbfe))



<a name="0.2.4"></a>
## [0.2.4](https://github.com/heyui/heyui/compare/v0.2.3...v0.2.4) (2017-06-30)


### Bug Fixes

* checkbox can't execute with null model ([78d1b33](https://github.com/heyui/heyui/commit/78d1b33))
* taginput add limit attribute ([28f41a7](https://github.com/heyui/heyui/commit/28f41a7))



<a name="0.2.3"></a>
## [0.2.3](https://github.com/heyui/heyui/compare/v0.2.2...v0.2.3) (2017-06-30)


### Bug Fixes

* datetimepicker less fix ([8da0df2](https://github.com/heyui/heyui/commit/8da0df2))



<a name="0.2.2"></a>
## [0.2.2](https://github.com/heyui/heyui/compare/v0.2.1...v0.2.2) (2017-06-29)


### Bug Fixes

* dropdown className属性优化 ([5b09456](https://github.com/heyui/heyui/commit/5b09456))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/heyui/heyui/compare/v0.2.0...v0.2.1) (2017-06-29)


### Bug Fixes

* 解决dropdown嵌套产生的交互异常问题。 ([792ee0e](https://github.com/heyui/heyui/commit/792ee0e))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/heyui/heyui/compare/v0.1.1...v0.2.0) (2017-06-29)


### Bug Fixes

* 修改执行发布网站的命令 ([8b03c6f](https://github.com/heyui/heyui/commit/8b03c6f))
* 去除dropdown下拉内容的点击冒泡，修正theme文件位置 ([415f0dd](https://github.com/heyui/heyui/commit/415f0dd))


### Features

* dropdown都在点开的时候执行渲染，提高整体页面的性能 ([72a5e92](https://github.com/heyui/heyui/commit/72a5e92))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/heyui/heyui/compare/v0.1.1...v0.2.0) (2017-06-28)


### Features

* dropdown都在点开的时候执行渲染，提高整体页面的性能 ([72a5e92](https://github.com/heyui/heyui/commit/72a5e92))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/heyui/heyui/compare/v0.1.0...v0.1.1) (2017-06-28)


### Bug Fixes

* add README.md ([f8d4ec1](https://github.com/heyui/heyui/commit/f8d4ec1))
* build publish package ([60c7264](https://github.com/heyui/heyui/commit/60c7264))



<a name="0.1.0"></a>
# [0.1.0](https://github.com/heyui/heyui/compare/v0.0.90...v0.1.0) (2017-06-28)


### Features

* 合并src，添加依赖 ([59a0548](https://github.com/heyui/heyui/commit/59a0548))



<a name="0.0.90"></a>
## [0.0.90](https://github.com/heyui/heyui/compare/v0.5.4...v0.0.90) (2017-06-28)


### Bug Fixes

* 修正目录，集合doc和src到同一个分支 ([e887716](https://github.com/heyui/heyui/commit/e887716))
