From 15c8252cd983d2600be53a61f8a6b87405ec7655 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Mon, 27 May 2024 14:10:05 +0530 Subject: [PATCH] Minor: added whats new for 1.4.1 (#16420) * Minor: added whats new for 1.4.1 * added note in to whats new --- .../Modals/WhatsNewModal/WhatsNewModal.tsx | 10 +- .../Modals/WhatsNewModal/whatsNewData.ts | 198 +++++++++++++++++- 2 files changed, 201 insertions(+), 7 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx index 8f7d095535e0..e6bb891820d4 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx @@ -110,19 +110,19 @@ const WhatsNewModal: FunctionComponent = ({
-
+

{activeData.version}

{activeData.description}

+ {activeData?.note && ( +

{activeData.note}

+ )}
{activeData.features.length > 0 && ( -
0, - })}> +