refactor!: move `VERSION` to `constants` by tbouffard · Pull Request #680 · maxGraph/maxGraph
BREAKING CHANGES: `Client.VERSION` moved to `constants.VERSION`. `VERSION` is supposed to be immutable as it represents the actual version of maxGraph. When it was stored in Client, it was a static property that could be modified. Moving it to "constants" ensure that it cannot be modified.
tbouffard
deleted the
refactor/move_VERSION_to_constants
branch
This was referenced
Feb 17, 2025This 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