Skip to content

Latest commit

 

History

History
350 lines (190 loc) · 24.4 KB

CHANGELOG.md

File metadata and controls

350 lines (190 loc) · 24.4 KB

Change Log

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

1.4.1 (2021-05-07)

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

1.4.0 (2021-04-27)

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

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

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

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

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

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

Bug Fixes

  • gatsby-plugin-image: Apply object-fit and object-position to placeholder (#30894) (8affcf5)
  • gatsby-plugin-image: Check for render container (#30898) (9ee366e)

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

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

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

Bug Fixes

  • gatsby-plugin-image: Don't inherit all img styles (#30754) (1a9b830)

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

Bug Fixes

  • gatsby-plugin-image: Use bare GATSBY___IMAGE global (#30713) (a5869e3)

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

Bug Fixes

  • gatsby-plugin-image: Correctly calculate aspect ratio when width and height are both set (#30466) (35c90f8)
  • gatsby-plugin-image: Force render if props have changed (#30491) (e584b8a)

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

Bug Fixes

  • gatsby-plugin-image: Only use default breakpoints for fullwidth (#30328) (2393f3c)

Features

  • gatsby-plugin-image: data-srcset should be used to prevent overly eager loading on chrome (#30348) (9163f2f)

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

Bug Fixes

  • gatsby-plugin-image: Better StaticImage errors (#30271) (8a0a4e8)
  • gatsby-plugin-image: image partial rendering (#30221) (d97a086)

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

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

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

Bug Fixes

  • gatsby-plugin-image: broken documentation links (#30065) (28956fe)
  • gatsby-plugin-image: Handle placeholder in plugin toolkit (#30141) (f851312)
  • gatsby-plugin-image: Update peerdeps (#29880) (d14cdc5)
  • gatsby-plugin-image: Use template from core package (#29957) (c4ca930)

Features

  • gatsby-plugin-image: Better error message for missing alt (#29981) (fe4b329)

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

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

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

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

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

Bug Fixes

  • gatsby-plugin-image: Apply defaults when width and height are set (#29726) (3be9541)

Features

  • gatsby-plugin-image: Allow image helpers to take other node types (#29625) (eaab2df)

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

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

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

Bug Fixes

  • gatsby-plugin-image: Correct default enum value (#29607) (7e8b91c)

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

Bug Fixes

  • gatsby-plugin-image: Apply inline styles and img size (3f7f06c)
  • gatsby-plugin-image: Apply inline styles and img size (#29603) (9db36db)
  • gatsby-source-contentful: Correct supported image formats (#29562) (3b4d32f)

Reverts

  • Revert "fix(gatsby-plugin-image): Apply inline styles and img size" (#29602) (8d0f48f), closes #29602

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

Features

  • gatsby-plugin-image: Add getLowResolutionImageURL plugin helper (#29518) (4b7fe37)

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

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

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

Bug Fixes

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

Bug Fixes

Features

  • gatsby-plugin-image: Add resolver helper and improve custom hook (#29342) (e567aa8)

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

Bug Fixes

  • gatsby-plugin-image: Fix blur up on navigate issue (#29333) (1443ecd)

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

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

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

Bug Fixes

  • gatsby-plugin-image: Correct layout proptypes in StaticImage (#29298) (0b6f2e3)

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

Bug Fixes

  • deps: update dependency chokidar to ^3.5.1 (#28970) (c206d66)
  • gatsby-plugin-image: Update types (#29226) (7a589c0)
  • gatsby-plugin-image: Use ESM for gatsby-browser, as CJS was causing errors (#29235) (552afa9)

Features

  • gatsby-plugin-image: Add useArtDirection hook (#29231) (c2f0298)

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

Bug Fixes

  • gatsby-plugin-image: Add missing files (#29185) (0ac0ac8)
  • gatsby-plugin-image: Fixes to plugin utils types (#29204) (b236f49)
  • gatsby-plugin-image: Handle breakpoints and auto-format in plugin utils (#29187) (25912f0)
  • gatsby-plugin-image: pass down missing sizes attribute to (#29092) (2e42197)
  • gatsby-plugin-image: Pass sizes for source (#29192) (0ddbbfe)
  • gatsby-plugin-image: Use inline-block in class so users can override (#29148) (f945049)

Features

  • gatsby-plugin-image: Add support for backgroundColor in sharp (#29141) (eb2bede)
  • gatsby-plugin-image: object-fit polyfill for IE (#29072) (3b4e8a5)

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

Bug Fixes

Features

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

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

Bug Fixes

  • gatsby-plugin-image: Better error logging (#28741) (305fa64)
  • gatsby-plugin-image: Conditionally require dependencies and give better warnings (#28921) (c82c3a6)
  • gatsby-plugin-image: Correct image styles (#28834) (3d6446c)
  • gatsby-plugin-image: do not show placeholder if image already lo… (#28868) (12da978)
  • gatsby-plugin-image: Fix handling of sizes prop in SSR (#28835) (a135c50)
  • gatsby-plugin-sharp: Pass format-specific options in image-data (#28826) (7378fcf)

Features

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

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

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

Bug Fixes

Features

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

Bug Fixes

  • gatsby-plugin-image: do not return from preprocessSource if nothing is changed (#28678) (9a49286)

Features

  • gatsby-plugin-image: Add remote image support (#28647) (a91825d)

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

Bug Fixes

  • deps: Revert postcss upgrade which broke css macro (#28672) (cde7885)

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

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

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

Features

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

Performance Improvements

  • gatsby-plugin-image: Handle disabled js, and add preload link (#28669) (8300236)

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

Bug Fixes

  • gatsby-plugin-image: Better propType handling for StaticImage (#28606) (52027db)
  • gatsby-plugin-image: Correctly handle formats in StaticImage (#28618) (912f30c)

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

Features

  • gatsby-plugin-image: Add extra props to GatsbyImage (#28520) (2ab320a)
  • gatsby-plugin-image: add keywords to package.json so it shows up in the plugin search (#28577) (6297917)

0.4.0-next.3 (2020-12-08)

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

0.4.0-next.2 (2020-12-04)

Bug Fixes

  • gatsby-plugin-image: don't show hydration warning (#28407) (b6b5207)

Features

  • gatsby-plugin-image: Add helper function to grab src (#28463) (4ab296f)

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

Bug Fixes

  • gatsby-plugin-image: Add overflow hidden back to wrapper CSS (#28410) (2b62f38)
  • gatsby-plugin-image: Correct img CSS (#28317) (bfd86df)
  • gatsby-plugin-image: Fix StaticImage props interface and add propTypes (#28372) (93a1447)

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

Bug Fixes

  • gatsby-plugin-image: Correct IntersectionObserver handling (#28309) (e1e9e0c)
  • gatsby-plugin-image: Fix placeholder bg color (#28305) (b89b068)

Features

  • gatsby-plugin-image: Add image plugin helpers (#28110) (6ed397f)

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

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

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

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

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

Features

0.0.6 (2020-11-02)

Features

0.0.5 (2020-10-26)

Bug Fixes

0.0.4 (2020-10-20)

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

0.0.3 (2020-10-16)

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

0.0.2 (2020-10-15)

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