Added warning of outdated information to all components

This commit is contained in:
Lucas Oliveira 2024-06-24 08:31:18 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 9b88eab828
70 changed files with 303 additions and 0 deletions

View file

@ -3,6 +3,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Compatibility with Previous Versions
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
## TLDR;
- You'll need to add a few components to your flow to make it compatible with the new version of Langflow.

View file

@ -2,6 +2,10 @@ import Admonition from "@theme/Admonition";
# Migrating to Langflow 1.0: A Guide
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
Langflow 1.0 is a significant update that brings many exciting changes and improvements to the platform.
This guide will walk you through the key improvements and help you migrate your existing projects to the new version.