Skip to content

Commit e1a8cea

Browse files
committed
chore(release): v1.8.0
1 parent c856bd6 commit e1a8cea

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.8.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.7.1...v1.8.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **cloudinary:** Support reading project from absolute url ([#1361](https://github.com/nuxt/image/pull/1361))
12+
- Provide runtimeConfig to `getImage` ([#1428](https://github.com/nuxt/image/pull/1428))
13+
14+
### 🩹 Fixes
15+
16+
- **hygraph:** New asset management support ([#1415](https://github.com/nuxt/image/pull/1415))
17+
- Prevent hydration mismatch in `<NuxtImg>` ([#1445](https://github.com/nuxt/image/pull/1445))
18+
- **nuxt-picture:** Check before accessing index ([917242a](https://github.com/nuxt/image/commit/917242a))
19+
- Mark props as not required rather than `default: undefined` ([#1450](https://github.com/nuxt/image/pull/1450))
20+
- Handle undefined indices more accurately ([#1451](https://github.com/nuxt/image/pull/1451))
21+
- **hygraph:** Add back tests and refactor splitter ([#1452](https://github.com/nuxt/image/pull/1452))
22+
23+
### ❤️ Contributors
24+
25+
- Connor Pearson <cjp822@gmail.com>
26+
- Mark Brouch ([@markbrouch](http://github.com/markbrouch))
27+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
28+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
29+
- Tim Benniks <tbenniks@gmail.com>
30+
531
## v1.7.1
632

733
[compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1)

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.7.1",
3+
"version": "1.8.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)