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
api(change): remove Component.setNode and Component.setFirstNode
api(change): add BaseComponent.removing field to mark removing, split Component.setParentAndNextNode to setParentNode and setNextNode
api(change): api for new If(test, then, else, , merge, recursive), dc.mergeIf, dc.recursiveIf
improvement: Tag.propBind, Tag.cssBind: return bound reactive function for Tag props or style props
improvement: Tag.prop(propName) and Tag.css(propName) return domValue of props at first, if undefined then return cache value
improvement: Component.on, Component.off
refactor: split property.coffee to core/property/ folder (classFn, events, style, ...), and move core/prop-util.coffee to core/property/css-arith.coffee
refactor: Both Tag and List use ListMixin
refactor: remove constructTextLikeComponent for Text, Comment, Html, Cdata, use super(text) directly
fix two bug: one in Component.setParentAndNextNode, another one in Component.on