bpmn-io / diagram-js

A toolbox for displaying and modifying diagrams on the web.
MIT License
1.65k stars 418 forks source link

deps: bump to tiny-svg@3.1.2 / min-dom@4.2.1 #910

Closed nikku closed 1 month ago

nikku commented 1 month ago

Improves clear.

nikku commented 1 month ago

As it turns out using Element.replaceChildren, a modern API, did not yield expected performance gains (bumping to tiny-svg@3.1.0 / min-dom@4.2.0). In fact the implementation was slightly slower (both reproduced through full suite tests, and local spacetool tests).

Reverted the change with follow-up utility library releases (tiny-svg@3.1.2 / min-dom@4.2.1).