-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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 value and defaultValue do not assign functions and symbols #11741
Merged
Commits on Dec 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e7ed5d6 - Browse repository at this point
Copy the full SHA e7ed5d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf28fa3 - Browse repository at this point
Copy the full SHA bf28fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5510b99 - Browse repository at this point
Copy the full SHA 5510b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570a1a1 - Browse repository at this point
Copy the full SHA 570a1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d99d97b - Browse repository at this point
Copy the full SHA d99d97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9e932 - Browse repository at this point
Copy the full SHA ab9e932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787cf4c - Browse repository at this point
Copy the full SHA 787cf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7215c8e - Browse repository at this point
Copy the full SHA 7215c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b5d92 - Browse repository at this point
Copy the full SHA 80b5d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec65674 - Browse repository at this point
Copy the full SHA ec65674View commit details -
Replace shouldSetAttribute call with value specific type check
DOMProperty.shouldSetAttribute runs a few other checks that aren't appropriate for determining if a value or defaultValue should be assigned on an input. This commit replaces that call with an input specific check.
Configuration menu - View commit details
-
Copy full SHA for a44c34f - Browse repository at this point
Copy the full SHA a44c34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d843cfe - Browse repository at this point
Copy the full SHA d843cfeView commit details
Commits on Dec 4, 2017
-
Eliminate unnecessary numeric equality checks (#11751)
* Eliminate unnecessary numeric equality checks This commit changes the way numeric equality for number inputs works such that it compares against `input.valueAsNumber`. This eliminates quite a bit of branching around numeric equality. * There is no need to compare valueAsNumber * Add test cases for empty string to 0. * Avoid implicit boolean JSX props * Split up numeric equality test to isolate eslint disable command * Fix typo in ReactDOMInput test
Configuration menu - View commit details
-
Copy full SHA for a65e25f - Browse repository at this point
Copy the full SHA a65e25fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca66bd5 - Browse repository at this point
Copy the full SHA ca66bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343a334 - Browse repository at this point
Copy the full SHA 343a334View 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.