Skip to content

Releases: juliomrqz/nuxt-optimized-images

v1.4.0

02 Jan 13:54
Compare
Choose a tag to compare

Bug Fixes

Features

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

v1.3.0

27 Aug 11:48
Compare
Choose a tag to compare

Features

  • recognize AVIF format as image (c1bf815)

v1.2.0

18 Aug 22:33
Compare
Choose a tag to compare

Features

  • support responsive-loader v2 (a2cb591)

v1.1.0

19 Jul 17:08
Compare
Choose a tag to compare
  • 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

12 May 00:49
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.0

12 Apr 17:03
Compare
Choose a tag to compare
  • 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/nuxt-optimized-images@0.4.0.

v0.4.0

31 Mar 13:22
Compare
Choose a tag to compare

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

19 Dec 00:57
Compare
Choose a tag to compare

Performance Improvements

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

v0.2.2

27 Nov 21:42
Compare
Choose a tag to compare

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

24 May 17:36
Compare
Choose a tag to compare

Bug Fixes

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