Conversation
Contributor
|
@launchdarkly/js-sdk-common size report |
Contributor
|
@launchdarkly/js-client-sdk size report |
Contributor
|
@launchdarkly/browser size report |
Contributor
|
@launchdarkly/js-client-sdk-common size report |
b1149d6 to
417ee2d
Compare
419914c to
7cd7572
Compare
322f039 to
5c15867
Compare
bbe593a to
58af6ee
Compare
58af6ee to
cdd54bf
Compare
kinyoklion
approved these changes
Apr 30, 2026
Merged
joker23
pushed a commit
that referenced
this pull request
Apr 30, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>react-sdk: 4.0.0</summary> ## [4.0.0](react-sdk-v0.2.5...react-sdk-v4.0.0) (2026-04-30) ### Features * release-react-sdk-v4 ([#1238](#1238)) ([a0eb24d](a0eb24d)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > This is a major-version release bump for `@launchdarkly/react-sdk`, which may imply breaking changes for consumers even though the diff is largely versioning metadata. Low code risk, but downstream compatibility risk due to the 0.x→4.x jump. > > **Overview** > **Releases `@launchdarkly/react-sdk` v4.0.0.** Updates the release manifest, package version, and changelog to reflect the new major release. > > Updates React SDK example apps to depend on `@launchdarkly/react-sdk@4.0.0`, and bumps the client wrapper `wrapperVersion` reported by `createClient()` to `4.0.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 591bc35. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will release the v4 major version of React SDK.
We should not merge this in until we have our docs ready.
SDK-1568
Note
Low Risk
Docs/metadata/release-config changes only; no runtime code paths are modified.
Overview
Prepares the
@launchdarkly/react-sdkpackage for its v4 major release by updating release automation and SDK metadata.This sets
packages/sdk/reacttorelease-as: 4.0.0inrelease-please-config.json, addsinlineContextCustomEventsto the React SDK’s feature list in.sdk_metadata.json, refreshespackages/sdk/react/README.mdto point at the main docs and include SLSA provenance guidance, and removes the temporarytemp_docs/MIGRATING.mddocument.Reviewed by Cursor Bugbot for commit cdd54bf. Bugbot is set up for automated code reviews on this repo. Configure here.