|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v6.1.2...main |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.1.2...main) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- **content:** Add `defineOgImageSchema()` composable ([#520](https://github.com/nuxt-modules/og-image/pull/520)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Update pnpm-lock.yaml ([0784c378](https://github.com/nuxt-modules/og-image/commit/0784c378)) |
| 15 | +- Broken slash decoding in some cases ([6f8ac765](https://github.com/nuxt-modules/og-image/commit/6f8ac765)) |
| 16 | +- **client:** Resolve layer-devtools path via import.meta.resolve ([dd4e0578](https://github.com/nuxt-modules/og-image/commit/dd4e0578)) |
| 17 | +- **cloudflare:** Resolve fonts via localFetch when ASSETS binding unavailable ([#527](https://github.com/nuxt-modules/og-image/pull/527)) |
| 18 | +- B64 encode props with URL-sensitive characters ([#530](https://github.com/nuxt-modules/og-image/pull/530)) |
| 19 | +- Resolve CI issues ([f3e3045b](https://github.com/nuxt-modules/og-image/commit/f3e3045b)) |
| 20 | +- Use explicit imports mapping for #nuxtseo-shared ([08594505](https://github.com/nuxt-modules/og-image/commit/08594505)) |
| 21 | +- Use direct nuxtseo-shared/runtime imports, bump to ^0.3.0 ([31b1a991](https://github.com/nuxt-modules/og-image/commit/31b1a991)) |
| 22 | +- Resolve CI failures in lint, build, typecheck, and tests ([47e85d35](https://github.com/nuxt-modules/og-image/commit/47e85d35)) |
| 23 | +- Use dot-notation for ambiguous CalcTest component in type test ([3ba63fef](https://github.com/nuxt-modules/og-image/commit/3ba63fef)) |
| 24 | + |
| 25 | +### 💅 Refactors |
| 26 | + |
| 27 | +- Migrate to nuxtseo-shared for shared utilities ([f909f014](https://github.com/nuxt-modules/og-image/commit/f909f014)) |
| 28 | +- **client:** Migrate devtools to nuxtseo-shared layer ([48c15483](https://github.com/nuxt-modules/og-image/commit/48c15483)) |
| 29 | +- Use published nuxtseo-layer-devtools package ([74393aa3](https://github.com/nuxt-modules/og-image/commit/74393aa3)) |
| 30 | +- Remove dead defensive prerender initialization ([3b0dae14](https://github.com/nuxt-modules/og-image/commit/3b0dae14)) |
| 31 | +- Use nuxtseo-shared subpath exports, bump to ^0.5.0 ([bd50740f](https://github.com/nuxt-modules/og-image/commit/bd50740f)) |
| 32 | +- Migrate to nuxtseo-shared ([#521](https://github.com/nuxt-modules/og-image/pull/521)) |
| 33 | + |
| 34 | +### 🏡 Chore |
| 35 | + |
| 36 | +- Sync ([1f7cb2c4](https://github.com/nuxt-modules/og-image/commit/1f7cb2c4)) |
| 37 | +- Sync ([ca0fb5b0](https://github.com/nuxt-modules/og-image/commit/ca0fb5b0)) |
| 38 | +- Update lockfile ([162799b7](https://github.com/nuxt-modules/og-image/commit/162799b7)) |
| 39 | +- Bump nuxtseo-shared to ^0.2.0 ([ecf3d6b0](https://github.com/nuxt-modules/og-image/commit/ecf3d6b0)) |
| 40 | +- Bump nuxtseo-shared to ^0.4.0, revert runtime to #alias ([b368142f](https://github.com/nuxt-modules/og-image/commit/b368142f)) |
| 41 | +- Sync ([f173a2a7](https://github.com/nuxt-modules/og-image/commit/f173a2a7)) |
| 42 | +- Sync ([eb106f60](https://github.com/nuxt-modules/og-image/commit/eb106f60)) |
| 43 | +- Sync ([0f4b0f27](https://github.com/nuxt-modules/og-image/commit/0f4b0f27)) |
| 44 | +- Sync ([50f5e65e](https://github.com/nuxt-modules/og-image/commit/50f5e65e)) |
| 45 | +- Sync ([787a087e](https://github.com/nuxt-modules/og-image/commit/787a087e)) |
| 46 | +- Remove unrelated files from PR ([5f8ed2f2](https://github.com/nuxt-modules/og-image/commit/5f8ed2f2)) |
| 47 | +- Examples ([73c36536](https://github.com/nuxt-modules/og-image/commit/73c36536)) |
| 48 | +- Sync ([837a3e66](https://github.com/nuxt-modules/og-image/commit/837a3e66)) |
| 49 | +- Sync ([2d63ada7](https://github.com/nuxt-modules/og-image/commit/2d63ada7)) |
| 50 | + |
| 51 | +### ✅ Tests |
| 52 | + |
| 53 | +- Update cloudflare-takumi snapshots after template redesign ([66c2a80a](https://github.com/nuxt-modules/og-image/commit/66c2a80a)) |
| 54 | + |
| 55 | +### ❤️ Contributors |
| 56 | + |
| 57 | +- Harlan Wilton ([@harlan-zw](https://github.com/harlan-zw)) |
| 58 | + |
4 | 59 | ## v6.1.1...main |
5 | 60 |
|
6 | 61 | [compare changes](https://github.com/nuxt-modules/og-image/compare/v6.1.1...main) |
|
0 commit comments