Skip to content

Latest commit

 

History

History
96 lines (49 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

96 lines (49 loc) · 4.44 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.4 (2021-10-18)

5.0.3 (2021-05-22)

Bug Fixes

  • fully escape string for usage in require call (#272) (441e573)

5.0.2 (2021-05-01)

Bug Fixes

  • some "" in paths not escaped (d2310d4)

5.0.1 (2021-04-06)

5.0.0 (2021-01-19)

⚠ BREAKING CHANGES

  • rename customOptionsFactory to resizeLoaderOptionsGenerator
  • remove webpack-query-loader support

Features

  • remove webpack-query-loader support (43ff24c)
  • rename customOptionsFactory to optionsGenerator (678af94)
  • rename customOptionsFactory to resizeLoaderOptionsGenerator (c5199d7)

Bug Fixes

  • fix typos in options.json (3c2014a)
  • fix typos in options.json (4a81bee)

4.0.1 (2020-12-24)

Bug Fixes

  • inline loader options not being parsed correctly (7ed891c)

4.0.0 (2020-12-18)

⚠ BREAKING CHANGES

  • null is no longer allowed as a size, replaced by "original"

Features

  • null is no longer allowed as a size, replaced by "original" (f1c1049)

3.0.3 (2020-12-14)

3.0.2 (2020-11-29)

3.0.1 (2020-11-03)

3.0.0 (2020-09-02)

⚠ BREAKING CHANGES

2.0.0 (2020-06-24)

⚠ BREAKING CHANGES

  • if a width in sizes is greater than the original width of the image, it will now be skipped by default
  • default import format is now ES modules instead of CommonJS modules

Features

1.0.2 (2020-06-23)

1.0.1 (2020-06-23)

Bug Fixes

  • options not correctly formatted when passing to webpack-query-loader (23f2d7a)

1.0.0 (2020-06-23)