|
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.0.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0) |
| 8 | + |
| 9 | +### 🩹 Fixes |
| 10 | + |
| 11 | +- **cloudimage:** Skip cdn when `src` path is provided with protocol ([#1028](https://github.com/nuxt/image/pull/1028)) |
| 12 | +- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056)) |
| 13 | +- Type-only import of `IPXRuntimeConfig` ([0b6bd83](https://github.com/nuxt/image/commit/0b6bd83)) |
| 14 | +- Autocomplete `<NuxtImg>` loading attribute ([#1057](https://github.com/nuxt/image/pull/1057)) |
| 15 | + |
| 16 | +### 📖 Documentation |
| 17 | + |
| 18 | +- Upgrade to latest ui-pro ([024c06f](https://github.com/nuxt/image/commit/024c06f)) |
| 19 | +- Update env example key ([d4adc26](https://github.com/nuxt/image/commit/d4adc26)) |
| 20 | +- Add title to provider links ([#1029](https://github.com/nuxt/image/pull/1029)) |
| 21 | +- Add edge channel ([7fe7fff](https://github.com/nuxt/image/commit/7fe7fff)) |
| 22 | +- Remove unused keys ([a10323e](https://github.com/nuxt/image/commit/a10323e)) |
| 23 | +- Add links to source ([3996403](https://github.com/nuxt/image/commit/3996403)) |
| 24 | +- Add source for each provider ([ab05771](https://github.com/nuxt/image/commit/ab05771)) |
| 25 | +- Update studio and ui pro ([7826abb](https://github.com/nuxt/image/commit/7826abb)) |
| 26 | + |
| 27 | +### 🏡 Chore |
| 28 | + |
| 29 | +- Add rc tagging 🙈 ([9815055](https://github.com/nuxt/image/commit/9815055)) |
| 30 | +- Update `nuxt-vitest` ([b13b9cc](https://github.com/nuxt/image/commit/b13b9cc)) |
| 31 | +- Use explicit type imports ([06c91ae](https://github.com/nuxt/image/commit/06c91ae)) |
| 32 | +- Remove unneeded expect errors ([d68d9b1](https://github.com/nuxt/image/commit/d68d9b1)) |
| 33 | +- Update lockfile ([49d6651](https://github.com/nuxt/image/commit/49d6651)) |
| 34 | +- Update release script ([5db5198](https://github.com/nuxt/image/commit/5db5198)) |
| 35 | + |
| 36 | +#### ⚠️ Breaking Changes |
| 37 | + |
| 38 | +- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056)) |
| 39 | + |
| 40 | +### ❤️ Contributors |
| 41 | + |
| 42 | +- Daniel Roe <daniel@roe.dev> |
| 43 | +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) |
| 44 | +- Pooya Parsa ([@pi0](http://github.com/pi0)) |
| 45 | +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) |
| 46 | +- Lehoczky Zoltán ([@Lehoczky](http://github.com/Lehoczky)) |
| 47 | +- Joffrey ([@joffreyBerrier](http://github.com/joffreyBerrier)) |
| 48 | + |
5 | 49 | ## v1.0.0-rc.3 |
6 | 50 |
|
7 | 51 | [compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3) |
|
0 commit comments