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-emotion@4.0.2
Choose a base ref
...
head repository: gatsbyjs/gatsby Loading
compare: gatsby-plugin-emotion@4.0.3
Choose a head ref
  • 9 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    bbbfbc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07086d1 View commit details
    Browse the repository at this point in the history
  3. fix(core): empty cache if delete fails [docker] (#11454)

    ## Description
    Attempts to empty the `.cache/` directory if deleting it fails. Deletion might fail if for example the directory is a mountpoint for a docker volume.
    
    ## Related Issues
    This fixes #11097 
    
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    2 people authored and wardpeet committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c2fa762 View commit details
    Browse the repository at this point in the history
  4. docs(building-with-components): convert class to functional components (

    #11344)
    
    On the [building with components page](https://www.gatsbyjs.org/docs/building-with-components/) page, all the code examples are using class components. Even though it is only a small difference, using functional components will result in a smaller output. Also, class components will be much less common when hooks are part of the stable release.
    
    This is similar to this PR: #11146.
    Jordan Overbye authored and wardpeet committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    80b3b5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbb77da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5abf8d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64db1b3 View commit details
    Browse the repository at this point in the history
  8. feat(gatsby-source-wordpress): add jwt_base_path option (#11425)

    ## Description
    
    Removes hardcoded JWT token path in gatsby-source-wordpress and passes it in auth options, to support other Wordpress JWT plugins. 
    
    Test Passed and the functionality works locally.
    rotexhawk authored and wardpeet committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    8bcd19b View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish

     - gatsby-plugin-emotion@4.0.3
     - gatsby-source-wordpress@3.0.32
     - gatsby@2.0.111
    pieh committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    95b6db4 View commit details
    Browse the repository at this point in the history
Loading