Closed dremin closed 3 months ago
Adds a semver-based version-checking utility to the template to make it easier for features to validate supported Flex UI versions.
Refactored existing version-checking code to use this new utility.
Added version checks for task canvas header buttons so that they use the correct size in 2.8.x, which was increased.
Note: The semver package was already included in our plugin bundle due to other dependencies pulling it in; this should not increase plugin size.
0 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files. :white_check_mark: No issues found!
Summary
Adds a semver-based version-checking utility to the template to make it easier for features to validate supported Flex UI versions.
Refactored existing version-checking code to use this new utility.
Added version checks for task canvas header buttons so that they use the correct size in 2.8.x, which was increased.
Note: The semver package was already included in our plugin bundle due to other dependencies pulling it in; this should not increase plugin size.
Checklist