refactor!: remove extra getDefault functions and related functions by tbouffard · Pull Request #662 · maxGraph/maxGraph
BREAKING CHANGES: Some utility functions formerly used to retrieve default value of `CellStateStyle` and `CellStyle` properties, mainly intended to only be used internally, have been removed. Use the nullish coalescing operator (??) and the optional chaining (?.) instead. Removed functions: - `utils.getValue` - `stringUtils.getColor` - `stringUtils.getNumber` - `stringUtils.getStringValue`
tbouffard
deleted the
fix/_wip_fix_defaults_and_remove_getValue_function
branch
This was referenced
Feb 16, 2025This was referenced
Mar 29, 2025This was referenced
Apr 23, 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