-
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
Ensure className
bindings work correctly when ShadyDOM.noPatch
is…
#5518
Merged
Commits on Apr 2, 2019
-
Ensure
className
bindings work correctly whenShadyDOM.noPatch
is…… used. Puts `className` on `Polymer.dom` and ensures any sets to `className` in the binding system, go through that wrapper. Note, depends on webcomponents/shadydom#326.
Steven Orvell committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for eb2385a - Browse repository at this point
Copy the full SHA eb2385aView commit details -
Address review feedback via comment.
Steven Orvell committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 4e1d6a1 - Browse repository at this point
Copy the full SHA 4e1d6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 439c245 - Browse repository at this point
Copy the full SHA 439c245View commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 002ef94 - Browse repository at this point
Copy the full SHA 002ef94View commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a1c67e4 - Browse repository at this point
Copy the full SHA a1c67e4View commit details
Commits on Apr 11, 2019
-
Fix
className
on browsers without good native accessors* Ensure `wrap` falls back to using `ShadyDOM.patch` when `noPatch` is not in use so that `className` can be used. * Ensure `Polymer.dom` uses `patch` when `noPatch` is not in use so that `className` can be used.
Steven Orvell committedApr 11, 2019 Configuration menu - View commit details
-
Copy full SHA for b13e656 - Browse repository at this point
Copy the full SHA b13e656View commit details -
Steven Orvell committed
Apr 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 6adbc23 - Browse repository at this point
Copy the full SHA 6adbc23View commit details
Commits on Apr 16, 2019
-
Steven Orvell committed
Apr 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 3b7c9f8 - Browse repository at this point
Copy the full SHA 3b7c9f8View commit details
Commits on Apr 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 652fea9 - Browse repository at this point
Copy the full SHA 652fea9View 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.