Skip to content

Alpha16 — Fully immutable nodes

Pre-release
Pre-release

Choose a tag to compare

@KyleAMathews KyleAMathews released this 26 May 09:32
· 20571 commits to master since this release

Added

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