diff --git a/.changeset/magnify-image-clamp-lens.md b/.changeset/magnify-image-clamp-lens.md deleted file mode 100644 index eeb92b6..0000000 --- a/.changeset/magnify-image-clamp-lens.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@perimetre/ui': patch ---- - -Fix `MagnifyImage` lens being clipped at container edges. The lens center is now clamped to `[lensRadius, size - lensRadius]` so the full circle stays inside the container regardless of cursor position. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5aafd38..2d794aa 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @perimetre/ui +## 16.5.1 + +### Patch Changes + +- 7017688: Fix `MagnifyImage` lens being clipped at container edges. The lens center is now clamped to `[lensRadius, size - lensRadius]` so the full circle stays inside the container regardless of cursor position. + ## 16.5.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index cd593ee..2561d47 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -122,5 +122,5 @@ ], "type": "module", "types": "./dist/index.d.ts", - "version": "16.5.0" + "version": "16.5.1" }