@launchdarkly/react-sdk 0.1.0 → 0.2.0

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,22 +1,38 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.0.1...react-sdk-v0.1.0) (2026-03-23)
3
+ ## [0.2.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.1.1...react-sdk-v0.2.0) (2026-04-14)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * pre-release of `@launchdarkly/react-sdk` ([#1201](https://github.com/launchdarkly/js-core/issues/1201)) ([69f4790](https://github.com/launchdarkly/js-core/commit/69f47902f5327d3d7c7f1bbca66a3d0ff95e7452))
8
+ * adding isomorphic provider to bridge client and server ([#1218](https://github.com/launchdarkly/js-core/issues/1218)) ([d766f39](https://github.com/launchdarkly/js-core/commit/d766f39c0d178cc66c80644c3cecddb6e7131c93))
9
+ * support static client component rendering ([#1227](https://github.com/launchdarkly/js-core/issues/1227)) ([6b3a100](https://github.com/launchdarkly/js-core/commit/6b3a1001844cdeccb378a402283673bf35760369))
9
10
 
10
11
 
11
12
  ### Bug Fixes
12
13
 
13
- * **deps:** update dependency next to v16.1.5 [security] ([#1164](https://github.com/launchdarkly/js-core/issues/1164)) ([929a385](https://github.com/launchdarkly/js-core/commit/929a385568b7b25e2340c5e7b4f654e6b6d8d907))
14
- * **deps:** update dependency next to v16.1.7 [security] ([#1196](https://github.com/launchdarkly/js-core/issues/1196)) ([1572be1](https://github.com/launchdarkly/js-core/commit/1572be1adbb25eb12102e5f03dd058d62423afb3))
14
+ * adding wrapper name for react client ([#1199](https://github.com/launchdarkly/js-core/issues/1199)) ([f92a8f9](https://github.com/launchdarkly/js-core/commit/f92a8f9d9b7f15c344745be13ce16d6a03a0c126))
15
+ * **deps:** update dependency next to v16.2.3 [security] ([#1263](https://github.com/launchdarkly/js-core/issues/1263)) ([10f582a](https://github.com/launchdarkly/js-core/commit/10f582a460342f6352735b1cd3f93af1f57ba303))
16
+ * **react-sdk:** double evaluation on client side init ([#1229](https://github.com/launchdarkly/js-core/issues/1229)) ([6a4c42f](https://github.com/launchdarkly/js-core/commit/6a4c42f1bc2e73efa16b1317d10dbc6026d53628))
15
17
 
16
18
 
17
19
  ### Dependencies
18
20
 
19
21
  * The following workspace dependencies were updated
20
22
  * dependencies
21
- * @launchdarkly/js-client-sdk bumped from ^4.4.0 to ^4.4.1
22
- * @launchdarkly/js-server-sdk-common bumped from ^2.18.2 to ^2.18.3
23
+ * @launchdarkly/js-client-sdk bumped from ^4.4.1 to ^4.5.0
24
+ * @launchdarkly/js-server-sdk-common bumped from ^2.18.3 to ^2.18.4
25
+
26
+ ## [0.1.1](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.1.0...react-sdk-v0.1.1) (2026-03-24)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * react prerelease docs ([#1215](https://github.com/launchdarkly/js-core/issues/1215)) ([bc69bdd](https://github.com/launchdarkly/js-core/commit/bc69bdd16f423aa84d23c255a13c6b959fa4446e))
32
+
33
+ ## [0.1.0](https://github.com/launchdarkly/js-core/compare/react-sdk-v0.0.1...react-sdk-v0.1.0) (2026-03-23)
34
+
35
+
36
+ ### Features
37
+
38
+ * pre-release of `@launchdarkly/react-sdk` ([#1201](https://github.com/launchdarkly/js-core/issues/1201)) ([69f4790](https://github.com/launchdarkly/js-core/commit/69f47902f5327d3d7c7f1bbca66a3d0ff95e7452))
package/README.md CHANGED
@@ -1,9 +1,23 @@
1
1
  # LaunchDarkly React SDK
2
2
 
3
+ [![NPM][react-sdk-npm-badge]][react-sdk-npm-link]
4
+ [![Actions Status][react-sdk-ci-badge]][react-sdk-ci]
5
+ [![Documentation][react-sdk-ghp-badge]][react-sdk-ghp-link]
6
+ [![NPM][react-sdk-dm-badge]][react-sdk-npm-link]
7
+ [![NPM][react-sdk-dt-badge]][react-sdk-npm-link]
8
+
9
+ ⚠️⚠️⚠️
10
+
3
11
  > [!CAUTION]
4
- > This [SDK|feature] is experimental and should NOT be considered ready for production use.
5
- > It may change or be removed without notice and is not subject to backwards
6
- > compatibility guarantees.
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.
16
+
17
+ ☝️☝️☝️
18
+
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.
7
21
 
8
22
  ## About LaunchDarkly
9
23
 
@@ -19,3 +33,12 @@
19
33
  - [docs.launchdarkly.com](https://docs.launchdarkly.com/ 'LaunchDarkly Documentation') for our documentation and SDK reference guides
20
34
  - [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ 'LaunchDarkly API Documentation') for our API documentation
21
35
  - [blog.launchdarkly.com](https://blog.launchdarkly.com/ 'LaunchDarkly Blog Documentation') for the latest product updates
36
+
37
+ [react-sdk-ci-badge]: https://github.com/launchdarkly/js-core/actions/workflows/react.yml/badge.svg
38
+ [react-sdk-ci]: https://github.com/launchdarkly/js-core/actions/workflows/react.yml
39
+ [react-sdk-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/react-sdk.svg?style=flat-square
40
+ [react-sdk-npm-link]: https://www.npmjs.com/package/@launchdarkly/react-sdk
41
+ [react-sdk-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8
42
+ [react-sdk-ghp-link]: https://launchdarkly.github.io/js-core/packages/sdk/react/docs/
43
+ [react-sdk-dm-badge]: https://img.shields.io/npm/dm/@launchdarkly/react-sdk.svg?style=flat-square
44
+ [react-sdk-dt-badge]: https://img.shields.io/npm/dt/@launchdarkly/react-sdk.svg?style=flat-square