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

[gatsby-image] improvements #2320

Merged
merged 34 commits into from
Oct 7, 2017
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5757507
Don't load images in SSR + fix loading for browsers not support Inter…
KyleAMathews Oct 3, 2017
21158f3
Publish
KyleAMathews Oct 3, 2017
d315257
Add gatsby-image to the using-wordpress example site
KyleAMathews Oct 3, 2017
0488bac
Merge remote-tracking branch 'origin/master' into gatsby-image-fixes
KyleAMathews Oct 4, 2017
ab3d1d9
Publish
KyleAMathews Oct 4, 2017
db235ca
Use gatsby-image in example sites
KyleAMathews Oct 5, 2017
f1d5745
Update TODO
KyleAMathews Oct 5, 2017
8deb4d9
Cache if have seen an image before so don't fadein + improve fadein t…
KyleAMathews Oct 5, 2017
65170b8
Merge branch 'master' into gatsby-image-fixes
KyleAMathews Oct 5, 2017
d437908
Deprecate responsiveSizes & responsiveResolution and use sizes/resolu…
KyleAMathews Oct 5, 2017
27ebbf9
Clean up API specification document a bit
KyleAMathews Oct 5, 2017
509c3c2
New pattern for adding fragments for queries
KyleAMathews Oct 6, 2017
d45895a
Add gatsby-image to www
KyleAMathews Oct 6, 2017
3a72f1a
Update yarn.lock
KyleAMathews Oct 6, 2017
91b8869
Try explicitely adding chokidar/fsevents per online discussions to se…
KyleAMathews Oct 6, 2017
abd8b7b
Update package.json again
KyleAMathews Oct 6, 2017
ab58334
Try removing yarn.lock
KyleAMathews Oct 6, 2017
c089b26
Try running install as development
KyleAMathews Oct 6, 2017
e57ccfb
Kill early check-versions while it's broken
KyleAMathews Oct 6, 2017
63347d8
Restore installing from yarn.lock
KyleAMathews Oct 6, 2017
047a6b6
Remove leftover console.log
KyleAMathews Oct 6, 2017
f12802f
"sizes" is being clobbered so use longer name
KyleAMathews Oct 6, 2017
7f8219e
Work around bug in webkit/blink browsers
KyleAMathews Oct 6, 2017
46f1925
Add fragments for gatsby-source-contentful + update using-contentful
KyleAMathews Oct 6, 2017
d5502fe
Fix backgroundColor prop
KyleAMathews Oct 6, 2017
8dabfd3
Try setting Netlify to install with node_env=development
KyleAMathews Oct 7, 2017
48b3ffa
Try try again
KyleAMathews Oct 7, 2017
fd6e3ca
Why won't this work???
KyleAMathews Oct 7, 2017
b58ca59
moer cleanups
KyleAMathews Oct 7, 2017
0174e03
Show backgroundColor for author avatar on blog posts
KyleAMathews Oct 7, 2017
5e4251a
Reset the z-index to 0 with new parent div
KyleAMathews Oct 7, 2017
07c22b3
Add first cut of documentation for gatsby-image
KyleAMathews Oct 7, 2017
89a6609
Copy tweaks
KyleAMathews Oct 7, 2017
e4e744d
Code comments
KyleAMathews Oct 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add gatsby-image to www
KyleAMathews committed Oct 6, 2017

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
commit d45895ace066087aa2f3ddce59e6c0d10197d0ac
1 change: 1 addition & 0 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
"dependencies": {
"bluebird": "^3.4.6",
"gatsby": "^1.9.31",
"gatsby-image": "^1.0.5",
"gatsby-link": "^1.6.16",
"gatsby-plugin-canonical-urls": "^1.0.6",
"gatsby-plugin-catch-links": "^1.0.8",