Skip to content

Commit

Permalink
chore(release): v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 29, 2024
1 parent c856bd6 commit e1a8cea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

## v1.8.0

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

### 🚀 Enhancements

- **cloudinary:** Support reading project from absolute url ([#1361](https://github.com/nuxt/image/pull/1361))
- Provide runtimeConfig to `getImage` ([#1428](https://github.com/nuxt/image/pull/1428))

### 🩹 Fixes

- **hygraph:** New asset management support ([#1415](https://github.com/nuxt/image/pull/1415))
- Prevent hydration mismatch in `<NuxtImg>` ([#1445](https://github.com/nuxt/image/pull/1445))
- **nuxt-picture:** Check before accessing index ([917242a](https://github.com/nuxt/image/commit/917242a))
- Mark props as not required rather than `default: undefined` ([#1450](https://github.com/nuxt/image/pull/1450))
- Handle undefined indices more accurately ([#1451](https://github.com/nuxt/image/pull/1451))
- **hygraph:** Add back tests and refactor splitter ([#1452](https://github.com/nuxt/image/pull/1452))

### ❤️ Contributors

- Connor Pearson <[email protected]>
- Mark Brouch ([@markbrouch](http://github.com/markbrouch))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Tim Benniks <[email protected]>

## v1.7.1

[compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.7.1",
"version": "1.8.0",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down

0 comments on commit e1a8cea

Please sign in to comment.