Releases: juliomrqz/nuxt-optimized-images
Releases · juliomrqz/nuxt-optimized-images
v1.4.0
02 Jan 13:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Features
recognize AVIF format as image (c1bf815 )
v1.2.0
18 Aug 22:33
Compare
Sorry, something went wrong.
No results found
Features
support responsive-loader v2 (a2cb591 )
v1.1.0
19 Jul 17:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
fix importing for url-loader and file-loader (c30be79 )
v1.0.0
12 Apr 17:03
Compare
Sorry, something went wrong.
No results found
refactor!: update parent company (ad10855 )
BREAKING CHANGES
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/nuxt-optimized-images@0.4.0.
v0.4.0
31 Mar 13:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Performance Improvements
use contenthash for images name on production (7ab94c0 )
v0.2.2
27 Nov 21:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
docs: fix description of the page /es/docs/contributing (1b65df6 )
ignore the iteration of the webpack rules without a test attribute (a73dc56 )