@launchdarkly/react-sdk 0.2.5 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.1](https://github.com/launchdarkly/js-core/compare/react-sdk-v4.0.0...react-sdk-v4.0.1) (2026-05-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @launchdarkly/js-client-sdk bumped from ^4.6.4 to ^4.6.5
11
+ * @launchdarkly/js-server-sdk-common bumped from ^2.18.6 to ^2.18.7
12
+
13
+ ## [4.0.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.2.5...react-sdk-v4.0.0) (2026-04-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * release-react-sdk-v4 ([#1238](https://github.com/launchdarkly/js-core/issues/1238)) ([a0eb24d](https://github.com/launchdarkly/js-core/commit/a0eb24d05e34237c852d039ead46f33e31a95c4c))
19
+
3
20
  ## [0.2.5](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.2.4...react-sdk-v0.2.5) (2026-04-30)
4
21
 
5
22
 
package/README.md CHANGED
@@ -6,18 +6,13 @@
6
6
  [![NPM][react-sdk-dm-badge]][react-sdk-npm-link]
7
7
  [![NPM][react-sdk-dt-badge]][react-sdk-npm-link]
8
8
 
9
- ⚠️⚠️⚠️
9
+ ## Getting started
10
10
 
11
- > [!CAUTION]
12
- > This SDK is in pre-release and not subject to backwards compatibility
13
- > guarantees. The API may change based on feedback.
14
- >
15
- > Pin to a specific minor version and review the [changelog](./CHANGELOG.md) before upgrading.
11
+ Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web) for instructions on getting started with using the SDK.
16
12
 
17
- ☝️☝️☝️
13
+ ## Verifying SDK build provenance with the SLSA framework
18
14
 
19
- ## Getting started
20
- Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web#get-started) for instructions on getting started with using the SDK.
15
+ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](../../../PROVENANCE.md).
21
16
 
22
17
  ## About LaunchDarkly
23
18