npm gatsby 0.12.40
Use Yarn by default and add support for array values in JS frontmatter

latest releases: 5.14.0-alpha-gatsby.9, 5.14.0-alpha-gatsby.6, 5.13.4...
7 years ago

Our 40th patch release on the 0.12 minor series! Woot!

Two nice feature additions from two new Gatsby contributors.

  • @donysukardi added support for using Yarn over NPM when creating a new Gatsby site using gatsby new #782
  • @Tom-Bonnike extended our JavaScript frontmatter code to support array values. #784 So now the parsing code can extract values in this form:
exports.data = {
  titles: ['My title', 'My other title'],
}

Don't miss a new gatsby release

NewReleases is sending notifications on new releases.