26
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 21 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept bindings with comments (either C++ or C style) fixes #1524 and with backtick strings (template literals) fixes #2064 More... over 7 years ago
Clean up most external reference when disposing a computed. fixes #1405 More... over 7 years ago
Fixes #2151 Problem when valueAllowUnset is true and option value is 0 and model value is null More... over 7 years ago
Throw an error from ko.isObservable if it detects an observable from another Knockout instance. fixes #1344 ko.isObservable(ko.computed) now returns false. fixes #1958 More... over 7 years ago
throw error if ko.applyBinding called before DOM is loaded. fixes #1215 More... over 7 years ago
Use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty. Fixes #888 More... over 7 years ago
Make value binding work with input[type=file] fixes #849 More... over 7 years ago
component afterRender: pass element, always synchronous if synchronous:true, update specs More... over 7 years ago
Component afterRender that is triggered when all child components have rendered, no matter how long it takes. This is option 2 in https://github.com/knockout/knockout/issues/1533#issuecomment-261458567 More... over 7 years ago
Convert function declaration inside if statement into expression More... over 7 years ago
Hidden binding More... almost 8 years ago
Fixing code style inconsistency More... almost 8 years ago
Support afterRender for if, ifnot and with bindings, fixes #2099 More... almost 8 years ago
`as:` binding can be used with `with:` More... almost 8 years ago
Enhance fix for #1975 to only re-evaluate if the awakened dependency changes. Also add a lower-level test. More... over 8 years ago
Fix for #1975. Issue occurs when a computed is changed when awakening that dependent sleeping computed observables don't know that it was changed. More... over 8 years ago
Export computed._latestValue in debug mode (was removed in 2e0647e0f2). More... over 8 years ago
Merge pull request #1974 from ThomasMichon/array-subscriptions More... over 8 years ago
Add new test for notifySubscribers cleanup More... over 8 years ago
Clean up arrayChange notifySubscribers wrapper More... over 8 years ago
Merge pull request #1953 from knockout/1710-class-binding-part2 More... over 8 years ago
"class" binding only support class string. "css" binding continues to support object and string forms. More... over 8 years ago
Exporting getDependencies method More... over 8 years ago
Adding method to retrieve ordered list of dependencies for computed observables More... over 8 years ago
Merge pull request #1710 from knockout/1710-class-binding More... over 8 years ago
Change attribution in banner More... over 8 years ago
Merge pull request #1792 from knockout/1792-let-binding More... over 8 years ago
When using contains, compare the parent if not an element. One of the "using" tests failed in PhantomJS because PhantomJS doesn't support "contains" for comments. More... over 8 years ago
Add "using" binding (formerly called withlight). More... over 8 years ago
Add class as an alias of css. This allows for combined static and dynamic class bindings. More... over 8 years ago