I used discardActiveGroup() in my V1 code which now breaks after V2 upgrade. Couldn't find anything related to this in breaking changes.
What's the equivalent in V2? I used this to remove the selection marks after I deleted selected items upon user request. Now the selection marks remain on canvas when the objects are deleted. Here's a fiddle:
There is also a breaking changes part 2, see: http://fabricjs.com/v2-breaking-changes-2
It changed to discardActiveObject()
@asturur maybe it is smart to add a link to part 2 on the first breaking changes page?
Yes that page was temporary, but stayed like it was.
Keeping on docs is not that easy. Is harder than making the lib.
Thanks guys!
Most helpful comment
There is also a breaking changes part 2, see: http://fabricjs.com/v2-breaking-changes-2
It changed to
discardActiveObject()@asturur maybe it is smart to add a link to part 2 on the first breaking changes page?