Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
feat: add CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Jul 24, 2017
1 parent 69e0231 commit 73939e6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<a name="0.0.1"></a>
## [0.0.1](https://github.com/zeromake/zreact/compare/afddb4c...v0.0.1) (2017-07-24)


### Bug Fixes

* Component lost code ([b6c187d](https://github.com/zeromake/zreact/commit/b6c187d))
* **vdom:** domChild attr no clear ([cac0c49](https://github.com/zeromake/zreact/commit/cac0c49))
* copy code ok ([d482619](https://github.com/zeromake/zreact/commit/d482619))
* global child,component replace not unmount ([5f94e0e](https://github.com/zeromake/zreact/commit/5f94e0e))
* ie8 test ([b391d04](https://github.com/zeromake/zreact/commit/b391d04))
* render no exprot and html test ([133af07](https://github.com/zeromake/zreact/commit/133af07))
* rollup build ([ac2cae3](https://github.com/zeromake/zreact/commit/ac2cae3))
* **vdom:** childNodes no sync; class not set svg; capture error ([70a23c8](https://github.com/zeromake/zreact/commit/70a23c8))
* **vdom:** idiff child no sync dom error ([db306ca](https://github.com/zeromake/zreact/commit/db306ca))
* **vdom:** isSameNodeType error ([acbe1c2](https://github.com/zeromake/zreact/commit/acbe1c2))
* **vdom:** render merge null unmount; innerDiffNode children no unmount ([6159bf3](https://github.com/zeromake/zreact/commit/6159bf3))
* **vdom:** unmount domChild children cause removeNode error ([4ec1c67](https://github.com/zeromake/zreact/commit/4ec1c67))


### Features

* **config:** add ts rollup config file ([afddb4c](https://github.com/zeromake/zreact/commit/afddb4c))
* **src:** add createElement ([dbe3811](https://github.com/zeromake/zreact/commit/dbe3811))
* add changelog ([69e0231](https://github.com/zeromake/zreact/commit/69e0231))



0 comments on commit 73939e6

Please sign in to comment.