Skip to content

Commit db44c8a

Browse files
committed
chore(release): v1.6.0
1 parent 74605cb commit db44c8a

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
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.
44

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+
548
## v1.5.0
649

750
[compare changes](https://github.com/nuxt/image/compare/v1.4.0...v1.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/image",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)