v0.1.2 — Safari ResizeObserver fix
@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