Skip to content
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() by @cellog #1000

Merged
merged 26 commits into from Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a487814
alternate 6.x implementation
cellog Aug 14, 2018
b93bc80
use canary values in store instead of setting a prop on the store
cellog Aug 14, 2018
d97cf23
remove createProvider (missed this one before)
cellog Aug 14, 2018
198eba1
fix renderCountProp, add a test
cellog Aug 14, 2018
cc657a1
remove errant console.log
cellog Aug 14, 2018
a945169
expose context consumer and provider
cellog Aug 18, 2018
2dd0bf9
changes requested by @timdorr
cellog Aug 18, 2018
d3e8d99
keep prop-types in production minified UMD build
cellog Aug 18, 2018
664b0c6
performance optimizations: HEADS UP API change too
cellog Aug 19, 2018
5a7aa27
small optimizations/refactors
cellog Aug 19, 2018
f3f5fca
fix storeKey error, allow unstable_observedBits
cellog Aug 25, 2018
f3b42b8
update hoist-non-react-statics
cellog Aug 25, 2018
ca9b551
cosmetics
cellog Aug 26, 2018
24af213
Replace `withRef="fowardRef"` option with `forwardRef=true`
markerikson Sep 20, 2018
e742cae
Less package-lock.json noise
timdorr Oct 28, 2018
9434422
Bump React dep to 16.6, and remove shallow-equals
markerikson Oct 31, 2018
6bed812
Switch context variable and prop naming, and use the whole object
markerikson Nov 1, 2018
93fb69b
Update Provider implementation and use storeState field
markerikson Nov 1, 2018
106a7e1
Rework Provider tests
markerikson Nov 1, 2018
259253a
Rework connect tests, combine warnings, and remove observedBits
markerikson Nov 1, 2018
c9d5973
Rework connect component based on review notes
markerikson Nov 6, 2018
58dcf33
Fix tests around custom context
markerikson Nov 6, 2018
2d06cdf
Fix custom context as a prop usage
markerikson Nov 6, 2018
5306b38
Fix lint warnings
markerikson Nov 6, 2018
2418592
Run through Prettier. Update lockfile.
timdorr Nov 6, 2018
4953214
Merge branch 'master' into 6.x-alternate
timdorr Nov 6, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -3,10 +3,6 @@ node_js:
- "10"
env:
matrix:
- REACT=0.14
- REACT=15
- REACT=16.2
- REACT=16.3
- REACT=16.4
- REACT=16.5
- REACT=16.6
Expand Down