Skip to content

Our first beta!!! 🎉

Pre-release
Pre-release

Choose a tag to compare

@KyleAMathews KyleAMathews released this 15 Jun 20:27
· 20464 commits to master since this release

Thanks so much to everyone who's helped get Gatsby to this point. Now onto 1.0.

Added

Changed

  • Move all filter operators for connections under a top-level "filter" field #1177 @KyleAMathews
  • Change linkPrefix to pathPrefix and add an example site #1155 @KyleAMathews
  • Make the plugin options for remark plugins the second argument (like everywhere else) #1167 @KyleAMathews
  • Start using next instead of canary in example sites for package versions @KyleAMathews

Fixed

  • Fix graphql compiler on typescript #949 @fabien0102
  • Replace react.createClass with ES6 classes in exmaples html.js, add PropTypes #1169 @abachuk
  • Fix windows build issue #1158 @KyleAMathews
  • Use custom delimiter when flattening example values for enum fields so easy to convert back @KyleAMathews
  • gatsby-remark-responsive-images: use span instead of div #1151 @rstacruz
  • Add check that we can actually find a linked image file node @KyleAMathews
  • Ignore SVGs in gatsby-remark-responsive-image #1157 @fk
  • Replace using levelup for caching with lowdb to avoid native dependency #1142 @KyleAMathews
  • Fix Appveyor bug regarding build all examples on release #1118 @jbolda