Skip to content

Releases: gatsbyjs/gatsby

v0.6.0

03 Oct 20:53

Choose a tag to compare

Bug fix

  • Previously Gatsby was compiling the production bundle.js with source-maps inlined. @fson noticed this and wrote a PR to fix this which reduced bundle.js size by 3x! #48

Fix for asset copying bug

22 Sep 16:02

Choose a tag to compare

Gatsby previously was crashing when trying to copy assets in the post-build step where the asset was not in a directory with a page.

#39

Fixed in 55fee06

Support SVG

15 Sep 00:35

Choose a tag to compare

@fson added SVG support to the Webpack config in #34

Fully support ES6 and babel

11 Sep 17:20

Choose a tag to compare

@gesposito fixed up Gatsby's support for Babel in #31 as well as converting the starter blog to ES6

Thanks!

Fix path error on builds for non-index pages

04 Sep 16:58

Choose a tag to compare

Fix "Cannot find module" error"

23 Jul 15:31

Choose a tag to compare

Bugs fixed:

  • #11 Error: Cannot find module '../lib/utils/init-starter' on second step of tutorial

0.2.0

22 Jul 21:51

Choose a tag to compare

First somewhat stable public release

Features added:

  • Install pre-built starter sites from Github.
  • Support adding link prefixes e.g. for Github sites.
  • Added two demo/starter sites, a blog and documentation site
  • Added two helper functions for auto-prefixing links and for finding the child pages for a template.