-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Use React.createContext() with observed bits #1021
Closed
Closed
Commits on Aug 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 96c53ac - Browse repository at this point
Copy the full SHA 96c53acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c7c80 - Browse repository at this point
Copy the full SHA 41c7c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abc115 - Browse repository at this point
Copy the full SHA 1abc115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfa621 - Browse repository at this point
Copy the full SHA 5dfa621View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f268e - Browse repository at this point
Copy the full SHA c9f268eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be3ca0 - Browse repository at this point
Copy the full SHA 5be3ca0View commit details
Commits on Aug 18, 2018
-
expose context consumer and provider
This will allow third party apps to use these in their code
Configuration menu - View commit details
-
Copy full SHA for bc62b77 - Browse repository at this point
Copy the full SHA bc62b77View commit details -
* export Context instead of just Consumer/Provider * fix error messages for removed functionality * minor displayName change
Configuration menu - View commit details
-
Copy full SHA for 9782b5d - Browse repository at this point
Copy the full SHA 9782b5dView commit details -
keep prop-types in production minified UMD build
when the time is right, one need only change the BABEL_ENV for build:umd:min back to "rollup-production"
Configuration menu - View commit details
-
Copy full SHA for 68c1ffa - Browse repository at this point
Copy the full SHA 68c1ffaView commit details
Commits on Aug 19, 2018
-
performance optimizations: HEADS UP API change too
* React.forwardRef is VERY slow, on the order of 2x slower in our benchmark. So we only enable it if withRef="forwardRef" folks using withRef=true will get an error telling them to update and not rely on getWrappedInstance() but just to use the ref directly * renderCountProp is removed, as this is natively supported in React dev tools now * all usages of shallowEquals are removed for pure components, it was unnecessary. * instead of allowing passing in a custom Context consumer in props, it is now required to be passed in via connect options at declaration time.
Configuration menu - View commit details
-
Copy full SHA for 3c222f2 - Browse repository at this point
Copy the full SHA 3c222f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4855c84 - Browse repository at this point
Copy the full SHA 4855c84View commit details
Commits on Aug 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ea4af2a - Browse repository at this point
Copy the full SHA ea4af2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3aee2 - Browse repository at this point
Copy the full SHA 5f3aee2View commit details
Commits on Aug 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 52cfa13 - Browse repository at this point
Copy the full SHA 52cfa13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede6245 - Browse repository at this point
Copy the full SHA ede6245View commit details
Commits on Sep 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b018b98 - Browse repository at this point
Copy the full SHA b018b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129ad67 - Browse repository at this point
Copy the full SHA 129ad67View commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 409e1f2 - Browse repository at this point
Copy the full SHA 409e1f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9964a - Browse repository at this point
Copy the full SHA 2d9964aView commit details
Commits on Sep 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8874a34 - Browse repository at this point
Copy the full SHA 8874a34View 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.