26
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update binding recursion template comment More... almost 9 years ago
Use lookup table instead of 'switch' to determine html wrappers. Add wrappers for <option> and <optgroup>. Update tests to work in older IE. More... almost 9 years ago
Don't check for 'require' for CommonJS. Fixes #1810 More... almost 9 years ago
Merge pull request #1795 from knockout/deferred-updates-part-3 More... almost 9 years ago
fix trailing space More... almost 9 years ago
Ensure developers don't get confused by writing ".extend({deferred:false})" - it would have the opposite effect More... almost 9 years ago
Merge pull request #1256 from knockout/1256-sequential-beforeRemove More... almost 9 years ago
When a beforeRemove callback is used, nodes that are being processed by beforeRemove should be retained in their present position until actually removed from the DOM. More... almost 9 years ago
Computed observables used for bindings (identified by having a disposeWhenNodeIsRemoved option) won't respond to "dirty" events. This prevents conflicting bindings from causing recursive updates. More... about 9 years ago
Revert most changes in 6d5d7868d426276f7. This makes rate-limited computed observables update on demand when dependent on deferred observables, maintaining similar behavior for rate-limited computeds between deferred and non-deferred usage. This commit also removes the ability to turn off deferred updates for an observable because it would result in an observable that appears to be rate-limited but actually updates synchronously. More... about 9 years ago
Merge pull request #1510 from knockout/1510-component-standard-name More... about 9 years ago
Make sure we exit with an error code if runner times out More... about 9 years ago
Try to determine why tests in Travis CI sometimes time out. More... about 9 years ago
It turns out that PhantomJS doesn't give divs a "click" function. More... about 9 years ago
Change preferJQueryEvents to useOnlyNativeEvents; fix and expand related tests. More... about 9 years ago
Do tagName check only in IE<=8; otherwise it mistakenly matches svg elements. More... about 9 years ago
Make sure that rate-limit supersedes deferred updates. More... about 9 years ago
Handle dirty/change events without the need of a new property (_rateLimitIsPending) More... about 9 years ago
When a component matches the name of a standard element, don't process matching elements as component instances. More... about 9 years ago
Fix warning from phantom 1.9.8 More... about 9 years ago
prevent test error if browser blocks popup More... about 9 years ago
Update foreachBehaviors.js More... about 9 years ago
Also verify that exception doesn't get thrown again (that the item isn't processed again). More... about 9 years ago
Fix for #1794: exception in afterAdd causes duplicate elements. More... about 9 years ago
Merge pull request #1788 from knockout/1788-ie9-textinput-fix More... about 9 years ago
textInput: delay updating the viewmodel in IE9 to avoid issues it has when updating the DOM during event processing More... about 9 years ago
With multiple deferred computed observables in a dependency tree, use "dirty" events to schedule the complete set of updates in the correct order and mark each computed observable as "dirty" so it can be evaluated if needed with the latest value. More... about 9 years ago
Update Gruntfile.js to not write version to bower.json. See #1790 More... about 9 years ago
Remove `version` from `bower.json` More... about 9 years ago
Revert "Added cleanDescendants to match cleanNode and applyBindingsToDescendants" More... about 9 years ago