|
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.10.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/image/compare/v1.9.0...v1.10.0) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- **imageengine:** Add new modifiers ([#1701](https://github.com/nuxt/image/pull/1701)) |
| 12 | +- **filerobot:** Add new provider ([#1680](https://github.com/nuxt/image/pull/1680)) |
| 13 | + |
| 14 | +### 🩹 Fixes |
| 15 | + |
| 16 | +- **NuxtImg:** Do not access `props` in template ([e2e61fa](https://github.com/nuxt/image/commit/e2e61fa)) |
| 17 | +- **NuxtPicture:** Make `img-attrs` and `attrs` responsive ([#1696](https://github.com/nuxt/image/pull/1696)) |
| 18 | + |
| 19 | +### 📖 Documentation |
| 20 | + |
| 21 | +- Overhaul documentation ([#1710](https://github.com/nuxt/image/pull/1710)) |
| 22 | +- Add `filerobot` page ([ac056cc](https://github.com/nuxt/image/commit/ac056cc)) |
| 23 | + |
| 24 | +### 📦 Build |
| 25 | + |
| 26 | +- Update to latest `nuxt/module-builder` ([#1668](https://github.com/nuxt/image/pull/1668)) |
| 27 | + |
| 28 | +### 🏡 Chore |
| 29 | + |
| 30 | +- Skip missing commit in generating changelog ([a658787](https://github.com/nuxt/image/commit/a658787)) |
| 31 | +- Revert to previous module builder ([54dc469](https://github.com/nuxt/image/commit/54dc469)) |
| 32 | +- Remove unneeded `.nuxtrc` config ([#1708](https://github.com/nuxt/image/pull/1708)) |
| 33 | +- Temporarily ignore typescript upgrade ([473f8f1](https://github.com/nuxt/image/commit/473f8f1)) |
| 34 | +- Bump `@nuxtjs/tailwindcss` ([25379fb](https://github.com/nuxt/image/commit/25379fb)) |
| 35 | +- Bump `@nuxtjs/tailwindcss` version ([36fb95e](https://github.com/nuxt/image/commit/36fb95e)) |
| 36 | + |
| 37 | +### 🤖 CI |
| 38 | + |
| 39 | +- Force latest corepack ([090c31b](https://github.com/nuxt/image/commit/090c31b)) |
| 40 | + |
| 41 | +### ❤️ Contributors |
| 42 | + |
| 43 | +- Daniel Roe ([@danielroe](https://github.com/danielroe)) |
| 44 | +- Nicolas Payot ([@nicolaspayot](https://github.com/nicolaspayot)) |
| 45 | +- AdityaKantipudi1 ([@AdityaKantipudi1](https://github.com/AdityaKantipudi1)) |
| 46 | +- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala)) |
| 47 | +- Codeflorist ([@codeflorist](https://github.com/codeflorist)) |
| 48 | + |
5 | 49 | ## v1.8.1
|
6 | 50 |
|
7 | 51 | [compare changes](https://github.com/nuxt/image/compare/v1.8.0...v1.8.1)
|
|
0 commit comments