diff --git a/docs/client/React/_deprecationNotice.mdx b/docs/client/React/_deprecationNotice.mdx index 225fd76cf..60e47d6a3 100644 --- a/docs/client/React/_deprecationNotice.mdx +++ b/docs/client/React/_deprecationNotice.mdx @@ -1,7 +1,7 @@ :::warning DEPRECATED To get started with Statsig in React, you should use the new [`Statsig React SDK`](/client/javascript-sdk/react). -This version of the SDK is deprecated and will only receive major bug fixes going forward. +This version of the SDK is deprecated and will only receive major bug fixes going forward. Official support ends Jan 31, 2025. If you already use this deprecated version, you should check out the [migration docs](/client/javascript-sdk/migrating-from-statsig-react). ::: \ No newline at end of file diff --git a/docs/client/ReactNative/_deprecationNotice.mdx b/docs/client/ReactNative/_deprecationNotice.mdx index 5366fd96f..6e1ba3093 100644 --- a/docs/client/ReactNative/_deprecationNotice.mdx +++ b/docs/client/ReactNative/_deprecationNotice.mdx @@ -1,7 +1,7 @@ :::warning DEPRECATED To get started with Statsig in ReactNative, you should use the new [`Statsig ReactNative SDK`](/client/javascript-sdk/react-native). -This version of the SDK is deprecated and will only receive major bug fixes going forward. +This version of the SDK is deprecated and will only receive major bug fixes going forward. Official support ends Jan 31, 2025. If you already use this deprecated version, you should check out the [migration docs](/client/javascript-sdk/migrating-from-statsig-react). ::: \ No newline at end of file diff --git a/docs/client/deprecated/reactNativeExpoSDK.mdx b/docs/client/deprecated/reactNativeExpoSDK.mdx index 8fde2e362..12c67f115 100644 --- a/docs/client/deprecated/reactNativeExpoSDK.mdx +++ b/docs/client/deprecated/reactNativeExpoSDK.mdx @@ -10,7 +10,7 @@ import TabItem from "@theme/TabItem"; :::warning DEPRECATED To get started with Statsig in Expo, you should use the new [`Statsig Expo SDK`](/client/javascript-sdk/expo). -This version of the SDK is deprecated and will only receive major bug fixes going forward. +This version of the SDK is deprecated and will only receive major bug fixes going forward. Official support ends Jan 31, 2025. If you already use this deprecated version, you should check out the [migration docs](/client/javascript-sdk/migrating-from-statsig-react). ::: diff --git a/docs/client/javascript-mono/MigrationFromOldJsClient.mdx b/docs/client/javascript-mono/MigrationFromOldJsClient.mdx index ecf810f45..cfc0aa551 100644 --- a/docs/client/javascript-mono/MigrationFromOldJsClient.mdx +++ b/docs/client/javascript-mono/MigrationFromOldJsClient.mdx @@ -8,6 +8,12 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import GitHubEmbed from "@site/src/components/GitHubEmbed"; +:::warning DEPRECATED + +Migrate soon! Official support for statsig-js ends Jan 31, 2025. + +::: + The architecture and majority of the APIs in the updated SDK have been retained; however, modifications have been made to address common pitfalls, resolve existing issues, and streamline the SDK logic, resulting in some breaking changes. diff --git a/docs/client/javascript-mono/MigrationFromOldReact.mdx b/docs/client/javascript-mono/MigrationFromOldReact.mdx index fd9ca4fb7..8ccc46610 100644 --- a/docs/client/javascript-mono/MigrationFromOldReact.mdx +++ b/docs/client/javascript-mono/MigrationFromOldReact.mdx @@ -8,6 +8,12 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import GitHubEmbed from "@site/src/components/GitHubEmbed"; +:::warning DEPRECATED + +Migrate soon! Official support for statsig-react ends Jan 31, 2025. + +::: + :::note Also refer to our [migration from js-client guide](/client/javascript-sdk/migrating-from-statsig-js), which lists other impacts on statsig-react installations. diff --git a/docs/client/javascript-mono/_GettingStartedFastImpl.mdx b/docs/client/javascript-mono/_GettingStartedFastImpl.mdx index 3d75a65db..43b87706b 100644 --- a/docs/client/javascript-mono/_GettingStartedFastImpl.mdx +++ b/docs/client/javascript-mono/_GettingStartedFastImpl.mdx @@ -40,7 +40,7 @@ export const OptionalDepsToggle = () => {
:::note -Transitioning from our legacy Javascript SDKs? See migrating to [js-client](/client/javascript-sdk/migrating-from-statsig-js/) and [react-bindings](/client/javascript-sdk/migrating-from-statsig-react) for a list of breaking changes and recommended solutions. +Using our legacy statsig-js packages? Support ends Jan 31, 2025 - see migrating to [js-client](/client/javascript-sdk/migrating-from-statsig-js/) and [react-bindings](/client/javascript-sdk/migrating-from-statsig-react) for a list of breaking changes and recommended solutions. ::: diff --git a/docs/client/js/_deprecationNotice.mdx b/docs/client/js/_deprecationNotice.mdx index aad03938e..76b3360d2 100644 --- a/docs/client/js/_deprecationNotice.mdx +++ b/docs/client/js/_deprecationNotice.mdx @@ -1,7 +1,7 @@ :::warning DEPRECATED To get started with Statsig in JS, you should use the new [`Statsig JS SDK`](/client/javascript-sdk). -This version of the JS Client SDK is deprecated and will only receive major bug fixes going forward. +This version of the JS Client SDK is deprecated and will only receive major bug fixes going forward. Official support ends Jan 31, 2025. If you already use this deprecated version of the JS SDK, you should check out the [migration docs](/client/javascript-sdk/migrating-from-statsig-js). ::: \ No newline at end of file diff --git a/docs/client/jslocal/_deprecationNotice.mdx b/docs/client/jslocal/_deprecationNotice.mdx index 38f291523..9822d4dd4 100644 --- a/docs/client/jslocal/_deprecationNotice.mdx +++ b/docs/client/jslocal/_deprecationNotice.mdx @@ -1,6 +1,6 @@ :::warning DEPRECATED To get started with local Statsig evaluations in JS, you should use the new [`On Device Evalutions SDK`](/client/javascript-sdk). -This version of the JS SDK is deprecated and will only receive major bug fixes going forward. +This version of the JS SDK is deprecated and will only receive major bug fixes going forward. Official support ends Jan 31, 2025. ::: \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index e7052167f..ce4951011 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -76,37 +76,37 @@ const sidebars: SidebarsConfig = { ], }, { - className: "html-icon sidebar-icon sdk-icon", + className: "html-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/html-snippet", }, { - className: "js-icon sidebar-icon sdk-icon", + className: "js-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-sdk", }, { - className: "react-icon sidebar-icon sdk-icon", + className: "react-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-mono/ReactUsage", }, { - className: "next-icon sidebar-icon sdk-icon", + className: "next-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-mono/nextjs/NextJsUsage", }, { - className: "android-icon sidebar-icon sdk-icon", + className: "android-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/androidClientSDK", }, { - className: "ios-icon sidebar-icon sdk-icon", + className: "ios-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/iosClientSDK", }, { - className: "node-icon sidebar-icon sdk-icon", + className: "node-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/nodejsServerSDK", }, @@ -115,42 +115,42 @@ const sidebars: SidebarsConfig = { label: "More Client SDKs", items: [ { - className: "cpp-icon sidebar-icon sdk-icon", + className: "cpp-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/cpp-client-sdk" }, { - className: "flutter-icon sidebar-icon sdk-icon", + className: "flutter-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/dartSDK" }, { - className: "dotnet-icon sidebar-icon sdk-icon", + className: "dotnet-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/dotnetSDK" }, { - className: "expo-icon sidebar-icon sdk-icon", + className: "expo-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-mono/ExpoUsage" }, { - className: "react-icon sidebar-icon sdk-icon", + className: "react-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-mono/ReactNativeUsage" }, { - className: "angular-icon sidebar-icon sdk-icon", + className: "angular-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/javascript-mono/AngularUsage" }, { - className: "roku-icon sidebar-icon sdk-icon", + className: "roku-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/rokuSDK" }, { - className: "unity-icon sidebar-icon sdk-icon", + className: "unity-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "client/unitySDK" }, @@ -195,47 +195,47 @@ const sidebars: SidebarsConfig = { label: "More Server SDKs", items: [ { - className: "dotnet-icon sidebar-icon sdk-icon", + className: "dotnet-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/dotnetSDK" }, { - className: "cpp-icon sidebar-icon sdk-icon", + className: "cpp-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/cppSDK" }, { - className: "elixir-icon sidebar-icon sdk-icon", + className: "elixir-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/erlangSDK" }, { - className: "golang-icon sidebar-icon sdk-icon", + className: "golang-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/golangSDK" }, { - className: "java-icon sidebar-icon sdk-icon", + className: "java-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/javaSdk" }, { - className: "python-icon sidebar-icon sdk-icon", + className: "python-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/pythonSDK" }, { - className: "php-icon sidebar-icon sdk-icon", + className: "php-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/phpSDK" }, { - className: "ruby-icon sidebar-icon sdk-icon", + className: "ruby-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/rubySDK" }, { - className: "rust-icon sidebar-icon sdk-icon", + className: "rust-icon sidebar-icon sdk-sidebar-icon", type: "doc", id: "server/rustSDK" } diff --git a/src/css/custom.css b/src/css/custom.css index f59541ac5..9708443c1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -557,7 +557,7 @@ span.math.math-inline { background-image: url("/img/icons/sidebar/template-active.svg"); } -.sdk-icon{ +.sdk-sidebar-icon{ padding-left:24px; }