Runtime/Behavior Changes

The area tag was added specifically to allow users to hide/show part tag rectangles/custom shapes.

// Tagging rects and shape cat
public const symbol cCoreTagsCat = #tags;

However, developers have added their itemTags to that category causing them to be visible in the TAGS view mode and therefore be filtered together with the area tags. We recommend developers to remove their itemTags from the #tags category so that they are not visible in the TAGS view mode.