## [1.4.2](https://github.com/hsuna/vue-egret/compare/1.4.1...1.4.2) (2021-04-13)


### Bug Fixes

* fixed event remove failed ([974b6e9](https://github.com/hsuna/vue-egret/commit/974b6e975d2666a63cfa99e25fb41d18f44e6bb5))



## [1.4.1](https://github.com/hsuna/vue-egret/compare/1.4.0...1.4.1) (2021-04-13)


### Bug Fixes

* fixed vnode.parent is null ([9bd9dac](https://github.com/hsuna/vue-egret/commit/9bd9dace98094972b13d9f21966d35cd438bb873))


### Features

* createVNode first params can be ComponentOptions ([2a14662](https://github.com/hsuna/vue-egret/commit/2a14662e5f2dd25c1554223db5be37d3f87179a3))



# [1.4.0](https://github.com/hsuna/vue-egret/compare/1.3.0...1.4.0) (2021-04-13)


### Bug Fixes

* add handler thisObject ([2d9bc8e](https://github.com/hsuna/vue-egret/commit/2d9bc8e86c3a8e2e4f210609989a81aa04ebe8e7))
* component attr extend sp ([be0c072](https://github.com/hsuna/vue-egret/commit/be0c07295b9e5e070715bdf1ff92642f23c87892))
* fixed dynamic attr cache last data ([69e911b](https://github.com/hsuna/vue-egret/commit/69e911bf639c71e0b31564de4744ae045b55a791))
* fixed next-tick ([b1878ed](https://github.com/hsuna/vue-egret/commit/b1878ed5ffd2a2779be9b313ee9ff05a0ce56773))
* fixed stateWidth & stateHeight ([4e837ec](https://github.com/hsuna/vue-egret/commit/4e837ec249783c841a40b010949dfbbfaf512858))
* fixed template text parser ([5ffb463](https://github.com/hsuna/vue-egret/commit/5ffb463080a71a33d6de51c04869887bebcd6726))
* multiline text parser ([eaadbea](https://github.com/hsuna/vue-egret/commit/eaadbea3e9b1d76c18ffe8bf6d4d839494998d47))
* normalizationType error ([b86fe4b](https://github.com/hsuna/vue-egret/commit/b86fe4bb32d0e7109cdf4ff1de085cd24e21921a))
* object type observer ([39f9c65](https://github.com/hsuna/vue-egret/commit/39f9c653be2f9eda82a4819846e5dabdf985b228))
* refInFor delete bug & nextTick ([abbc4c8](https://github.com/hsuna/vue-egret/commit/abbc4c842b640bc5d98421eb4183d62ec7ddffd5))
* tween callback params & default attr ([912a664](https://github.com/hsuna/vue-egret/commit/912a66496d892cb6e54c0c38c0256b2103df3561))
* v-for not use object type ([cf2a8d3](https://github.com/hsuna/vue-egret/commit/cf2a8d306ccaaabf1f5882996501fbfa3c5d6ae3))


### Features

* add $listeners & rewrite event ([2a527cd](https://github.com/hsuna/vue-egret/commit/2a527cd063c70b992e58d3bdcd285b6531844ad2))
* add $mount function ([4a7a9d7](https://github.com/hsuna/vue-egret/commit/4a7a9d7f8238c19b41122236423287293e38fec6))
* add directives options ([ee6db9c](https://github.com/hsuna/vue-egret/commit/ee6db9cc8c096183a2b66b337b31d1997f87afd2))
* add inheritAttrs options ([05b82e5](https://github.com/hsuna/vue-egret/commit/05b82e55ad5d06fe353d6b539e5ec3086352a64f))
* add is attribute ([22849cb](https://github.com/hsuna/vue-egret/commit/22849cb971f08c059cc53a38293d091d95646a87))
* add refInFor ([6b56123](https://github.com/hsuna/vue-egret/commit/6b561230399fdc6a75c8c57190f5a6a506671e87))
* add set & delete methods ([86ed781](https://github.com/hsuna/vue-egret/commit/86ed7813959f82deba1e1c5563a2ee6e78894b3e))
* add sync modifier ([afd6e52](https://github.com/hsuna/vue-egret/commit/afd6e52d0518a708b794da4c245ada325456fa07))
* add template label ([5cddbc4](https://github.com/hsuna/vue-egret/commit/5cddbc4931d9b6a78c93177a7d56ca2d4de17587))
* add tween loop options ([5358278](https://github.com/hsuna/vue-egret/commit/53582787cac43c7c923a768a5af9ecaa89e71e92))
* add v-on modifiers ([0573c46](https://github.com/hsuna/vue-egret/commit/0573c46f8c12fdd86d1a6599be0537703987b7f6))


### Performance Improvements

* rewrite tween function ([b88fbbf](https://github.com/hsuna/vue-egret/commit/b88fbbf5afdf82035a15cb2ca2d42c4b7d298ddf))



