26
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add let binding More... over 8 years ago
Verify the view-model subscription count. More... over 8 years ago
Add bindingContext option to "export" dependencies. This means that the context won't track the dependencies, but they should be tracked by the calling code, which is responsible for re-creating the context. Use this option for "with" and "template". More... over 8 years ago
Merge branch 'master' of https://github.com/yjo/knockout into 1415-with-rawdata More... over 8 years ago
Update version to 3.5.0-pre More... over 8 years ago
fix typo in test that made it not load in PhantomJS More... over 8 years ago
Update version to 3.4.0 More... over 8 years ago
Merge pull request #1918 from joeheyming/master More... over 8 years ago
Fix typos in comments. More... over 8 years ago
Merge pull request #1903 from knockout/1903-beforeRemove-update More... over 8 years ago
Remove unneeded code from fixUpContinuousNodeArray. More... over 8 years ago
Merge pull request #1905 from knockout/1905-revert-computed-notify-move More... over 8 years ago
Revert "Reduce stack overhead for recursive computed dependency notifications, especially for Firefox support (version 10-23)" More... over 8 years ago
Fix foreach beforeRemove-related code so that it correctly tracks deleted nodes even when some are removed (including the first and last nodes). More... over 8 years ago
update version to 3.4.0rc More... over 8 years ago
Change checked binding to use checkedValue, if present, for checkboxes when not bound to an array. More... over 8 years ago
Re-organize checked binding specs to remove duplicate and excess code. Add some tests to verify important details when checkedValue is observable. More... over 8 years ago
Merge pull request #1893 from knockout/1893-fix-hasfocus-ie More... over 8 years ago
Fix hasFocus in IE (setting hasFocus to false in IE clears focus from all other elements) More... over 8 years ago
Merge pull request #1880 from knockout/1880-revert-to-jquery-parsing More... over 8 years ago
Always use jQuery for HTML parsing if available, even though current versions fail with certain tags. More... over 8 years ago
Merge pull request #1622 from knockout/1622-reduce-computed-notification-stack-overhead More... over 8 years ago
Switch back to using prototype method instead of closure for evaluatePossiblyAsync; reduce recursion test depth to match success result in FF. More... over 8 years ago
Tweak isPureComputed implementation so it will work with subclasses too More... over 8 years ago
Add ko.isPureComputed function and tests More... over 8 years ago
Reduce stack overhead for recursive computed dependency notifications, especially for Firefox support (version 10-23). More... over 8 years ago
Merge pull request #1866 from knockout/fix-parseHTML-on-old-IE More... over 8 years ago
Add missing check for allowJQueryHtmlParsing More... over 8 years ago
Support all HTML parsing scenarios on all browser/library combinations that we can. This commit drops jQuery HTML parsing for all browsers except IE6-8. More... over 8 years ago
Fix parseHtmlFragment on old IE, as long as you're not using jQuery or innershiv (which are still broken) More... over 8 years ago