-
Notifications
You must be signed in to change notification settings - Fork 1.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
Stronger react dom refreshed #7569
base: main
Are you sure you want to change the base?
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 93e4410 - Browse repository at this point
Copy the full SHA 93e4410View commit details -
Type some props of React DOM intrinsics
This is a first pass to start surfacing the architectural and practical issues involved in typing React DOM more precisely. In this commit: - No event props yet! - React global attributes like dangerouslySetInnerHTML - Shared HTML/SVG attributes - HTML global attributes - A handful of SVG global attributes - Lots of things marked TODO - Some design choices described in comments "Booleanish string" as a term is lifted from the React DOM source.
Configuration menu - View commit details
-
Copy full SHA for d9f3535 - Browse repository at this point
Copy the full SHA d9f3535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415976e - Browse repository at this point
Copy the full SHA 415976eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213201f - Browse repository at this point
Copy the full SHA 213201fView commit details -
Add definition for React DOM SyntheticPointerEvent
This is based on facebook/react#12507 which is seemingly missing a couple of fields from the official spec. Consequently this will need an update once React supports all fields.
Configuration menu - View commit details
-
Copy full SHA for a402a3e - Browse repository at this point
Copy the full SHA a402a3eView commit details -
Add definitions for all React DOM events to HTML JSX intrinsics
This also refactors the main set of JSX intrinsics declarations to support typing Event.currentTarget with each element's instance type.
Configuration menu - View commit details
-
Copy full SHA for aedba0d - Browse repository at this point
Copy the full SHA aedba0dView commit details -
Remove empty string from React DOM booleans/enums
This is a design choice documented in facebook#6727 (comment)
Configuration menu - View commit details
-
Copy full SHA for 694e943 - Browse repository at this point
Copy the full SHA 694e943View commit details -
Ville Saukkonen committed
May 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 5c2f919 - Browse repository at this point
Copy the full SHA 5c2f919View commit details -
Ville Saukkonen committed
May 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 028b316 - Browse repository at this point
Copy the full SHA 028b316View commit details -
allow string in ReactDOM$Number
Ville Saukkonen committedMay 7, 2019 Configuration menu - View commit details
-
Copy full SHA for ab9d235 - Browse repository at this point
Copy the full SHA ab9d235View commit details