26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove global createChildContextWithAs option and add local noChildContext option to `with`, `foreach`, and `template`. Fixes #2386 More... almost 6 years ago
Merge pull request #2398 from knockout/2398-descendantsComplete-if-fix More... almost 6 years ago
Updated based on feedback and added test More... almost 6 years ago
Updated custom property check More... almost 6 years ago
Forcing use of setProperty for CSS variables More... almost 6 years ago
fix #2397 when foreach moves an element, make sure focus is maintained; also slightly improve efficiency when moving elements. More... almost 6 years ago
Add completeOn: "render" binding option for if, ifnot, and with that makes them treat their un-rendered state as incomplete, instead of using the existence of a descendantsComplete callback for this. Also make sure the event works for multiple renders. More... almost 6 years ago
Merge pull request #2390 from knockout/2388-applyBindings-param-fix More... almost 6 years ago
simplify applyBindings parameter logic More... almost 6 years ago
ko.applyBindings requires a valid 2nd parameter if given More... almost 6 years ago
First arg to computed equalityComparer may be undefined More... almost 6 years ago
spec/custom-element) Fix missing `tick` and `template` More... almost 6 years ago
clean up startPossiblyAsyncContentBinding More... almost 6 years ago
Add itemIndex context value for foreach binding with as option More... almost 6 years ago
Ensure afterRender is always called with the template's data value (even if $data isn't set) More... almost 6 years ago
Dependent Observable DOM - Fix missing comma/typo More... almost 6 years ago
Add expect method to check if new value has been written to observable More... almost 6 years ago
Merge pull request #2378 from knockout/array-utils-reversion More... almost 6 years ago
Merge pull request #2379 from knockout/style-px-fix More... almost 6 years ago
Merge pull request #2380 from knockout/contextFor-specific-binding-fix More... almost 6 years ago
Remove variable that's no longer used. More... almost 6 years ago
Make sure you can access a node's context when a node has bindings only from ko.applyBindingsToNode. More... almost 6 years ago
Fix bug in style binding: need to compare to previous value instead of "" More... almost 6 years ago
Reverse some of the ko.utils.array* changes from #1448 and #1200. More... almost 6 years ago
export AllBindings interface More... about 6 years ago
Merge pull request #2369 from knockout/typescript-def-updates More... about 6 years ago
Add preprocessNode and `this` type for computeds More... about 6 years ago
Updates to Knockout TypeScript definitions More... about 6 years ago
Merge pull request #2362 from knockout/2354-typescript More... about 6 years ago
Check observable proto properties against values in .fn object. Fixes #2065 More... about 6 years ago