Skip to content

Commit

Permalink
domcom v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taijiweb committed Jul 31, 2016
1 parent 0f4eaba commit b89d0b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2016-7-31 v0.5.2 on github, npm
* addEventListenerMap: for oncompositionstart like events, use node.addEventListener(eventName, domEventHandler), instead of node[eventName] = domEventHandler
* fix a bug caused by missing this.valid = true in List.updateDom
* use Component.valid, remove Text.textValid

### 2016-6-30 v0.5.1 on github, npm
* add api: dc.clean(): remove all components in dc.removingChildren
* fix bugs in domcom/demo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domcom",
"version": "0.5.1",
"version": "0.5.2",
"description": "dom component",
"keywords": [
"domcom",
Expand Down

0 comments on commit b89d0b4

Please sign in to comment.