stable

Clone or download

Read-only

request #24662 hybrids 6.0.0 -> 7.0.4

Changelog: https://github.com/hybridsjs/hybrids/blob/v7.0.4/docs/CHANGELOG.md No functional change expected in the artifact modal for the following cases: - int, float, string, text, radio button fields - follow-up comments To test, you will need to rebuild the artifact-modal lib and agiledashboard (for example). Change-Id: I2417dd3b8f1eaf4378521c1db4c9967a16ef883b

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/package.json +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.ts +4 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.ts +3 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkSyntaxHelper.ts +4 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.ts +6 −5 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.ts +5 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/FloatField.ts +3 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/int-field/IntField.ts +3 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.test.ts +21 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.ts +9 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/string-field/StringField.ts +3 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js +5 −22 Go to diff View file