Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.24.13
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.24.14
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 29, 2020

  1. fix(gatsby-image): add required check for one of fluid or fixed (#25371)

    * Do not crash the page if the image component is invoked without parameters
    
    * added a warning if missing fluid and fixed props
    
    * had swapped a condition
    
    * doing destructuring in function parameter list
    
    * now with functioning tree-shaking
    
    * updating function doc: returns undefined, not null
    
    * switching to proptypes for validation
    
    * Update packages/gatsby-image/src/index.js
    
    Co-authored-by: Andreas Ehrencrona <andreas@scholarsapp.com>
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    3 people authored Jul 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ce7ba8a View commit details
  2. fix(gatsby): Load resources in ProdPageRenderer (#26092)

    * Load resources in ProdPageRenderer
    
    * Add simple unit tests
    sidharthachatterjee authored Jul 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f8b7b35 View commit details
  3. chore(release): Publish

     - gatsby-admin@0.1.103
     - gatsby-image@2.4.14
     - gatsby@2.24.14
    sidharthachatterjee committed Jul 29, 2020
    Copy the full SHA
    d2de4e5 View commit details
Loading