Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosim committed Jun 30, 2016
1 parent 50a8d7e commit bda5ffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions history.md
@@ -1,3 +1,9 @@
### 2016-6-30 v0.5.1 on github, npm
* add api: dc.clean(): remove all components in dc.removingChildren
* fix bugs in domcom/demo
wrong renderDom after the component is removed ( check component.removing and component.removed before calling renderDom in component.render())
the component is not refreshed after switching each3, each4 (caused by wrong component.valid, component.attachValid field)

### 2016-6-14
* bug fix: core/index is removed

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "domcom",
"version": "0.5.0",
"version": "0.5.1",
"description": "dom component",
"keywords": [
"domcom",
Expand Down

0 comments on commit bda5ffd

Please sign in to comment.