Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 2.26.0 release #135

Merged
merged 138 commits into from
Apr 27, 2022
Merged

prepare 2.26.0 release #135

merged 138 commits into from
Apr 27, 2022

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[2.26.0] - 2022-04-27

Added:

  • LDOptions.application, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
  • Added basicLogger, a replacement for the deprecated createConsoleLogger.

Fixed:

  • The baseUrl, streamUrl, and eventsUrl properties now work properly regardless of whether the URL string has a trailing slash. Previously, a trailing slash would cause request URL paths to have double slashes.

yusinto and others added 30 commits December 17, 2019 12:35
# Conflicts:
#	package-lock.json
#	package.json
#	src/initLDClient.test.ts
#	src/initLDClient.ts
[ch59533] Fix package build logic when setting wrapper version
# Conflicts:
#	package-lock.json
#	package.json
…-from-unit-test

Update withLDProvider.test.tsx
* Add tests for the LDProvider

* Add LDProvider component

* Add LDProvider to main export

* Update provider tests

* Remove unused EnhancedComponent

* Abstract function to generate react options

* add waitForUserToInitializeClient flag to Provider

* rename to LDProvider.tsx

* fix tests

* remove async from componentDidMount

* fixes from CR

* add test

* cleanup

* update types for componentDidUpdate

* await initLDClient

Co-authored-by: Nicholas Mitchell <nicholas@netlify.com>
Co-authored-by: Martin Heller <mheller@testo.de>
bwoskow-ld and others added 25 commits November 3, 2021 10:37
Co-authored-by: Molly <molly.jones@launchdarkly.com>
…ocalstorage

update js-client-sdk to 2.20.1 for localstorage error-handling fix and others
export more public symbols from entry point
Co-authored-by: Eli Bishop <eli@launchdarkly.com>
…dk-to-react-18

[sc-148098] Upgrade to react 18
…nt-version

Update the version of the js-client-sdk
@kinyoklion kinyoklion requested review from a team and yusinto April 27, 2022 20:24
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot merged commit 5d05d5a into master Apr 27, 2022
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-2.26.0 branch April 27, 2022 21:57
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.

None yet