npm gatsby 0.12.20
UX improvements and support .yml files

latest releases: 5.14.0-alpha-gatsby.9, 5.14.0-alpha-gatsby.6, 5.13.4...
7 years ago
  • We tell people Gatsby sites work w/o Javascript and then people fire up a development server w/o javascript... and see a blank screen. The development server actually does need javascript to power hot-reloading, etc. @nason add a default <noscript /> message for people who've turned off Javascript to tell them what's happening and how to test their site w/ no javascript (gatsby build; gatsby serve-build) #566
  • @vinnymac borrowed a nice recent addition to create-react-app where they're not just telling you that your desired port is taken but also which process is (probably) using it #579
    ~
  • @briancappello added support for the .yml file extension (a less common variant file extension for YAML files). #580

Thanks everyone!

Don't miss a new gatsby release

NewReleases is sending notifications on new releases.