Fix what's new content 1.0.1 (#11518)

* Fix what's new content 1.0.1

* minor change

* minor change
This commit is contained in:
Sachin Chaurasiya 2023-05-10 13:19:50 +05:30 committed by GitHub
parent be7b056d72
commit cefce47ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 45 deletions

View File

@ -33,40 +33,11 @@ const ChangeLogs = ({ data }: Props) => {
<RichTextEditorPreviewer
enableSeeMoreVariant={false}
markdown={data[log]}
maxLength={data[log].length}
/>
</div>
))}
</div>
// <div>
// {data.highlight && (
// <div className="tw-mb-4">
// <div className="tw-border-b tw-mb-2.5 tw-border-text">
// <p className="tw-text-base tw-font-medium tw-mb-2.5">Highlights</p>
// </div>
// <RichTextEditorPreviewer markdown={data.highlight} />
// </div>
// )}
// {data.bugFix && (
// <div className="tw-mb-4">
// <div className="tw-border-b tw-mb-2.5 tw-border-text">
// <p className="tw-text-base tw-font-medium tw-mb-2.5">Bug fixes</p>
// </div>
// <RichTextEditorPreviewer markdown={data.bugFix} />
// </div>
// )}
// {data.miscellaneous && (
// <div className="tw-mb-4">
// <div className="tw-border-b tw-mb-2.5 tw-border-text">
// <p className="tw-text-base tw-font-medium tw-mb-2.5">
// Miscellaneous
// </p>
// </div>
// <RichTextEditorPreviewer markdown={data.miscellaneous} />
// </div>
// )}
// </div>
);
};

View File

@ -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`,
},
},
];