refactor!: move getViewXml from xmlUtils to xmlViewUtils by tbouffard · Pull Request #992 · maxGraph/maxGraph
The getViewXml function depends on high-level APIs (Codec, TemporaryCellStates) and is only used by the Editor class. Moving it to a dedicated xmlViewUtils module improves separation of concerns: - xmlUtils remains focused on low-level XML parsing utilities - xmlViewUtils handles view-specific XML serialization BREAKING CHANGE: xmlUtils.getViewXml moved to xmlViewUtils.getViewXml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters