1.4.0 (2021-01-02)
- docs: add reference of AVIF conversion (9ea549b)
- example: add reference of AVIF conversion (58ddf4e)
1.3.0 (2020-08-27)
- recognize AVIF format as image (c1bf815)
1.2.0 (2020-08-18)
- support responsive-loader v2 (a2cb591)
1.1.0 (2020-07-19)
- dependencies updates
- docs: fix invalid links in the Usage article of Docs (3cbb0e4)
- fix counting loaders installed (#196) (e36dcac)
1.0.1 (2020-05-12)
- fix importing for url-loader and file-loader (c30be79)
1.0.0 (2020-04-12)
- refactor!: update parent company (ad10855)
- The package has been renamed from
@bazzite/nuxt-optimized-images
to@aceforth/nuxt-optimized-images
.
To upgrade
-
npm install --save-dev @aceforth/nuxt-optimized-images
or
yarn add --dev @aceforth/nuxt-optimized-images
-
npm uninstall @bazzite/nuxt-optimized-images
or
yarn remove @bazzite/nuxt-optimized-images
-
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]
.
0.4.0 (2020-03-31)
-
docs: fix links in the Usage page and fix typos (#159) (c33702e)
-
docs: update Installation instructions (ef86870)
-
tests: fix tests (9bdf817)
-
refactor!: drop support for Node.js 8 (b747b41)
- minimum required Node.js version is 10.x
0.3.0 (2019-12-19)
- use
contenthash
for images name on production (7ab94c0)
0.2.2 (2019-11-27)
- 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)
- tests: include the static generation of the example project in Travis CI (d518ce9)
0.2.1 (2019-05-24)
- 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)
- package: update raw-loader to version 2.0.0 (e93b584)
- fix included svgs files with [email protected] (4468716)
- support
sqip-loader
(098649)
- first stable version