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

implementation of the onStartLoad handler for gatsby-image #6702

Merged
merged 13 commits into from
Dec 7, 2018

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    e8af8dd View commit details
    Browse the repository at this point in the history
  2. update to typescript declarations of gatsby-image

    Kalle Ott committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    3de2bd5 View commit details
    Browse the repository at this point in the history
  3. changed double quotes to backticks

    Kalle Ott committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    dd380d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4880dc6 View commit details
    Browse the repository at this point in the history
  5. make sure onStartLoad is only fired once

    Kalle Ott committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    ce75b87 View commit details
    Browse the repository at this point in the history
  6. fixed image cache information store

    provide cache information in the onStartLoad handler
    Kalle Ott committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    b7854d8 View commit details
    Browse the repository at this point in the history
  7. updatede readme

    Kalle Ott committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    182a9db View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    fa218c8 View commit details
    Browse the repository at this point in the history
  2. better name for cache setter

    Kalle Ott committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f588c52 View commit details
    Browse the repository at this point in the history
  3. lint fix

    Kalle Ott committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a593d35 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge branch 'master' into feature/gatsbyjs#6659

    Kalle Ott committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    a457a38 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Merge branch 'master' into feature/gatsbyjs#6659

    Kalle Ott authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    61af17c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Merge branch 'master' into feature/gatsbyjs#6659

    * master: (870 commits)
      fix(graphql-skip-limit): declare `graphql` peer dependency (gatsbyjs#10305)
      fix(gatsby-plugin-offline): gracefully degrade if appshell isn't precached (gatsbyjs#10329)
      Service workers note (gatsbyjs#10276)
      fix(docs): link fixes, podcast addition (gatsbyjs#10332)
      feat(docs): Create clearer pathways in docs (gatsbyjs#9898)
      feat(www): Rename community section to creators (gatsbyjs#10312)
      docs(graphql-reference): clarify filtering using comma/and operator (gatsbyjs#10321)
      chore(release): Publish
      feat(gatsby-plugin-sass): Support Dart SASS (gatsbyjs#10159)
      fix(gatsby-source-drupal): use basic auth credentials to fetch remote files as well. (gatsbyjs#10302)
      fix(gatsby-source-filesystem): allow empty password for basic auth in createRemoteFileNode (gatsbyjs#10280)
      docs(gatsby-remark-prismjs): Use Gatsby V2 project structure (gatsbyjs#10059)
      chore: update link for react-gatsby-firebase-authentication (gatsbyjs#10314)
      fix(www): Awesome Gatsby sidebar link (gatsbyjs#10313)
      Add thijs koerselman to creators list (gatsbyjs#10303)
      chore(release): Publish
      fix(gatsby-plugin-emotion): allow for React.Fragment shorthand syntax (gatsbyjs#10291)
      feat(www): Update starter cards (gatsbyjs#10258)
      Update index.md (gatsbyjs#10307)
      Update index.md (gatsbyjs#10306)
      ...
    m-allanson committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    bfd81d3 View commit details
    Browse the repository at this point in the history