Skip to content

v0.1.2 — Safari ResizeObserver fix

Choose a tag to compare

@andrei-shpileuski andrei-shpileuski released this 13 Feb 14:29
· 14 commits to main since this release

@grandgular/rive-angular v0.1.2

Patch release with a Safari browser compatibility fix.

What's Changed

🐛 ResizeObserver loop fix — Resolved ResizeObserver loop completed with undelivered notifications error that occurred in Safari browsers during canvas resize operations

Technical Details

  • Added error boundary handling for ResizeObserver callback
  • Prevents console errors without affecting animation rendering functionality