From beb669f43e4d587b516cf291a3cfeedf0817e30e Mon Sep 17 00:00:00 2001 From: Amberley Date: Thu, 13 Sep 2018 11:22:43 -0500 Subject: [PATCH] feat: Add v2 changelog (#8123) closes #7473 --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a68a523cbde..00564b44e4bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # Change Log +## [2.0.0] - 2018-09-13 + +### Added +- Improve Gatsby's routing accessibility by integrating @reach/router (#6918) @KyleAMathews +- Add new onPreRenderHTML SSR API to manage head components in html.js (#6760) @octalmage +- Improve build speeds on larger sites (HulkSmash!) (#6226) @KyleAMathews +- Add multi-process HTML rendering support(#6417) @KyleAMathews +- Add babel-plugin-macros for custom babel config (#7129) @porfirioribeiro +- Upgrade webpack to v3, improve webpack utils (#3126) @jquense +- Add gatsby-remark-graphviz plugin to render dot (graphviz) code blocks to SVG (#7341) @Moocar +- Improve support for non-latin language content in gatsby-transformer-remark (#6992) @youngboy +- Improve support for Drupal relationships in gatsby-source-drupal (#5020) @pieh +- Add support for extra connection string params in gatsby-source-mongodb (#5972) @lcostea +- Add support for additional options supplied to gatsby-plugin-styled-components (#5240) @nihgwu +- Add guide on debugging the Gatsby build process (#6369) @pieh +- Add docs on unit testing, Cypress, react-testing-library and testing CSS-in-JS (#6678, #6708) @ascorbic, @LeKoArts +- Redesigned docs navigation and expanded docs topics (#6245, #6610) @shannonbux, @fk +- Allow plugins to override core prefetching behavior (#5320) @KyleAMathews +- Add gatsby-codemods package to assist v1 -> v2 transition (#6122) @jquense +- Add gatsby-plugin-layout package to allow use of v1 layout components in v2 (#7204) @pieh +- Add support for service worker caching of prefetched resources in gatsby-plugin-offline (#6566) @kkemple +- Add critical scripts and links to static file globs in service worker in gatsby-plugin-offline (#6316) @kkemple +- Add snapshot testing for gatsby-link (#7090) @alexandernanberg +- Introduce REPL command to gatsby-cli (#7262) @kkemple +- Add support for webpackPrefetch (#5901) @pistachiology +- Explicitly export graphql tag from Gatsby (#5415) @pieh +- Add eslint-loader and eslint configuration (#4893) @kkemple +- Improve loading graphql query results ("ludicrous mode!") (#4555) @m-allanson +- Improve error messaging when Gatsby is not installed (#7106) @KyleAMathews +- Improve modifyWebpackConfig error messaging (#7152) @m-allanson +- Add support for open tracing with zipkin (#6347) @Moocar +- Improve error messaging when plugin can't be loaded (#7023) @KyleAMathews +- Display formatted message for graphql resolver errors (#6142) @pieh +- Improve error formatting on HTML build errors (#6188) @pieh + +### Fixed +- Fix out of memory error by saving state to after bootstrap is complete (#6636) @KyleAMathews +- Fix out of memory error by flattening entry values (#6797) @chuntley +- Fix code syntax formatting bug which highlighted keywords in plaintext (#7342) @tryzniak +- Remove dependency on react-lifecycles-compat (#7070) @alexandernanberg +- Prevent both preloading and inlining css in head (#6009) @thescientist13 +- Fix service worker bug originating from inlining webpack-runtime (#5540) @KyleAMathews +- Fix bug producing duplicates when naming GraphQL queries (#6765) @fusepilot +- Fix typo in type annotation (#6288) @sudodoki +- Fix showing 404 page in development (#7140) @KyleAMathews +- Tighten externals matching to prevent code imports from causing build errors (#7325) @m-allanson + ## [1.5.0] - 2017-07-27 ### Added