Commit bda2bff
prepare 2.25.1 release (#119)
* Initial commit
* Delete extraneous files from lib.
* Update initLDClient.test.ts
* Update withLDProvider.tsx (#18)
* update JS SDK dependency to 2.16.3
* use JS SDK 2.17.0
* improve tests to clarify which options we're passing in and which ones are added by the wrapper
* set wrapperName to react-client-sdk
* lint
* Update withLDProvider.test.tsx
* update JS SDK to 2.17.5 + a few dev dependency bumps (#21)
* downgrade typescript to 3.8.3 (#22)
* [Fixes for] Expose LDProvider as a standalone component (#31)
* remove startsWith usage (#23)
* Fix the broken build (#24)
* Expose ld provider (#40)
* 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 <[email protected]>
Co-authored-by: Martin Heller <[email protected]>
* update to JS SDK 2.18.0 (adds disableSyncEventPost) (#25)
* 45 fix providers to respect subscribed flags (#46)
* Fixed asyncWithLDProvider.tsx and provider.tsx so that they only provide flag changes for subscribed flags.
* Removed unused imports.
* Addressed PR feedback. Fixed linting errors.
Co-authored-by: Clay Embry <[email protected]>
* targetflags simplified logic (#26)
* remove client-side ids from examples (#27)
* update JS SDK to 2.18.1
* Fixing camelCaseKeys export (#44)
* new js-common-sdk version (#30)
* adding alias functionality (#31)
* pin typedoc to unblock our releases (#32)
* Removed the guides link
* add inlineUsersToEvents to TypeScript defs by updating js-client-sdk (#33)
* debugging
* Fix linting errors
* [ch103643] Fix examples to use local sdk
* Remove unwanted changes.
* Update package.json
* Update yarn.lock
* Update lock files.
* Update package-lock.json
* Update package-lock.json
* Update package.json
* Update link-dev.sh
Co-authored-by: Ben Woskow <[email protected]>
* Update link-dev.sh
* Update yarn.lock
* Add react 17 peer dep (#61)
* Update common JS SDK library to use fixes for debug event generation issues. (#36)
* HOC static hoisting (#71)
* Added a test for hoisting react statics in withLDProvider HOC
* Fixed linting errors
* Fixed more linting errors
* update example app deps (#38)
* Updated asyncWithLDProvider to fetch latest flag values when the Provider renders (#39)
* Updated asyncWithLDProvider to fetch latest flag values when the Provider renders
* Fixed linting
* Updates docs URLs
* fix: improve types of withLDProvider (#97)
* [sc-107070] Include src for sourcemaps to work
* [sc-127032] Omit deferInitialization from asyncWithLDProvider config
* Removed and ignored lock files.
* Update types.ts
* Update typescript version (#44)
* Update Makefile
* Update Makefile
* Deleting test-types.ts (#45)
* [sc-132394] Add typedoc for AsyncProviderConfig (#47)
Co-authored-by: Molly <[email protected]>
* Pass in client (#105)
* [sc134057] Fix react sdk lint errors (#48)
* remove custom TypeDoc build, use Releaser's standard logic (#49)
* update js-client-sdk to 2.20.1 for localstorage error-handling fix and others
* export more public symbols from entry point
* [sc134364] Upgrade typescript, tslint and jest. (#50)
Co-authored-by: Eli Bishop <[email protected]>
* update js-client-sdk to 2.20.2 for sc-142333 fix (#53)
Co-authored-by: Yusinto Ngadiman <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: Eli Bishop <[email protected]>
Co-authored-by: LaunchDarklyCI <[email protected]>
Co-authored-by: Martin Heller <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: bezreyhan <[email protected]>
Co-authored-by: Nicholas Mitchell <[email protected]>
Co-authored-by: Martin Heller <[email protected]>
Co-authored-by: clayembry <[email protected]>
Co-authored-by: Clay Embry <[email protected]>
Co-authored-by: Jonathan Felchlin <[email protected]>
Co-authored-by: Mac Lockard <[email protected]>
Co-authored-by: Gavin Whelan <[email protected]>
Co-authored-by: Nathan Waddell <[email protected]>
Co-authored-by: Clifford Tawiah <[email protected]>
Co-authored-by: Cliff Tawiah <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Ember Stevens <[email protected]>
Co-authored-by: ember-stevens <[email protected]>
Co-authored-by: Derek Sifford <[email protected]>
Co-authored-by: Jaz White <[email protected]>
Co-authored-by: Molly <[email protected]>
Co-authored-by: Tim Lee <[email protected]>1 parent 38e6edc commit bda2bff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments