Skip to content

Releases: djfarly/gatsby-plugin-graphql-preview

v2.1.0

11 Apr 14:11
Compare
Choose a tag to compare

2.1.0 (2019-04-11)

Features

v2.0.0

09 Mar 15:04
7d930c8
Compare
Choose a tag to compare

2.0.0 (2019-03-09)

Bug Fixes

  • add react 16.8 peer dep - thus complain, when that is not met (6a5a693)

Features

  • options: add previewQueryParam option to configure query parameter (03e4bca), closes #6
  • preview pages: use query param instead of copied page for previews (95ba8d8), closes #3

BREAKING CHANGES

  • preview pages: preview is now available as ?preview=1 instead of /_preview/

v1.1.3

04 Mar 17:08
Compare
Choose a tag to compare

1.1.3 (2019-03-04)

Bug Fixes

  • gatsby-node: fix import after moving files (ee649d7)

v1.1.2

04 Mar 16:53
Compare
Choose a tag to compare

1.1.2 (2019-03-04)

Bug Fixes

  • index: index.js needs to live in root directory for gatsby to find the plugin (bef4977)

v1.1.1

04 Mar 16:23
Compare
Choose a tag to compare

1.1.1 (2019-03-04)

Bug Fixes

  • PreviewFetcher: fix refetch not working when being called with arguments (e.g. from event liste (c76b10e)

v1.1.0

04 Mar 14:32
Compare
Choose a tag to compare

1.1.0 (2019-03-04)

Features

  • initial-release: publish to gatsby plugin lib by adding keywords (ad00355)

v1.0.1

04 Mar 13:49
70c1eae
Compare
Choose a tag to compare

1.0.1 (2019-03-04)

Bug Fixes

  • initial-release: release the correct files (5f8f240)

v1.0.0

04 Mar 13:06
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

1.0.0 (2019-03-04)

Features

  • initial-release: relase package initially (474042e)