yarn gatsby 1.0.0-alpha19
Huge release! Some deep refactors to improve reliability & speed plus the implementation of our new API specificatoin

latest releases: 5.14.0-alpha-gatsby.6, 5.13.4, 5.14.0-ctf-next.0...
6 years ago

Added

Changed

Grand big API renaming based on our new API spec https://www.gatsbyjs.org/docs/api-specification/

API changes:

Action creators:

  • upsertPage is now createPage
  • addFieldToNode is now createNodeField
  • deletePageByPath is now deletePage
  • addNodeToParent is now createParentChildLink

gatsby-browser.js APIs:

  • clientEntry is now onClientEntry

gatsby-node.js APIs:

  • onNodeCreate is now onCreateNode
  • onUpsertPage is now onCreatePage
  • extendNodeType is now setFieldsOnGraphQLNodeType

gatsby-ssr.js APIs:

  • modifyHeadComponents and modifyPostBodyComponents were removed in favor of a
    new API onRenderBody.
  • replaceServerBodyRender is now replaceRenderer

Fixed

New 1.0 sites launched

Don't miss a new gatsby release

NewReleases is sending notifications on new releases.