From 1894196672be3811824876f90731d9eccce2f871 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 26 May 2017 10:27:29 +0100 Subject: [PATCH] Updates for alpha16 (#1045) --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- www/src/pages/docs/index.js | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71c5bbf8bf5e..fc6d9d5ae7e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [1.0.0-alpha16] - 2017-05-26 +### Added + +- Migration guide @kyleamathews #1032 +- Made nodes fully immutable @kyleamathews #1035 +- Add no-plugins example @scottyeck #1028 +- Add support for "internal" plugins #1010 +- Expose internal Gatsby data through GraphQL @kyleamathews #1014 + +### Changed + +- Removed `updateNode` action creator as part of making nodes immutable in #1035. +Now sites/plugins should use `addFieldToNode` for adding fields to nodes created +by other plugins and `addNodeToParent` for adding a new node as a child to +an existing node. + +### Fixed +- Don't override the default onClick handler in gatsby-link @scottyeck #1019 + ## [1.0.0-alpha15] - 2017-05-15 ### Added diff --git a/lerna.json b/lerna.json index a9ee29d03104b..cbf4fddda13f5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0-rc.5", - "version": "1.0.0-alpha15", + "version": "1.0.0-alpha16", "npmClient": "npm", "packages": [ "packages/*" diff --git a/www/src/pages/docs/index.js b/www/src/pages/docs/index.js index aaa21dae9ad10..b3eab47fc988a 100644 --- a/www/src/pages/docs/index.js +++ b/www/src/pages/docs/index.js @@ -33,7 +33,7 @@ class IndexRoute extends React.Component {

The best way to get started is by installing Gatsby Starters. There are four sites that currently works with - gatsby@1.0.0-alpha15: + gatsby@1.0.0-alpha16: