Skip to content

Commit

Permalink
reminder content with more descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jul 26, 2024
1 parent 4273c26 commit dcebad1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/update-reminder/update-reminder-content.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
export const updateContent = {
date: '25 July 2024',
date: '29 July 2024',
features: [
{
title: 'Enable/disable dataset preview when publishing Kedro-Viz',
title:
'Enable/disable dataset preview in Kedro-Viz instance or when publishing',
image: '',
copy: 'Users can now enable or disable the preview for all datasets when publishing Kedro-Viz from both the CLI and UI.',
copy: 'Users can now enable or disable the preview for all datasets in their local Kedro-Viz instance by using the toggle in the settings menu. Moreover, it can also be toggled when publishing Kedro-Viz from both the CLI and UI.',
buttonLink: '',
buttonText: '',
},
{
title:
'Move session store and stats file to .viz directory conditionally',
image: '',
copy: 'The session store and stats file are now conditionally moved to the .viz directory.',
copy: 'The session store and stats file are now conditionally moved to the `.viz` directory. If the user does not provide `SESSION_STORE_ARGS` in their `settings.py` file, Kedro-Viz will use the default `.viz` directory to store session and stats files.',
buttonLink: '',
buttonText: '',
},
{
title: 'Enhance documentation for Kedro-Viz standalone React component',
image: '',
copy: 'The documentation for the Kedro-Viz standalone React component has been enhanced.',
copy: 'The documentation for the Kedro-Viz standalone React component has been enhanced. It now includes a detailed props explanation, UI component annotation screenshot, and a new section dedicated to using Kedro-Viz as a standalone React component.',
buttonLink: '',
buttonText: '',
},
{
title: 'Display published URLs',
image: '',
copy: 'Kedro-Viz now displays published URLs.',
copy: 'Kedro-Viz now displays published URLs, allowing users to easily access and share the locations where their Kedro-Viz instances are hosted. This feature stores the hosting platform, bucket name, and endpoint URL in localStorage.',
buttonLink: '',
buttonText: '',
},
Expand Down

0 comments on commit dcebad1

Please sign in to comment.