From 465ba7f6a5126d82555d958f23b58fa92ce0d929 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 6 May 2024 21:33:15 -0700 Subject: [PATCH] changelog --- changelogs/upcoming/7738.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelogs/upcoming/7738.md diff --git a/changelogs/upcoming/7738.md b/changelogs/upcoming/7738.md new file mode 100644 index 00000000000..a793785b84f --- /dev/null +++ b/changelogs/upcoming/7738.md @@ -0,0 +1,9 @@ +**Bug fixes** + +- Fixed `EuiMarkdownEditor` not disabling the upload dropzone when in `readOnly` mode +- Fixed `EuiMarkdownEditor` not showing an invalid underline on the editor when `errors` are present + +**CSS-in-JS conversions** + +- Converted `EuiMarkdownEditor` to Emotion; Removed `$euiMarkdownEditorMinHeight` +- Fully converted `EuiMarkdownFormat` to Emotion