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 Loading
base: gatsby-plugin-sharp@2.14.2
Choose a base ref
...
head repository: gatsbyjs/gatsby Loading
compare: gatsby-plugin-sharp@2.14.3
Choose a head ref
  • 9 commits
  • 43 files changed
  • 9 contributors

Commits on Feb 24, 2021

  1. feat(gatsby): Respect VERBOSE env var (#29708) (#29713)

    * feat(gatsby): Respect VERBOSE env var (#29708)
    
    * Respect GC_VERBOSE env var
    
    * Switch to VERBOSE
    
    * Support VERBOSE in build as well
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 97d6d3e)
    
    * Add back chalk
    
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    3 people committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    49f19fd View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-source-wordpress):issue #29535 not finished createSchemaCu… (

    #29554) (#29712)
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 308d418)
    
    Co-authored-by: liwenzhi <lwz7512@gmail.com>
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    3 people committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d806703 View commit details
    Browse the repository at this point in the history
  3. Release gatsby plugin gatsby cloud for Gatsby v2 (#29738)

    * Add gatsby-plugin-gatsby-cloud
    
    * Fix babel-preset-gatsby-package version
    
    * Update engines
    sidharthachatterjee committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    8a2fac9 View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - gatsby-admin@0.8.6
     - gatsby-plugin-gatsby-cloud@1.0.2
     - gatsby-source-wordpress@4.0.3
     - gatsby@2.32.6
    ascorbic committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    662fe41 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. feat(gatsby): ignore case option in create redirect (#29742)

    * Add ignoreCase option for createRedirect and support it in client side navigation
    
    * Add typings for ignoreCase
    
    * Update packages/gatsby/src/redux/actions/public.js
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Prepare lowercased redirects at build time
    
    * Add tests
    
    * Remove only
    
    * Switch to O(1) Maps
    
    * Update navigate as well
    
    * Update packages/gatsby/index.d.ts
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    
    * Update packages/gatsby/cache-dir/navigation.js
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    
    * Set ignoreCase to false by default
    
    * Update snapshot
    
    * toLowerCase not toLowercase fml
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    3 people committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    91b9d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bdabd View commit details
    Browse the repository at this point in the history
  3. Update index.js (#29758) (#29761)

    (cherry picked from commit 3cafa4f)
    
    Co-authored-by: Hendra Gotara <hendra.gotara@gmail.com>
    GatsbyJS Bot and hendra-go committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    997985a View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-plugin-feed): Exists function and update version fs-extra (#…

    …29616) (#29764)
    
    Co-authored-by: Hector Alcazar <halcaza@US-C02DKA1XMD6M>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 5fb6064)
    
    Co-authored-by: hiad <hiad99@gmail.com>
    ascorbic and hiad committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    21f02de View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish

     - gatsby-admin@0.8.7
     - gatsby-plugin-feed@2.13.1
     - gatsby-plugin-sharp@2.14.3
     - gatsby-transformer-sqip@2.11.3
     - gatsby@2.32.7
    ascorbic committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    65274d6 View commit details
    Browse the repository at this point in the history
Loading