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.64
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.65
Choose a head ref
  • 10 commits
  • 59 files changed
  • 7 contributors

Commits on Sep 23, 2020

  1. fix(gatsby): Recognise null pages as not found (#27003)

    * Show null page as not found
    
    * Don't register null paths
    
    * Add test for redirect
    ascorbic authored Sep 23, 2020
    Copy the full SHA
    18944ce View commit details
  2. fix(gatsby-plugin-mdx): Fix not passing file path to remark plugins (#…

    …26914)
    
    * Fix gatsby-plugin-mdx not passing file path to remark plugins
    
    * Add comments for the test
    kevin940726 authored Sep 23, 2020
    Copy the full SHA
    5d39594 View commit details
  3. feat(gatsby-starter-blog): Remove typography.js (#27001)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    LekoArts and gatsbybot authored Sep 23, 2020
    Copy the full SHA
    2e9a38b View commit details
  4. Copy the full SHA
    1509aa6 View commit details
  5. Copy the full SHA
    a4cd7d5 View commit details
  6. fix typo (#27008)

    muescha authored Sep 23, 2020
    Copy the full SHA
    fe46735 View commit details

Commits on Sep 24, 2020

  1. Copy the full SHA
    c726f98 View commit details
  2. fix(build): remove stale page-data files (#26937)

    * test(artifacts): assert (un)expected page-data/html files
    
    * fix(gatsby): delete stale page-data on builds
    
    * remove deepFilter option
    
    it could cause very weird edge cases if user actually have pages with
    `/sq/d/` prefix and we already check for `page-data.json` file
    (static query will have [hash].json names)
    
    * handle fs traversal errors (kind of)
    pieh authored Sep 24, 2020
    Copy the full SHA
    dfe9fb0 View commit details
  3. Copy the full SHA
    ace0aaf View commit details
  4. chore(release): Publish

     - gatsby-admin@0.1.154
     - gatsby-plugin-graphql-config@0.0.2
     - gatsby-plugin-mdx@1.2.41
     - gatsby@2.24.65
    pieh committed Sep 24, 2020
    Copy the full SHA
    959814c View commit details
Loading