Skip to content

v0.4.41

Choose a tag to compare

@github-actions github-actions released this 11 May 21:36
· 139 commits to main since this release

0.4.41

  • Improve SVG shadow rendering and bump version (fa12b39)
    Replace multiple feDropShadow usages with explicit SVG filter chains (feGaussianBlur, feFlood, feComposite, feOffset, feMerge) to produce more consistent shadows and better control. Add universal stroke and filter attributes to text elements, expand SVG viewBox bounds to avoid clipping, and update FINAL_IMAGE_RENDERER_CACHE_VERSION. Also bump package version to 0.4.41 (package.json + package-lock.json). Changes target app/[type]/[id]/route.ts and package metadata.
    Full Changelog: v0.4.4...v0.4.41