|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## v1.6.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/image/compare/v1.5.0...v1.6.0) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Configure `domains` with `NUXT_IMAGE_DOMAINS` ([#1332](https://github.com/nuxt/image/pull/1332)) |
| 12 | +- **nuxt-img:** Add `placeholderClass` prop ([#1111](https://github.com/nuxt/image/pull/1111)) |
| 13 | + |
| 14 | +### 🩹 Fixes |
| 15 | + |
| 16 | +- **hygraph:** Support new hygraph asset system ([#1321](https://github.com/nuxt/image/pull/1321)) |
| 17 | +- **uploadcare:** Omit base when resolved URL is returned ([#1254](https://github.com/nuxt/image/pull/1254)) |
| 18 | +- Handle `undefined` or empty image source values ([#1300](https://github.com/nuxt/image/pull/1300)) |
| 19 | +- Reduce warnings about `density` values > 2 ([dad493a](https://github.com/nuxt/image/commit/dad493a)) |
| 20 | +- **netlify:** Normalise `jpeg` format to `jpg` ([a59e57c](https://github.com/nuxt/image/commit/a59e57c)) |
| 21 | + |
| 22 | +### 📖 Documentation |
| 23 | + |
| 24 | +- Use new `nuxi module add` command in installation ([#1310](https://github.com/nuxt/image/pull/1310)) |
| 25 | +- Warn `<NuxtPicture>` doesn't support different sources ([#1326](https://github.com/nuxt/image/pull/1326)) |
| 26 | + |
| 27 | +### 🏡 Chore |
| 28 | + |
| 29 | +- Migrate to eslint v9 ([#1333](https://github.com/nuxt/image/pull/1333)) |
| 30 | +- Slight reformatting ([3baadb5](https://github.com/nuxt/image/commit/3baadb5)) |
| 31 | +- Lint test files ([e8db947](https://github.com/nuxt/image/commit/e8db947)) |
| 32 | +- Bump `devDependencies` ([74605cb](https://github.com/nuxt/image/commit/74605cb)) |
| 33 | + |
| 34 | +### ✅ Tests |
| 35 | + |
| 36 | +- Improve test stability ([42646f4](https://github.com/nuxt/image/commit/42646f4)) |
| 37 | + |
| 38 | +### ❤️ Contributors |
| 39 | + |
| 40 | +- Daniel Roe ([@danielroe](http://github.com/danielroe)) |
| 41 | +- Thimo ([@ThimoDEV](http://github.com/ThimoDEV)) |
| 42 | +- Nathan Chase ([@nathanchase](http://github.com/nathanchase)) |
| 43 | +- Aaron Lejeune ([@aaronLejeune](http://github.com/aaronLejeune)) |
| 44 | +- Lehoczky Zoltán ([@Lehoczky](http://github.com/Lehoczky)) |
| 45 | +- Scott Kennedy ([@scottyzen](http://github.com/scottyzen)) |
| 46 | +- Tim Benniks <tbenniks@gmail.com> |
| 47 | + |
5 | 48 | ## v1.5.0
|
6 | 49 |
|
7 | 50 | [compare changes](https://github.com/nuxt/image/compare/v1.4.0...v1.5.0)
|
|
0 commit comments