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
knockout/knockout@ccc5653 Rename afterRender to childrenComplete. Make it work with template and foreach bindings. Add framework for addition binding events.
knockout/knockout@4740bb3 afterRender binding works with any binding that calls ko.applyBindingsToDescendants or with just normal binding processing (more tests to come).
Analogous to the Knockout 3.5 line:
PRs
Add component afterRender callback knockout#2303
add generic afterRender binding knockout#2310
component "afterrender" using binding events knockout#2319
knockout/knockout@5d3d60a Support afterRender for if, ifnot and with bindings, fixes #2099
knockout/knockout@3d7cf10 Merge pull request #2310 from knockout/afterRender-generic
knockout/knockout@ccc5653 Rename afterRender to childrenComplete. Make it work with template and foreach bindings. Add framework for addition binding events.
knockout/knockout@785464f Add spec for component custom element
knockout/knockout@b7decfd Make sure a null afterRender doesn't fail + add some tests
knockout/knockout@bf48f00 expand afterRender tests
knockout/knockout@4740bb3 afterRender binding works with any binding that calls ko.applyBindingsToDescendants or with just normal binding processing (more tests to come).
knockout/knockout@0003397 afterRender should work when used with virtual element
knockout/knockout@bc398f0 Merge branch '2099-improve-support-afterrender' of https://github.com/cervengoc/knockout
The text was updated successfully, but these errors were encountered: