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

refactor(gatsby): remove parsePath from gatsby core, and move to gatsby-link #9957

Merged
merged 9 commits into from
Feb 19, 2019

Commits on Nov 15, 2018

  1. refactor: remove parsePath from gatsby core, and move to gatsby-link

    Moving a utility function (that was not used!) in gatsby core into where
    it belongs, gatsby-link. This was discovered via a community member
    (@travi), as he was attempting to use storybook to test a Link component
    (outside of Gatsby), e.g. `import Link from 'gatsby-link'`, which was
    then requiring `gatsby` core.
    
    This also generally solves some weirdness that the cyclical require was
    kinda weird, e.g. gatsby -> gatsby-link -> gatsby
    
    I do not believe this is a breaking change, since the version required
    of gatsby-link will just be bumped by gatsby, and the export is still
    exported from the top level gatsby module
    DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    57a38f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a851b View commit details
    Browse the repository at this point in the history
  3. chore: use test blocks

    DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a7cecba View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. chore: fix crlf

    DSchau committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    3e6256b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6eb21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd05819 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    c85fedb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. chore: remove compiled file

    DSchau committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    dbf53a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    d9671b5 View commit details
    Browse the repository at this point in the history