Skip to content

Latest commit

 

History

History
1276 lines (645 loc) · 65.6 KB

CHANGELOG.md

File metadata and controls

1276 lines (645 loc) · 65.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.10.2 (2021-07-21)

Bug Fixes

3.10.1 (2021-07-21)

Note: Version bump only for package gatsby-plugin-sharp

3.10.0 (2021-07-20)

Note: Version bump only for package gatsby-plugin-sharp

3.10.0-next.1 (2021-07-08)

Note: Version bump only for package gatsby-plugin-sharp

3.10.0-next.0 (2021-07-01)

Note: Version bump only for package gatsby-plugin-sharp

3.9.0-next.1 (2021-06-28)

Features

  • add unstable_onPluginInit that would execute once in all processes (#31901) (2bf8c0d)

3.9.0-next.0 (2021-06-18)

Note: Version bump only for package gatsby-plugin-sharp

3.8.0-next.1 (2021-06-10)

Note: Version bump only for package gatsby-plugin-sharp

3.8.0-next.0 (2021-06-03)

Note: Version bump only for package gatsby-plugin-sharp

3.7.0-next.2 (2021-06-02)

Note: Version bump only for package gatsby-plugin-sharp

3.7.0-next.1 (2021-05-31)

Note: Version bump only for package gatsby-plugin-sharp

3.7.0-next.0 (2021-05-21)

Note: Version bump only for package gatsby-plugin-sharp

3.6.0-next.1 (2021-05-20)

Note: Version bump only for package gatsby-plugin-sharp

3.6.0-next.0 (2021-05-06)

Note: Version bump only for package gatsby-plugin-sharp

3.5.0-next.2 (2021-05-05)

Note: Version bump only for package gatsby-plugin-sharp

3.5.0-next.1 (2021-04-28)

Bug Fixes

  • gatsby-plugin-sharp: Handle fractional image sizes (#31057) (08dfb37)

3.5.0-next.0 (2021-04-23)

Bug Fixes

3.4.0-next.3 (2021-04-20)

Note: Version bump only for package gatsby-plugin-sharp

3.4.0-next.2 (2021-04-20)

Note: Version bump only for package gatsby-plugin-sharp

3.4.0-next.1 (2021-04-16)

Note: Version bump only for package gatsby-plugin-sharp

3.4.0-next.0 (2021-04-09)

Note: Version bump only for package gatsby-plugin-sharp

3.3.0-next.3 (2021-04-09)

Note: Version bump only for package gatsby-plugin-sharp

3.3.0-next.2 (2021-04-07)

Note: Version bump only for package gatsby-plugin-sharp

3.3.0-next.1 (2021-03-30)

Note: Version bump only for package gatsby-plugin-sharp

3.3.0-next.0 (2021-03-25)

Note: Version bump only for package gatsby-plugin-sharp

3.2.0-next.1 (2021-03-19)

Note: Version bump only for package gatsby-plugin-sharp

3.2.0-next.0 (2021-03-11)

Note: Version bump only for package gatsby-plugin-sharp

3.1.0-next.2 (2021-03-10)

Bug Fixes

3.1.0-next.1 (2021-02-26)

Note: Version bump only for package gatsby-plugin-sharp

3.1.0-next.0 (2021-02-26)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.9 (2021-02-25)

Features

3.0.0-next.8 (2021-02-22)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.7 (2021-02-19)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.6 (2021-02-19)

Bug Fixes

3.0.0-next.5 (2021-02-18)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.4 (2021-02-17)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.3 (2021-02-12)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.2 (2021-02-11)

Features

3.0.0-next.1 (2021-02-08)

Note: Version bump only for package gatsby-plugin-sharp

3.0.0-next.0 (2021-02-05)

Note: Version bump only for package gatsby-plugin-sharp

2.15.0-next.1 (2021-02-04)

Bug Fixes

  • gatsby-plugin-sharp: make sure to pass the failOnError option to base64 generation (#29254) (bc0f5c8)

2.15.0-next.0 (2021-01-28)

Bug Fixes

Features

2.14.0-next.1 (2021-01-26)

Bug Fixes

  • gatsby-plugin-sharp: ignore incorrect duotone options (#28999) (298eb31)

Features

  • gatsby-plugin-image: Add support for backgroundColor in sharp (#29141) (eb2bede)
  • gatsby-plugin-sharp: Add image plugin defaults (#29147) (8b6bfa6)

2.14.0-next.0 (2021-01-18)

Bug Fixes

  • security: update vulnerable packages, include React 17 in peerDeps (#28545) (18b5f30)

Features

  • gatsby-plugin-image: Change fullWidth to use breakpoints (#29002) (9bcc12c)

2.13.0-next.1 (2021-01-12)

Bug Fixes

  • gatsby-plugin-sharp: Add avif to pipeline (#28871) (1debff5)
  • gatsby-plugin-sharp: Pass format-specific options in image-data (#28826) (7378fcf)
  • gatsby-plugin-sharp: PathPrefix isn't being passed/set for GatsbyImage (#28845) (5874414)

Features

Performance Improvements

  • gatsby-plugin-sharp: change approach to concurrency for image processing (#28575) (930e6b6)

2.13.0-next.0 (2020-12-29)

Features

2.12.0-next.6 (2020-12-29)

Features

2.12.0-next.5 (2020-12-18)

Note: Version bump only for package gatsby-plugin-sharp

2.12.0-next.4 (2020-12-17)

Bug Fixes

  • deps: update minor and patch for gatsby-plugin-sharp (#28509) (0ce0f69)

2.12.0-next.3 (2020-12-17)

Note: Version bump only for package gatsby-plugin-sharp

2.12.0-next.2 (2020-12-17)

Features

  • gatsby-plugin-image: Make dimensions optional and default to constrained (#28662) (f24a23d)

2.12.0-next.1 (2020-12-15)

Bug Fixes

  • gatsby-plugin-image: Correctly handle formats in StaticImage (#28618) (912f30c)
  • gatsby-plugin-sharp: catch errors when writing base64 images (#28614) (02860da)
  • gatsby-plugin-sharp: Include default transform options for webp (#28620) (1c750b6)

2.12.0-next.0 (2020-12-10)

Bug Fixes

  • gatsby-plugin-sharp: fix image url decoding for lazy images (#28576) (592d3d1)

Features

  • gatsby-plugin-sharp: run a single transformation for lazy images (#28574) (498fbbf)

2.11.0-next.4 (2020-12-08)

Note: Version bump only for package gatsby-plugin-sharp

2.11.0-next.3 (2020-12-04)

Note: Version bump only for package gatsby-plugin-sharp

2.11.0-next.2 (2020-12-03)

Bug Fixes

  • gatsby-plugin-sharp: decode URL so it matches the cache key (#28449) (946eed0)

2.11.0-next.1 (2020-12-01)

Bug Fixes

  • avoid joi validation error when using reporter.panic (#28291) (231cf9f)

2.11.0-next.0 (2020-11-26)

Features

  • gatsby-plugin-image: Add image plugin helpers (#28110) (6ed397f)
  • gatsby-plugin-sharp: add experimental opt-in lazy image processing mode for gatsby develop (#28288) (cc68a1f)

2.10.0-next.1 (2020-11-18)

Note: Version bump only for package gatsby-plugin-sharp

2.10.0-next.0 (2020-11-18)

Note: Version bump only for package gatsby-plugin-sharp

2.8.0-next.1 (2020-11-10)

Features

2.7.0 (2020-11-02)

Features

2.6.44 (2020-11-02)

Features

2.6.43 (2020-10-19)

Performance Improvements

  • gatsby-plugin-image: Optimise image size functions (#27544) (8752477)

2.6.42 (2020-10-12)

Features

  • gatsby-plugin-sharp: added option to allow sharp process to continue with errors (#27345) (1da5926)

2.6.41 (2020-10-12)

Note: Version bump only for package gatsby-plugin-sharp

2.6.40 (2020-10-09)

Note: Version bump only for package gatsby-plugin-sharp

2.6.39 (2020-10-06)

Note: Version bump only for package gatsby-plugin-sharp

2.6.38 (2020-10-01)

Note: Version bump only for package gatsby-plugin-sharp

2.6.37 (2020-09-28)

Note: Version bump only for package gatsby-plugin-sharp

2.6.36 (2020-09-15)

Note: Version bump only for package gatsby-plugin-sharp

2.6.35 (2020-09-10)

Note: Version bump only for package gatsby-plugin-sharp

2.6.34 (2020-09-09)

Note: Version bump only for package gatsby-plugin-sharp

2.6.33 (2020-09-08)

Bug Fixes

  • gatsby-plugin-sharp: Don't swallow sharp errors (#26806) (5549a23)

2.6.32 (2020-09-07)

Note: Version bump only for package gatsby-plugin-sharp

2.6.31 (2020-08-31)

Note: Version bump only for package gatsby-plugin-sharp

2.6.30 (2020-08-28)

Note: Version bump only for package gatsby-plugin-sharp

2.6.29 (2020-08-26)

Note: Version bump only for package gatsby-plugin-sharp

2.6.28 (2020-08-24)

Note: Version bump only for package gatsby-plugin-sharp

2.6.27 (2020-08-11)

Note: Version bump only for package gatsby-plugin-sharp

2.6.26 (2020-08-10)

Note: Version bump only for package gatsby-plugin-sharp

2.6.25 (2020-08-05)

Note: Version bump only for package gatsby-plugin-sharp

2.6.24 (2020-07-30)

Note: Version bump only for package gatsby-plugin-sharp

2.6.23 (2020-07-28)

Bug Fixes

2.6.22 (2020-07-24)

Note: Version bump only for package gatsby-plugin-sharp

2.6.21 (2020-07-21)

Note: Version bump only for package gatsby-plugin-sharp

2.6.20 (2020-07-20)

Bug Fixes

2.6.19 (2020-07-09)

Note: Version bump only for package gatsby-plugin-sharp

2.6.18 (2020-07-06)

Bug Fixes

  • gatsby-transformer-sharp: removed unnecessary conversion to webp (#25325) (a5459bc)

2.6.17 (2020-07-02)

Note: Version bump only for package gatsby-plugin-sharp

2.6.16 (2020-07-01)

Note: Version bump only for package gatsby-plugin-sharp

2.6.15 (2020-07-01)

Note: Version bump only for package gatsby-plugin-sharp

2.6.14 (2020-06-24)

Bug Fixes

  • gatsby-plugin-sharp: use contentdigest for base64 cache (#24892) (1c99d34)

2.6.13 (2020-06-22)

Note: Version bump only for package gatsby-plugin-sharp

2.6.12 (2020-06-19)

Note: Version bump only for package gatsby-plugin-sharp

2.6.11 (2020-06-09)

Note: Version bump only for package gatsby-plugin-sharp

2.6.10 (2020-06-02)

Note: Version bump only for package gatsby-plugin-sharp

2.6.9 (2020-05-22)

Note: Version bump only for package gatsby-plugin-sharp

2.6.8 (2020-05-20)

Note: Version bump only for package gatsby-plugin-sharp

2.6.7 (2020-05-20)

Note: Version bump only for package gatsby-plugin-sharp

2.6.6 (2020-05-19)

Note: Version bump only for package gatsby-plugin-sharp

2.6.5 (2020-05-19)

Bug Fixes

2.6.4 (2020-05-18)

Note: Version bump only for package gatsby-plugin-sharp

2.6.3 (2020-05-13)

Note: Version bump only for package gatsby-plugin-sharp

2.6.2 (2020-05-07)

Bug Fixes

  • gatsby-image: Fix fluid not respecting maxWidth/maxHeight (#17006) (ad7cd6b)

2.6.1 (2020-05-05)

Note: Version bump only for package gatsby-plugin-sharp

2.6.0 (2020-04-27)

Note: Version bump only for package gatsby-plugin-sharp

2.5.7 (2020-04-24)

Note: Version bump only for package gatsby-plugin-sharp

2.5.6 (2020-04-17)

Bug Fixes

  • gatsby-plugin-sharp: error if we can't determine dimensio… (#23156) (e11c970)
  • wrap ignore pattern in quotes (#23176) (7563db6)

2.5.5 (2020-04-16)

Bug Fixes

2.5.4 (2020-04-04)

Bug Fixes

2.5.3 (2020-03-24)

Bug Fixes

2.5.2 (2020-03-23)

Bug Fixes

  • gatsby-plugin-sharp: fix Traced SVG scaling issue in Internet Explorer (#22358) (6d4fa76)

2.5.1 (2020-03-20)

Note: Version bump only for package gatsby-plugin-sharp

2.5.0 (2020-03-20)

Features

2.4.13 (2020-03-16)

Note: Version bump only for package gatsby-plugin-sharp

2.4.12 (2020-03-12)

Note: Version bump only for package gatsby-plugin-sharp

2.4.11 (2020-03-11)

Note: Version bump only for package gatsby-plugin-sharp

2.4.10 (2020-03-10)

Note: Version bump only for package gatsby-plugin-sharp

2.4.9 (2020-03-10)

Features

2.4.8 (2020-03-09)

Note: Version bump only for package gatsby-plugin-sharp

2.4.7 (2020-03-06)

Note: Version bump only for package gatsby-plugin-sharp

2.4.6 (2020-03-06)

Note: Version bump only for package gatsby-plugin-sharp

2.4.5 (2020-02-01)

Bug Fixes

  • gatsby-plugin-sharp: throw error when not added to gatsby-config (#21045) (3487e48)

2.4.4 (2020-01-29)

Note: Version bump only for package gatsby-plugin-sharp

2.4.3 (2020-01-27)

Bug Fixes

  • gatsby-plugin-sharp: add output file cache back for non job api (#20905) (64a5399)

2.4.2 (2020-01-27)

Bug Fixes

  • gatsby-plugin-sharp: honor stripMetadata setting for webp output images (#20860) (b1e328a)

2.4.1 (2020-01-27)

Bug Fixes

  • gatsby-plugin-sharp: convert rotate boolean to int (#20894) (a8135ea)
  • gatsby-plugin-sharp: hot fix for "Generating image thumbnails" progress bar reporting duplicates that don't do actual processing (#20839) (db36d69)

2.4.0 (2020-01-21)

Features

2.3.13 (2020-01-09)

Note: Version bump only for package gatsby-plugin-sharp

2.3.12 (2020-01-09)

Note: Version bump only for package gatsby-plugin-sharp

2.3.11 (2020-01-09)

Note: Version bump only for package gatsby-plugin-sharp

2.3.10 (2019-12-20)

Note: Version bump only for package gatsby-plugin-sharp

2.3.9 (2019-12-17)

Bug Fixes

2.3.8 (2019-12-16)

Note: Version bump only for package gatsby-plugin-sharp

2.3.7 (2019-12-10)

Note: Version bump only for package gatsby-plugin-sharp

2.3.6 (2019-12-10)

Note: Version bump only for package gatsby-plugin-sharp

2.3.5 (2019-12-02)

Bug Fixes

  • gatsby-core-utils: make createContentDigest deterministic (#19832) (cb6d0e2)

2.3.4 (2019-11-26)

Note: Version bump only for package gatsby-plugin-sharp

2.3.3 (2019-11-25)

Bug Fixes

  • gatsby-plugin-sharp: fix progressbar & caching layer (#19717) (7f9d5bb)

2.3.2 (2019-11-18)

Note: Version bump only for package gatsby-plugin-sharp

2.3.1 (2019-11-18)

Note: Version bump only for package gatsby-plugin-sharp

2.3.0 (2019-11-15)

Note: Version bump only for package gatsby-plugin-sharp

2.2.39 (2019-11-15)

Note: Version bump only for package gatsby-plugin-sharp

2.2.38 (2019-11-13)

Note: Version bump only for package gatsby-plugin-sharp

2.2.37 (2019-11-10)

Note: Version bump only for package gatsby-plugin-sharp

2.2.36 (2019-10-29)

Bug Fixes

  • gatsby-plugin-sharp: fix "Cannot set property 'multipassCount' of undefined" error (#19131) (3766dcd)

2.2.35 (2019-10-29)

Bug Fixes

2.2.34 (2019-10-28)

Note: Version bump only for package gatsby-plugin-sharp

2.2.33 (2019-10-28)

Bug Fixes

2.2.32 (2019-10-16)

Note: Version bump only for package gatsby-plugin-sharp

2.2.31 (2019-10-14)

Bug Fixes

  • gatsby-plugin-sharp: Allow brackets in paths (#18289) (f9933b1)

2.2.30 (2019-10-14)

Note: Version bump only for package gatsby-plugin-sharp

2.2.29 (2019-10-09)

Note: Version bump only for package gatsby-plugin-sharp

2.2.28 (2019-10-04)

Bug Fixes

2.2.27 (2019-09-26)

Bug Fixes

2.2.26 (2019-09-26)

Bug Fixes

2.2.25 (2019-09-20)

Note: Version bump only for package gatsby-plugin-sharp

2.2.24 (2019-09-18)

Note: Version bump only for package gatsby-plugin-sharp

2.2.23 (2019-09-18)

Bug Fixes

  • gatsby-plugin-sharp: Set a unique uuid for each job (#17693) (0926c73)

2.2.22 (2019-09-13)

Features

  • gatsby-remark-images: Add flag to suppress css background-image to prevent FOUB (#17154) (125fd01)

2.2.21 (2019-09-09)

Note: Version bump only for package gatsby-plugin-sharp

2.2.20 (2019-09-05)

Bug Fixes

2.2.19 (2019-09-01)

Bug Fixes

  • update minor updates in packages except react, babel and eslint (#17254) (252d867)

2.2.18 (2019-08-24)

Bug Fixes

2.2.17 (2019-08-23)

Note: Version bump only for package gatsby-plugin-sharp

2.2.16 (2019-08-22)

Note: Version bump only for package gatsby-plugin-sharp

2.2.15 (2019-08-22)

Note: Version bump only for package gatsby-plugin-sharp

2.2.14 (2019-08-21)

Bug Fixes

2.2.13 (2019-08-20)

Bug Fixes

2.2.12 (2019-08-16)

Bug Fixes

  • docs: dead links to sharp documentation, need to point to new host (#16687) (7c096e7)

2.2.11 (2019-08-09)

Note: Version bump only for package gatsby-plugin-sharp

2.2.10 (2019-08-06)

Note: Version bump only for package gatsby-plugin-sharp

2.2.9 (2019-07-22)

Note: Version bump only for package gatsby-plugin-sharp

2.2.8 (2019-07-17)

Bug Fixes

  • gatsby-plugin-sharp: Updates cpu core count path to corre… (#15833) (8f44086)

2.2.7 (2019-07-13)

Note: Version bump only for package gatsby-plugin-sharp

2.2.6 (2019-07-12)

Note: Version bump only for package gatsby-plugin-sharp

2.2.5 (2019-07-12)

Bug Fixes

Features

  • gatsby-plugin-sharp: enable gatsby cloud processing (#15384) (bfc2891)

2.2.4 (2019-07-11)

Note: Version bump only for package gatsby-plugin-sharp

2.2.3 (2019-07-06)

Bug Fixes

2.2.2 (2019-07-02)

Note: Version bump only for package gatsby-plugin-sharp

2.2.1 (2019-06-21)

Features

2.2.0 (2019-06-20)

Note: Version bump only for package gatsby-plugin-sharp

2.1.9 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.1.8 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.1.7 (2019-06-18)

Note: Version bump only for package gatsby-plugin-sharp

2.1.6 (2019-06-18)

Features

2.1.5 (2019-06-12)

Bug Fixes

  • gatsby-plugin-sharp: create job before async-queue processing (#14731) (f566210)

2.1.4 (2019-06-12)

Bug Fixes

  • gatsby-plugin-sharp: create job before async-queue processing (#14731) (f566210)

2.1.3 (2019-05-31)

Features

2.1.2 (2019-05-29)

Bug Fixes

2.1.1 (2019-05-24)

Note: Version bump only for package gatsby-plugin-sharp

2.1.0 (2019-05-23)

Features

  • gatsby-plugin-sharp: remove 3x DPi resolutions (#14201) (d821f0e)

2.0.37 (2019-05-09)

Bug Fixes

  • gatsby-plugin-sharp: ignore sizeByPixelDensity option and add deprecation warning (#13852) (4131a09), closes #12743

2.0.36 (2019-05-03)

Note: Version bump only for package gatsby-plugin-sharp

2.0.35 (2019-04-17)

Bug Fixes

  • gatsby-plugin-sharp: tracedSVG for fluid images should respect forced aspect ratio (#9337) (2fed2c7), closes #9204

2.0.34 (2019-04-11)

Features

2.0.33 (2019-04-09)

Bug Fixes

  • gatsby-plugin-sharp: don't write to same temporary time multiple times at a same time (#12927) (5e254e2), closes #8301

2.0.32 (2019-03-27)

Bug Fixes

  • gatsby-plugin-sharp: strip non related args when hashing resizing args (#12129) (da0b622)

2.0.31 (2019-03-25)

Note: Version bump only for package gatsby-plugin-sharp

2.0.30 (2019-03-20)

Bug Fixes

  • gatsby-plugin-sharp: bail early if sharp isn't working (#10677) (2104a9f)

2.0.29 (2019-03-15)

Note: Version bump only for package gatsby-plugin-sharp

2.0.28 (2019-03-12)

Features

2.0.27 (2019-03-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.26 (2019-03-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.25 (2019-03-05)

Bug Fixes

  • don't crash if cpu-core-count is not available (#12332) (412217d)

2.0.24 (2019-03-04)

Features

  • gatsby: configure physical cores, logical_cores or fixed number (#10257) (c51440e)

2.0.23 (2019-02-28)

Note: Version bump only for package gatsby-plugin-sharp

2.0.22 (2019-02-22)

Features

  • gatsby-plugin-sharp: Add tracedSVG option in fluid and fixed processors (#11981) (8aaaa85), closes #11912

2.0.21 (2019-02-19)

Features

  • gatsby-plugin-sharp: add defaultQuality option (8af9826)

2.0.20 (2019-02-01)

Note: Version bump only for package gatsby-plugin-sharp

2.0.19 (2019-01-29)

Note: Version bump only for package gatsby-plugin-sharp

2.0.18 (2019-01-23)

Features

  • gatsby-plugin-sharp: Add support for pngquant speed option (#9563) (b789689)

2.0.17 (2018-12-27)

Bug Fixes

2.0.16 (2018-12-21)

Note: Version bump only for package gatsby-plugin-sharp

2.0.15 (2018-12-07)

Note: Version bump only for package gatsby-plugin-sharp

2.0.14 (2018-11-29)

Note: Version bump only for package gatsby-plugin-sharp

2.0.13 (2018-11-21)

Bug Fixes

  • gatsby-plugin-sharp: use actions provided, don't assume Gatsby module location. (#9986) (54f6a85), closes #9984

2.0.12 (2018-11-06)

Features

2.0.11 (2018-11-01)

Features

2.0.10 (2018-10-29)

Features

2.0.9 (2018-10-29)

Note: Version bump only for package gatsby-plugin-sharp

2.0.8 (2018-10-24)

Note: Version bump only for package gatsby-plugin-sharp

2.0.7 (2018-10-16)

Features

2.0.6 (2018-10-03)

Features

2.0.5 (2018-09-17)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.7 (2018-09-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.6 (2018-09-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.5 (2018-09-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.4 (2018-09-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.3 (2018-08-31)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.2 (2018-08-29)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.1 (2018-08-29)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-rc.0 (2018-08-21)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.9 (2018-08-16)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.8 (2018-08-16)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.7 (2018-07-21)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.6 (2018-07-20)

Features

  • remark-images: Added support for WebP versions in addition to fallbacks. (#6495) (65e3a78)

2.0.0-beta.5 (2018-07-13)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.4 (2018-07-13)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.3 (2018-07-11)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.2 (2018-06-20)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.1 (2018-06-17)

Note: Version bump only for package gatsby-plugin-sharp

2.0.0-beta.0 (2018-06-17)

Note: Version bump only for package gatsby-plugin-sharp