Skip to content

Commit

Permalink
add js deprecation notices jan 31 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 10, 2024
1 parent f49ebb0 commit 655dd64
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/client/React/_deprecationNotice.mdx
Original file line number Diff line number Diff line change
@@ -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).
:::
2 changes: 1 addition & 1 deletion docs/client/ReactNative/_deprecationNotice.mdx
Original file line number Diff line number Diff line change
@@ -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).
:::
2 changes: 1 addition & 1 deletion docs/client/deprecated/reactNativeExpoSDK.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
:::
Expand Down
6 changes: 6 additions & 0 deletions docs/client/javascript-mono/MigrationFromOldJsClient.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions docs/client/javascript-mono/MigrationFromOldReact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/client/javascript-mono/_GettingStartedFastImpl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const OptionalDepsToggle = () => {
<br/>
:::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 pacakges? 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.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/client/js/_deprecationNotice.mdx
Original file line number Diff line number Diff line change
@@ -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).
:::
2 changes: 1 addition & 1 deletion docs/client/jslocal/_deprecationNotice.mdx
Original file line number Diff line number Diff line change
@@ -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.

:::

0 comments on commit 655dd64

Please sign in to comment.