Nuxt Optimized Images Versions Save

🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).

v1.4.0

3 years ago

Bug Fixes

Features

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

v1.3.0

3 years ago

Features

  • recognize AVIF format as image (c1bf815)

v1.2.0

3 years ago

Features

  • support responsive-loader v2 (a2cb591)

v1.1.0

3 years ago
  • 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)

v1.0.1

4 years ago

Bug Fixes

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

v1.0.0

4 years ago
  • 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’s it, there are no functional changes compared to @bazzite/[email protected].

v0.4.0

4 years ago

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

v0.3.0

4 years ago

Performance Improvements

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

v0.2.2

4 years ago

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)

v0.2.1

4 years ago

Bug Fixes

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