|
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-rc.2 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.1...v1.0.0-rc.2) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Support `densities` for devices with `DevicePixelRatio` > 1 ([#769](https://github.com/nuxt/image/pull/769)) |
| 12 | +- **nuxt-picture:** Support multiple image formats ([#684](https://github.com/nuxt/image/pull/684)) |
| 13 | +- Add `prepr` cms image provider integration ([#823](https://github.com/nuxt/image/pull/823)) |
| 14 | +- Allow setting global `format` defaults in config ([#880](https://github.com/nuxt/image/pull/880)) |
| 15 | +- Allow setting global `quality` defaults in config ([#884](https://github.com/nuxt/image/pull/884)) |
| 16 | +- Add `uploadcare` provider ([#740](https://github.com/nuxt/image/pull/740)) |
| 17 | +- **nuxt-img:** Placeholder default blur + improve playground ([#966](https://github.com/nuxt/image/pull/966)) |
| 18 | +- Add `apiVersion` to cloudimage provider ([#955](https://github.com/nuxt/image/pull/955)) |
| 19 | +- ⚠️ Switch `sizes` default to responsive-first ([#977](https://github.com/nuxt/image/pull/977)) |
| 20 | +- Add `ipxStatic` provider ([#878](https://github.com/nuxt/image/pull/878)) |
| 21 | + |
| 22 | +### 🩹 Fixes |
| 23 | + |
| 24 | +- Apply `sizes`/`srcset` when using placeholder ([#676](https://github.com/nuxt/image/pull/676)) |
| 25 | +- Run setup and add `none` to providers list ([#860](https://github.com/nuxt/image/pull/860)) |
| 26 | +- Remove `key` for picture/image to stop flicker when loading ([#760](https://github.com/nuxt/image/pull/760)) |
| 27 | +- **storyblok:** Don't apply resize/format/filter on vector ([#870](https://github.com/nuxt/image/pull/870)) |
| 28 | +- Address miscellaneous bugs with new 'densities' prop ([#872](https://github.com/nuxt/image/pull/872)) |
| 29 | +- Add explicit import for `useImage` ([4865ccb](https://github.com/nuxt/image/commit/4865ccb)) |
| 30 | +- Augment runtime config with explicit `ipx` key ([d73833b](https://github.com/nuxt/image/commit/d73833b)) |
| 31 | +- Provide default ipx opts earlier ([2f62c05](https://github.com/nuxt/image/commit/2f62c05)) |
| 32 | +- Respect densities prop with `<nuxt-picture>` ([#928](https://github.com/nuxt/image/pull/928)) |
| 33 | +- Warn in dev mode if density is provided above 2x ([#973](https://github.com/nuxt/image/pull/973)) |
| 34 | +- Generate sizes when only a single `sizes` is provided ([#920](https://github.com/nuxt/image/pull/920)) |
| 35 | + |
| 36 | +### 📖 Documentation |
| 37 | + |
| 38 | +- Add `rc` tag to home page cta ([d50d705](https://github.com/nuxt/image/commit/d50d705)) |
| 39 | +- **providers:** Cloudflare image is available to all plans now ([99cb37f](https://github.com/nuxt/image/commit/99cb37f)) |
| 40 | +- Remove unused module options ([07836ae](https://github.com/nuxt/image/commit/07836ae)) |
| 41 | +- Update link to v0 docs ([37395b7](https://github.com/nuxt/image/commit/37395b7)) |
| 42 | +- Make it nice ([08d5645](https://github.com/nuxt/image/commit/08d5645)) |
| 43 | +- Fix link ([cb96767](https://github.com/nuxt/image/commit/cb96767)) |
| 44 | +- Fix link ([343dda0](https://github.com/nuxt/image/commit/343dda0)) |
| 45 | +- Upgraded documentation ([#953](https://github.com/nuxt/image/pull/953)) |
| 46 | +- Update elements ([c3a2e25](https://github.com/nuxt/image/commit/c3a2e25)) |
| 47 | +- Add Nuxt Studio ([bad4420](https://github.com/nuxt/image/commit/bad4420)) |
| 48 | +- Update deps and add canonical ([#957](https://github.com/nuxt/image/pull/957)) |
| 49 | +- Improve gradient ([9f026b2](https://github.com/nuxt/image/commit/9f026b2)) |
| 50 | +- Update color palette (green) ([9f93a2e](https://github.com/nuxt/image/commit/9f93a2e)) |
| 51 | +- Update deps ([f6b038a](https://github.com/nuxt/image/commit/f6b038a)) |
| 52 | +- Leverage UPageLinks ([8423773](https://github.com/nuxt/image/commit/8423773)) |
| 53 | +- Fix typo in Storyblok provider ([#959](https://github.com/nuxt/image/pull/959)) |
| 54 | +- Move to @nuxt/ui and leverage autoSubfolderIndex false ([549cbf5](https://github.com/nuxt/image/commit/549cbf5)) |
| 55 | +- Migrate to routeRules for redirects ([4db1c5a](https://github.com/nuxt/image/commit/4db1c5a)) |
| 56 | +- Move to ULandingCard ([e0a8183](https://github.com/nuxt/image/commit/e0a8183)) |
| 57 | +- Fix text center on hero ([bfcb955](https://github.com/nuxt/image/commit/bfcb955)) |
| 58 | +- Update colors ([23ef384](https://github.com/nuxt/image/commit/23ef384)) |
| 59 | +- Remove unused styles ([bd00755](https://github.com/nuxt/image/commit/bd00755)) |
| 60 | + |
| 61 | +### 🏡 Chore |
| 62 | + |
| 63 | +- **release:** V1.0.0-rc.1 ([1e4a95a](https://github.com/nuxt/image/commit/1e4a95a)) |
| 64 | +- Update changelog for rc.0 ([8cd9b0f](https://github.com/nuxt/image/commit/8cd9b0f)) |
| 65 | +- Add link to social card ([56d8b71](https://github.com/nuxt/image/commit/56d8b71)) |
| 66 | +- Ignore vitest updates for now ([eb5702f](https://github.com/nuxt/image/commit/eb5702f)) |
| 67 | +- Upgrade dependencies and dedupe lockfile ([#947](https://github.com/nuxt/image/pull/947)) |
| 68 | +- Bump h3 dependency ([75ecf56](https://github.com/nuxt/image/commit/75ecf56)) |
| 69 | +- Revert to Nitro 2.6.2 ([680fe4c](https://github.com/nuxt/image/commit/680fe4c)) |
| 70 | +- Update docs and dev dependencies ([#972](https://github.com/nuxt/image/pull/972)) |
| 71 | +- Update lockfile ([6058c63](https://github.com/nuxt/image/commit/6058c63)) |
| 72 | +- Add stackblitz playground link ([fc98960](https://github.com/nuxt/image/commit/fc98960)) |
| 73 | +- Add reproduire workflows ([ae81f77](https://github.com/nuxt/image/commit/ae81f77)) |
| 74 | +- Fix typo ([60b96ae](https://github.com/nuxt/image/commit/60b96ae)) |
| 75 | + |
| 76 | +### ✅ Tests |
| 77 | + |
| 78 | +- Ensure `<img>` is rendered with custom format ([fcc9b7a](https://github.com/nuxt/image/commit/fcc9b7a)) |
| 79 | +- Pass string to `fit` ([1a8c782](https://github.com/nuxt/image/commit/1a8c782)) |
| 80 | +- Iterate over providers array with for/of ([df062d0](https://github.com/nuxt/image/commit/df062d0)) |
| 81 | +- Move to v8 coverage engine ([6fb8ef6](https://github.com/nuxt/image/commit/6fb8ef6)) |
| 82 | + |
| 83 | +### 🎨 Styles |
| 84 | + |
| 85 | +- Add spaces around string literal types ([3badcb8](https://github.com/nuxt/image/commit/3badcb8)) |
| 86 | + |
| 87 | +### 🤖 CI |
| 88 | + |
| 89 | +- Test coverage and split out release job ([c4a8ff6](https://github.com/nuxt/image/commit/c4a8ff6)) |
| 90 | +- Run tests on node 20.5 until hotfix arrives ([a5bd7de](https://github.com/nuxt/image/commit/a5bd7de)) |
| 91 | + |
| 92 | +#### ⚠️ Breaking Changes |
| 93 | + |
| 94 | +- ⚠️ Switch `sizes` default to responsive-first ([#977](https://github.com/nuxt/image/pull/977)) |
| 95 | + |
| 96 | +### ❤️ Contributors |
| 97 | + |
| 98 | +- Daniel Roe <daniel@roe.dev> |
| 99 | +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) |
| 100 | +- Jakub Andrzejewski <jakub.andrzejewski.dev@gmail.com> |
| 101 | +- Pooya Parsa ([@pi0](http://github.com/pi0)) |
| 102 | +- Tibor |
| 103 | +- Ausir Lo ([@ausir0726](http://github.com/ausir0726)) |
| 104 | +- David Stranava |
| 105 | +- Luke Nelson <luke@nelson.zone> |
| 106 | +- Tragio Quievera |
| 107 | +- Hartmut <info@hartmut.co.uk> |
| 108 | +- Ryan Mulready <ryan.mulready@gmail.com> |
| 109 | +- Francisco Barros ([@FranciscoKloganB](http://github.com/FranciscoKloganB)) |
| 110 | +- Chris Spiegl ([@chrisspiegl](http://github.com/chrisspiegl)) |
| 111 | +- Marcel Pfeifer |
| 112 | +- Михаил ([@Mihanik71](http://github.com/Mihanik71)) |
| 113 | +- Dmitriy |
| 114 | + |
5 | 115 | ## v1.0.0-rc.1 |
6 | 116 |
|
7 | 117 | [compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.0...v1.0.0-rc.1) |
|
0 commit comments