-
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
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ea4e7d9
Improvements to binding API:
kevinpschaaf 396c102
Fix _hasAccessor for readOnly. Collapse addBinding & addBindingEffects
kevinpschaaf 03bed19
Put $ on dom, and assign to element as needed. Eliminate _templateInf…
kevinpschaaf 6af84c4
Address feedback based on review.
kevinpschaaf eb6ab63
Add initial runtime stamping tests.
kevinpschaaf 1cf955b
Added tests for custom parsing, effects, and binding.
kevinpschaaf 1471106
Add tests for adding/removing runtime property effects.
kevinpschaaf bf2dbe0
Ensure prototype wasn't affected by runtime effects.
kevinpschaaf dff5f2b
Fix lint error.
kevinpschaaf b9fafb7
Address feedback from review:
kevinpschaaf cd321a3
Merge branch 'master' into 2.0-binding-api-refactor
kevinpschaaf bc71318
Add more HTMLImports.whenReady
kevinpschaaf 0724f18
use chrome beta
dfreedm d297047
alias another way
dfreedm becd1d3
[ci skip] Fix comment.
kevinpschaaf d0bd96d
Add more comments
kevinpschaaf 86e35e3
Fix perf regressions.
kevinpschaaf fa67457
Eliminate rest args for better perf on stable chrome.
kevinpschaaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that we have
__dataInitialized
it probably makes sense to prevent_invalidateProperties
from scheduling a flush if this flag is not true.