From 772d7d3ef35aec22b8a1cdad993320dc82319123 Mon Sep 17 00:00:00 2001 From: Jitendra Gundaniya Date: Wed, 20 Nov 2024 15:57:22 +0000 Subject: [PATCH] Review suggestions Signed-off-by: Jitendra Gundaniya --- RELEASE.md | 2 +- .../update-reminder/update-reminder-content.js | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 441d98364..92e783895 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,7 +19,7 @@ Please follow the established format: - Fix unserializable parameters value. (#2122) - Replace `watchgod` library with `watchfiles` and improve autoreload file watching filter. (#2134) - Display full dataset type with library prefix in metadata panel. (#2136) -- Enable SQLite WAL mode for Azure ML to fix database locking issues. (#2131) +- Enable SQLite WAL mode for to fix database locking issues in Azure ML. (#2131) - Replace `flake8`, `isort`, `pylint` and `black` by `ruff`. (#2149) - Refactor `DatasetStatsHook` to avoid showing error when dataset doesn't have file size info. (#2174) - Refactor `node-list-tree` component. (#2193) diff --git a/src/components/update-reminder/update-reminder-content.js b/src/components/update-reminder/update-reminder-content.js index 4c0e22be8..7efd7e7d2 100644 --- a/src/components/update-reminder/update-reminder-content.js +++ b/src/components/update-reminder/update-reminder-content.js @@ -10,19 +10,11 @@ export const updateContent = { { title: 'Support for Python 3.12 and 3.13', image: '', - copy: 'Kedro and Kedro-Viz now support Python 3.12 and 3.13, allowing users to leverage the latest features and improvements in the Python ecosystem.', + copy: 'Kedro-Viz now supports Python 3.12 and 3.13, allowing users to leverage the latest features and improvements in the Python ecosystem.', buttonLink: 'https://github.com/kedro-org/kedro-viz?tab=readme-ov-file#usage', buttonText: 'Learn more', }, - { - title: - 'The introduction of a `behaviour` prop object with a `reFocus` property', - image: '', - copy: 'The introduction of a `behaviour` prop object with a `reFocus` property gives users enhanced control over pipeline visualization behaviors.', - buttonLink: 'https://www.npmjs.com/package/@quantumblack/kedro-viz', - buttonText: 'Learn more', - }, { title: 'Enhanced metadata display in Kedro-Viz', image: '',