Skip to content

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[3.0.7] - 2023-07-11

Changed:

  • This release introduces rollup to bundle the build output. The bundle is minified and supports both cjs and esm.

kinyoklion and others added 5 commits May 5, 2023 14:05
The following is not correct:
```
* If specified, `launchdarkly-react-client-sdk` will only request and listen to these flags.
```

It should instead say:
```
* If specified, `launchdarkly-react-client-sdk` will only listen for changes to these flags.
```
This PR introduces rollup to bundle the react sdk output:

1. The rollup config is in typescript. It shares the default
tsconfig.json with the project hence these warnings of
`rollup.config.ts` which can be safely ignored.
2. We now support both cjs and esm.
3. As above.
4. Type definitions are also generated by rollup.


![Screenshot_2023-07-10_at_3_28_42_PM](https://github.com/launchdarkly/react-client-sdk-private/assets/1593077/14180ee9-18ee-4c1e-839f-bb2047b58215)

---------

Co-authored-by: Yusinto Ngadiman <yus@launchdarkly.com>
@yusinto yusinto merged commit 6fcefe7 into main Jul 12, 2023
@yusinto yusinto deleted the release-3.0.7 branch July 12, 2023 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants