From cefce47ca4b2f57820deace57342ce13ae6ec0d4 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Wed, 10 May 2023 13:19:50 +0530 Subject: [PATCH] Fix what's new content 1.0.1 (#11518) * Fix what's new content 1.0.1 * minor change * minor change --- .../Modals/WhatsNewModal/ChangeLogs.tsx | 31 +------------------ .../Modals/WhatsNewModal/whatsNewData.ts | 30 +++++++++--------- 2 files changed, 16 insertions(+), 45 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx index 240e30a6ed7..63524e1a41b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/ChangeLogs.tsx @@ -33,40 +33,11 @@ const ChangeLogs = ({ data }: Props) => { ))} - //
- // {data.highlight && ( - //
- //
- //

Highlights

- //
- // - //
- // )} - - // {data.bugFix && ( - //
- //
- //

Bug fixes

- //
- // - //
- // )} - - // {data.miscellaneous && ( - //
- //
- //

- // Miscellaneous - //

- //
- // - //
- // )} - //
); }; diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index b9cd25dfcf8..a1130a8855f 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -828,21 +828,21 @@ export const WHATS_NEW = [ description: 'Released on 10th May 2023.', features: [], changeLogs: { - 'UI Improvements': `- Several UI improvements have been made. -- Improved search experience while editing manual lineage. -- Improved security with masked API token for Looker connection. -- The tier component has been revamped. -- Added Pagination support on the Data Model page. -- Added startDate to create ingestion flow. -- Search improvements have been made on the Explore page.`, - Notifications: `- Alert notifications have been added for Data Insights Report.`, - Glossary: `- Earlier, we only supported changing the Glossary Owner. Now, we even support the removal of Owner from Glossary as well as Glossary Terms.`, - Ingestion: `- Included IBM dependency for I Series. -- Fixed CVE vulnerability for ingestion docker image. -- Now, we fetch views and view definitions for Hive and Impala. -- Added a test connection step for verifying the Owner details in Tableau. -- Profiler logs have been improved. -- The issues reported around ingestion have been fixed.`, + 'UI Improvements': `- Improved search experience while editing manual lineage. +- Improved security with masked API token for Looker connection. +- The tier component has been revamped. +- Added Pagination support on the Data Model page. +- Added startDate to create ingestion flow. +- Search improvements have been made on the Explore page. +- Multiple UI tweaks have been made for better user experience, such as image placeholder improvements, text alignment and custom connectors icons.`, + Notifications: `- Alert notifications have been added for Data Insights Report.`, + Glossary: `- Earlier, we only supported changing or updating the Glossary Owner. Now, we even support the removal of Owner from Glossary as well as Glossary Terms.`, + Ingestion: `- Included IBM dependency for I Series. +- Fixed CVE vulnerability for ingestion docker image. +- Now, we fetch views and view definitions from Hive and Impala. +- Added a test connection step for verifying the Owner details in Tableau. +- Profiler logs have been improved. +- Fixed the issues reported around ingestion`, }, }, ];