-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 Improvements to binding API #4510
Merged
Merged
Commits on Apr 7, 2017
-
- Adds override points for _parseBindings and _evaluateBinding - Adds support for runtime template binding - Moves ready(), _hasAccessor tracking, and instance property swizzle at ready time to PropertyAccessors
Configuration menu - View commit details
-
Copy full SHA for ea4e7d9 - Browse repository at this point
Copy the full SHA ea4e7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396c102 - Browse repository at this point
Copy the full SHA 396c102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bed19 - Browse repository at this point
Copy the full SHA 03bed19View commit details
Commits on Apr 8, 2017
-
Address feedback based on review.
* PropertyAccessors must call `_flushProperties` to enable * Avoid tearing off oldProps (unnecessary) * Add `addBinding` docs * Merge notifyListeners into `setupBindings` * Add comment re: path-bindings not being overridable * Remove `dom` argument from `_bindTemplate` * Rename `_stampBoundTemplate` back to `_stampTemplate`
Configuration menu - View commit details
-
Copy full SHA for 6af84c4 - Browse repository at this point
Copy the full SHA 6af84c4View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb6ab63 - Browse repository at this point
Copy the full SHA eb6ab63View commit details
Commits on Apr 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1cf955b - Browse repository at this point
Copy the full SHA 1cf955bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1471106 - Browse repository at this point
Copy the full SHA 1471106View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2dbe0 - Browse repository at this point
Copy the full SHA bf2dbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff5f2b - Browse repository at this point
Copy the full SHA dff5f2bView commit details
Commits on Apr 13, 2017
-
* Refactor `_bindTemplate` to remove problematic `hasCreatedAccessors` * Remove vestigial `dom` from `_bindTemplate` call * Rename `_unstampTemplate` to `_removeBoundDom` * Add `infoIndex` to `nodeInfo` (and renamed parent & index) * Add test to ensure runtime accessors created for new props in runtime stamped template * Changed custom binding test to use different prop names * Added test for #first count after removing bound dom
Configuration menu - View commit details
-
Copy full SHA for b9fafb7 - Browse repository at this point
Copy the full SHA b9fafb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd321a3 - Browse repository at this point
Copy the full SHA cd321a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc71318 - Browse repository at this point
Copy the full SHA bc71318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0724f18 - Browse repository at this point
Copy the full SHA 0724f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d297047 - Browse repository at this point
Copy the full SHA d297047View commit details -
Configuration menu - View commit details
-
Copy full SHA for becd1d3 - Browse repository at this point
Copy the full SHA becd1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bd96d - Browse repository at this point
Copy the full SHA d0bd96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e35e3 - Browse repository at this point
Copy the full SHA 86e35e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa67457 - Browse repository at this point
Copy the full SHA fa67457View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.