mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:16:40 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
17 lines
1.5 KiB
Plaintext
17 lines
1.5 KiB
Plaintext
import Icon from "@site/src/components/icon";
|
|
|
|
Legacy components are longer supported and can be removed in a future release.
|
|
You can continue to use them in existing flows, but it is recommended that you replace them with supported components as soon as possible.
|
|
Suggested replacements are included in the **Legacy** banner on components in your flows.
|
|
They are also given in release notes and Langflow documentation whenever possible.
|
|
|
|
If you aren't sure how to replace a legacy component, <Icon name="Search" aria-hidden="true" /> **Search** for components by provider, service, or component name.
|
|
The component may have been deprecated in favor of a completely new component, a similar component, or a new version of the same component in a different category.
|
|
|
|
If there is no obvious replacement, consider whether another component can be adapted to your use case.
|
|
For example, many <Icon name="Component" aria-hidden="true" /> **Core components** provide generic functionality that can support multiple providers and use cases, such as the [**API Request** component](/api-request).
|
|
|
|
If neither of these options are viable, you could use the legacy component's code to create your own custom component, or [start a discussion](/contributing-github-issues) about the legacy component.
|
|
|
|
To discourage use of legacy components in new flows, these components are hidden by default.
|
|
In the visual editor, you can click <Icon name="SlidersHorizontal" aria-hidden="true" /> **Component settings** to toggle the **Legacy** filter. |