|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.0.0-beta.1] - 2017-06-15 |
| 4 | + |
| 5 | +Our first beta!!! 🎉 |
| 6 | + |
| 7 | +### Added |
| 8 | +* Allow for gatsby-remark-smartypants options #1166 @mitchejj |
| 9 | +* New design (for gatsbyjs.org) + new home page #1170 @kyleamathews |
| 10 | +* Add ability to locally define plugins #1126 @0x80 |
| 11 | +* Add rough draft for docs for creating source plugins #1159 @kyleamathews |
| 12 | +* Optimizations around prefetching page resources #1133 @kyleamathews |
| 13 | +* Redux example site #1081 @scottyeck |
| 14 | +* Sitemap Generator Plugin #1115 @nicholaswyoung |
| 15 | +* Add documentation to gatsby-remark-prism @kyleamathews |
| 16 | + |
| 17 | +### Changed |
| 18 | +* Move all filter operators for connections under a top-level "filter" field #1177 @kyleamathews |
| 19 | +* Change `linkPrefix` to `pathPrefix` and add an example site #1155 @kyleamathews |
| 20 | +* Make the plugin options for remark plugins the second argument (like everywhere else) #1167 @kyleamathews |
| 21 | +* Start using next instead of canary in example sites for package versions @kyleamathews |
| 22 | + |
| 23 | +### Fixed |
| 24 | +* Fix graphql compiler on typescript #949 @fabien0102 |
| 25 | +* Replace react.createClass with ES6 classes in exmaples html.js, add PropTypes #1169 @abachuk |
| 26 | +* Fix windows build issue #1158 @kyleamathews |
| 27 | +* Use custom delimiter when flattening example values for enum fields so easy to convert back @kyleamathews |
| 28 | +* gatsby-remark-responsive-images: use span instead of div #1151 @rstacruz |
| 29 | +* Add check that we can actually find a linked image file node @kyleamathews |
| 30 | +* Ignore SVGs in gatsby-remark-responsive-image #1157 @fk |
| 31 | +* Replace using levelup for caching with lowdb to avoid native dependency #1142 @kyleamathews |
| 32 | +* Fix Appveyor bug regarding build all examples on release #1118 @jbolda |
| 33 | + |
| 34 | + |
3 | 35 | ## [1.0.0-alpha20] - 2017-06-05 |
4 | 36 |
|
5 | 37 | ### Added |
|
0 commit comments