- Fixed an animation bug with ResizingTool where it would disable all animations on resizing.
- Setting AnimationManager.isEnabled to false and then true again will resume any indefinite animations (animations with Animation.runCount set to Infinity).
- Fixed a bug in RadialLayout where it wasn't properly resetting its network. This was most often seen when using with Diagram.delayInitialization (including gojs-react and gojs-angular).