Releases: launchdarkly/react-client-sdk
Releases · launchdarkly/react-client-sdk
launchdarkly-react-client-sdk: v3.8.1
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
3.8.0 (2025-05-28)
Features
- Add support for per-context summary events. (#358) (42c132e)
launchdarkly-react-client-sdk: v3.7.0
3.7.0 (2025-05-14)
Features
launchdarkly-react-client-sdk: v3.6.1
3.6.1 (2025-01-30)
Bug Fixes
- update package.json to support react 19 (#341) (2c0fc33)
launchdarkly-react-client-sdk: v3.6.0
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
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
3.4.0 (2024-08-02)
Features
- Support a pre-initialized client using asyncWithLDProvider. (#310) (6f3ad5c)
3.3.2
[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
[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
[3.3.0] - 2024-05-23
Added:
- Added a new optional timeout to ProviderConfig which gets passed to the underlying Javascript SDK
waitForInitialization
function.