|
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.7.1 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1) |
| 8 | + |
| 9 | +### 🩹 Fixes |
| 10 | + |
| 11 | +- **cloudinary:** Map `cover` to `lfill` mode ([#1355](https://github.com/nuxt/image/pull/1355)) |
| 12 | +- Import runtime types from module entrypoint ([#1384](https://github.com/nuxt/image/pull/1384)) |
| 13 | +- Update to latest `@nuxt/module-builder` ([#1439](https://github.com/nuxt/image/pull/1439)) |
| 14 | +- Only add preload links on server ([510e719](https://github.com/nuxt/image/commit/510e719)) |
| 15 | +- **weserv:** Map rotate operation to `ro` ([#1441](https://github.com/nuxt/image/pull/1441)) |
| 16 | + |
| 17 | +### 💅 Refactors |
| 18 | + |
| 19 | +- Convert `<NuxtImg>` to SFC ([#1435](https://github.com/nuxt/image/pull/1435)) |
| 20 | +- Convert `<NuxtPicture>` to SFC ([#1432](https://github.com/nuxt/image/pull/1432)) |
| 21 | +- Use more `import.meta.*` properties ([#1440](https://github.com/nuxt/image/pull/1440)) |
| 22 | + |
| 23 | +### 📖 Documentation |
| 24 | + |
| 25 | +- Update deps ([86b7d9b](https://github.com/nuxt/image/commit/86b7d9b)) |
| 26 | +- Add resolution for nuxt ui ([3a98a68](https://github.com/nuxt/image/commit/3a98a68)) |
| 27 | +- Prerender index ([59813cf](https://github.com/nuxt/image/commit/59813cf)) |
| 28 | +- Prepare before build ([#1405](https://github.com/nuxt/image/pull/1405)) |
| 29 | +- Fix inconsistent spelling ([#1421](https://github.com/nuxt/image/pull/1421)) |
| 30 | +- Capitalize title ([#1393](https://github.com/nuxt/image/pull/1393)) |
| 31 | + |
| 32 | +### 🏡 Chore |
| 33 | + |
| 34 | +- Refresh lockfile ([5524ae6](https://github.com/nuxt/image/commit/5524ae6)) |
| 35 | +- Add subpath exports and set `type: module` ([04cd4cc](https://github.com/nuxt/image/commit/04cd4cc)) |
| 36 | +- Remove unneeded lazy from regexp ([16b20b4](https://github.com/nuxt/image/commit/16b20b4)) |
| 37 | +- Indicate compatibility with new v4 major ([#1385](https://github.com/nuxt/image/pull/1385)) |
| 38 | +- Add @danielroe to code owners ([47f8b2c](https://github.com/nuxt/image/commit/47f8b2c)) |
| 39 | +- Add `compatibilityDate` ([8e2a01a](https://github.com/nuxt/image/commit/8e2a01a)) |
| 40 | + |
| 41 | +### ❤️ Contributors |
| 42 | + |
| 43 | +- Daniel Roe ([@danielroe](http://github.com/danielroe)) |
| 44 | +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) |
| 45 | +- @beer ([@iiio2](http://github.com/iiio2)) |
| 46 | +- Gangan ([@shinGangan](http://github.com/shinGangan)) |
| 47 | +- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac)) |
| 48 | +- Sébastien Chopin ([@atinux](http://github.com/atinux)) |
| 49 | + |
| 50 | + |
5 | 51 | ## v1.7.0 |
6 | 52 |
|
7 | 53 | [compare changes](https://github.com/nuxt/image/compare/v1.6.0...v1.7.0) |
|
0 commit comments