Skip to content

Releases: launchdarkly/react-client-sdk

launchdarkly-react-client-sdk: v3.8.1

30 May 19:58
28eab3e
Compare
Choose a tag to compare

3.8.1 (2025-05-30)

Bug Fixes

  • Update to js-client-sdk 3.8.1 for docs update (#360) (a4cb4e3)

launchdarkly-react-client-sdk: v3.8.0

29 May 20:17
d12f9a5
Compare
Choose a tag to compare

3.8.0 (2025-05-28)

Features

  • Add support for per-context summary events. (#358) (42c132e)

launchdarkly-react-client-sdk: v3.7.0

14 May 18:28
aee44c1
Compare
Choose a tag to compare

3.7.0 (2025-05-14)

Features

launchdarkly-react-client-sdk: v3.6.1

30 Jan 18:53
090c8db
Compare
Choose a tag to compare

3.6.1 (2025-01-30)

Bug Fixes

  • update package.json to support react 19 (#341) (2c0fc33)

launchdarkly-react-client-sdk: v3.6.0

04 Nov 16:35
ca6ebce
Compare
Choose a tag to compare

3.6.0 (2024-11-01)

Features

  • Support for providing custom contexts (#313) (a8b52f4)
  • typescript: export the LDProps interface for access in application code (#321) (7a084c5)

launchdarkly-react-client-sdk: v3.5.0

18 Oct 17:47
21c2402
Compare
Choose a tag to compare

3.5.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (3cb6060)
  • Add support for synchronous inspectors. (3cb6060)

launchdarkly-react-client-sdk: v3.4.0

05 Aug 15:48
c1ae8ae
Compare
Choose a tag to compare

3.4.0 (2024-08-02)

Features

  • Support a pre-initialized client using asyncWithLDProvider. (#310) (6f3ad5c)

3.3.2

28 May 20:20
Compare
Choose a tag to compare

[3.3.2] - 2024-05-28

Fixed:

  • Set esbuild to target ES2015 aka ES6 so the build is backwards compatible. This is needed because rollup-plugin-esbuild v6 now defaults to es2020 by default and no longer respects tsconfig.json's target. Fixes this issue in #283.

3.3.1

28 May 17:16
Compare
Choose a tag to compare

[3.3.1] - 2024-05-28

Fixed:

  • Fixed a bug introduced after the init timeout change. The ldClient object was omitted from provider state, causing the useLDClient hook to return undefined.

3.3.0

23 May 21:53
Compare
Choose a tag to compare

[3.3.0] - 2024-05-23

Added:

  • Added a new optional timeout to ProviderConfig which gets passed to the underlying Javascript SDK waitForInitialization function.