Skip to content

Conversation

@eli-darkly
Copy link
Contributor

[2.9.5] - 2019-03-12

Fixed:

  • In React, when using the bootstrap property to preload the SDK client with flag values, the client will now become ready immediately and make the flags available to other components as soon as it is initialized; previously this did not happen until after componentDidMount.
  • The user attribute secondary was not included in the TypeScript declarations and therefore could not be used from TypeScript code.

eli-darkly and others added 30 commits October 11, 2018 15:47
(1) create common package, move one file into it
(2) move entire client implementation into common package
(3) move references to doNotTrack and window.location.href into browser-specific code
(4) refactor config validation + make config available to platform client
5. move some usages of "window" into ldclient-js
6. move all goals logic into ldclient-js
7. move EventSource implementation into ldclient-js
8. abstract out references to XmlHttpRequest
# Conflicts:
#	package.json
#	packages/ldclient-js-common/src/EventProcessor.js
#	packages/ldclient-js-common/src/EventSender.js
#	packages/ldclient-js-common/src/Requestor.js
#	packages/ldclient-js-common/src/Stream.js
#	packages/ldclient-js-common/src/index.js
Update rollup dependencies and fix rollup build
eli-darkly and others added 26 commits February 13, 2019 17:39
handle security error when we're not allowed to use window.localStorage
add release script that releases all packages in js-client
…dshake

remove iframe handshake code for click event UI
change TS declarations to prefer interfaces over types
# Conflicts:
#	packages/ldclient-react/package-lock.json
add missing "secondary" attribute to TS definition for user
update some test dependencies to avoid vulnerability warnings
* Initial commit

* Initial commit

* Added unit test

* Example server bootstrap implementation

* Updated packages and exclude server bootstrap code.

* Update package-lock.json

* Added more tests.

* Moved state initialisation into constructor.
pin Node version to 11.10.1 due to Jest problem
@eli-darkly eli-darkly merged commit 307c5a1 into master Mar 12, 2019
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.

7 participants