Skip to content

Latest commit

History

History
177 lines (81 loc) 路 6.49 KB

CHANGELOG.md

File metadata and controls

177 lines (81 loc) 路 6.49 KB

1.4.0 (2021-01-02)

Bug Fixes

Features

  • docs: add reference of AVIF conversion (9ea549b)
  • example: add reference of AVIF conversion (58ddf4e)

1.3.0 (2020-08-27)

Features

  • recognize AVIF format as image (c1bf815)

1.2.0 (2020-08-18)

Features

  • support responsive-loader v2 (a2cb591)

1.1.0 (2020-07-19)

  • dependencies updates

Bug Fixes

  • docs: fix invalid links in the Usage article of Docs (3cbb0e4)
  • fix counting loaders installed (#196) (e36dcac)

Refactor

  • update layout of docs articles (130d851)
  • update project owner (29189b0)

1.0.1 (2020-05-12)

Bug Fixes

  • fix importing for url-loader and file-loader (c30be79)

1.0.0 (2020-04-12)

  • refactor!: update parent company (ad10855)

BREAKING CHANGES

  • The package has been renamed from @bazzite/nuxt-optimized-images to @aceforth/nuxt-optimized-images.

To upgrade

  1. npm install --save-dev @aceforth/nuxt-optimized-images

    or yarn add --dev @aceforth/nuxt-optimized-images

  2. npm uninstall @bazzite/nuxt-optimized-images

    or yarn remove @bazzite/nuxt-optimized-images

  3. replace:

{
  buildModules: [
    '@bazzite/nuxt-optimized-images',
  ],
}

with

{
  buildModules: [
    '@aceforth/nuxt-optimized-images',
  ],
}

That鈥檚 it, there are no functional changes compared to @bazzite/[email protected].

0.4.0 (2020-03-31)

Bug Fixes

  • docs: fix links in the Usage page and fix typos (#159) (c33702e)

  • docs: fix typo (#146) (ff1489c)

  • docs: update Installation instructions (ef86870)

  • tests: fix tests (9bdf817)

  • refactor!: drop support for Node.js 8 (b747b41)

BREAKING CHANGES

  • minimum required Node.js version is 10.x

0.3.0 (2019-12-19)

Performance Improvements

  • use contenthash for images name on production (7ab94c0)

0.2.2 (2019-11-27)

Bug Fixes

  • example: print the nuxt debug messages when static generating the project (4a3d69b)
  • fix the warning message when it's only used the LQIP loader (27b920b)
  • docs: fix camel case in responsive-loader example (#51) (210ec85)
  • docs: fix typo on docs (#99) (5efce80)

Minor Changes

  • tests: include the static generation of the example project in Travis CI (d518ce9)

0.2.1 (2019-05-24)

Bug Fixes

  • docs: fix description of the page /es/docs/contributing (1b65df6)
  • ignore the iteration of the webpack rules without a test attribute (a73dc56)

0.2.0 (2019-05-17)

Bug Fixes

Features

  • support sqip-loader (098649)

0.1.0 (2019-03-14)

  • first stable version