Releases: juliomrqz/nuxt-optimized-images
Releases · juliomrqz/nuxt-optimized-images
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.1
v1.0.0
- 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/[email protected]
.
v0.4.0
v0.3.0
v0.2.2
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)