You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dc.clean(), bug fix
* 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)