-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,50 @@ | |
|
||
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.0.0 | ||
|
||
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0) | ||
|
||
### 🩹 Fixes | ||
|
||
- **cloudimage:** Skip cdn when `src` path is provided with protocol ([#1028](https://github.com/nuxt/image/pull/1028)) | ||
- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056)) | ||
- Type-only import of `IPXRuntimeConfig` ([0b6bd83](https://github.com/nuxt/image/commit/0b6bd83)) | ||
- Autocomplete `<NuxtImg>` loading attribute ([#1057](https://github.com/nuxt/image/pull/1057)) | ||
|
||
### 📖 Documentation | ||
|
||
- Upgrade to latest ui-pro ([024c06f](https://github.com/nuxt/image/commit/024c06f)) | ||
- Update env example key ([d4adc26](https://github.com/nuxt/image/commit/d4adc26)) | ||
- Add title to provider links ([#1029](https://github.com/nuxt/image/pull/1029)) | ||
- Add edge channel ([7fe7fff](https://github.com/nuxt/image/commit/7fe7fff)) | ||
- Remove unused keys ([a10323e](https://github.com/nuxt/image/commit/a10323e)) | ||
- Add links to source ([3996403](https://github.com/nuxt/image/commit/3996403)) | ||
- Add source for each provider ([ab05771](https://github.com/nuxt/image/commit/ab05771)) | ||
- Update studio and ui pro ([7826abb](https://github.com/nuxt/image/commit/7826abb)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add rc tagging 🙈 ([9815055](https://github.com/nuxt/image/commit/9815055)) | ||
- Update `nuxt-vitest` ([b13b9cc](https://github.com/nuxt/image/commit/b13b9cc)) | ||
- Use explicit type imports ([06c91ae](https://github.com/nuxt/image/commit/06c91ae)) | ||
- Remove unneeded expect errors ([d68d9b1](https://github.com/nuxt/image/commit/d68d9b1)) | ||
- Update lockfile ([49d6651](https://github.com/nuxt/image/commit/49d6651)) | ||
- Update release script ([5db5198](https://github.com/nuxt/image/commit/5db5198)) | ||
|
||
#### ⚠️ Breaking Changes | ||
|
||
- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Daniel Roe <[email protected]> | ||
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) | ||
- Lehoczky Zoltán ([@Lehoczky](http://github.com/Lehoczky)) | ||
- Joffrey ([@joffreyBerrier](http://github.com/joffreyBerrier)) | ||
|
||
## v1.0.0-rc.3 | ||
|
||
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters