diff --git a/src/components/version-language-switcher/VersionUpdateNotification.tsx b/src/components/version-language-switcher/VersionUpdateNotification.tsx index a6156a5a6..4ac93c711 100644 --- a/src/components/version-language-switcher/VersionUpdateNotification.tsx +++ b/src/components/version-language-switcher/VersionUpdateNotification.tsx @@ -27,10 +27,9 @@ export function VersionUpdateNotification({ version }: VersionUpdateNotification {version === "old" ? ( <> - Support for the Long Term Support (LTS) version of the Design system will be available until September - 2025.{" "} + Long-term support (LTS) for v3 (Angular) and v5 (React) has ended. Read the{" "} - View the upgrade guide + upgrade guide ) : ( diff --git a/src/routes/get-started/LtsPolicyPage.tsx b/src/routes/get-started/LtsPolicyPage.tsx index 460922e72..29f85c91c 100644 --- a/src/routes/get-started/LtsPolicyPage.tsx +++ b/src/routes/get-started/LtsPolicyPage.tsx @@ -4,31 +4,38 @@ import { Link } from "react-router-dom"; export const LtsPolicyPage = () => { return ( <> - Long Term Support (LTS) + Long Term Support (LTS) - - The Long Term Support (LTS) version will continue to be supported until September 30, 2025. Learn more about what you can expect. + + LTS for the design system has ended. Version v3 (Angular) and v5 (React) are no longer supported. - - The previous version of the design system v3 (Angular) and v5 (React) is now in Long-Term Support (LTS). Here's what that means: + + What this means: -
    -
  • Bug fixes only: We'll continue fixing critical bugs and regressions.
  • -
  • No new features or enhancements: All new development is happening in the latest major version.
  • -
  • Same reliable experience: Your project will continue to work as expected.
  • -
+
    +
  • No fixes or patches: We won't ship bug or security fixes for v3/v5
  • +
  • No new features or enhancements: All new work happens in the current major version.
  • +
  • Use at your own risk: Existing projects may continue to run, but we won't test or guarantee compatibility with new browsers, OS updates, or framework changes.
  • +
- - Ready to update to the latest version? Visit our update guide + + What to do next - +
    +
  • Upgrade to the latest version. See the update guide
  • +
  • Need help planning the upgrade? Book a drop in hours session for guidance
  • +
+
+ + - Projects still using LTS will continue to work, but new issues or bugs will not be prioritized. + Projects still using LTS will continue to work, but new issues or bugs in v3 (Angular) and v5 (React) will not be fixed. );