Skip to content

Conversation

@eli-darkly
Copy link
Contributor

[2.9.2] - 2019-02-11

Fixed:

  • The React SDK was pulling in the entire lodash package. This has been improved to only require the much smaller camelcase tool from lodash.
  • The React SDK now lists React itself as a peer dependency rather than a regular dependency, so it will not included twice in an application that already requires React.
  • Corrected the TypeScript declaration for the identify method to indicate that its asynchronous result type is LDFlagSet, not void. (Thanks, impressiver!)
  • Corrected and expanded many documentation comments in the TypeScript declarations.

yusinto and others added 26 commits January 30, 2019 21:16
* Initial commit.

* Upgraded jest types

* Update config.yml

* Exported ts definitions.

* Added ts docs and updated readme.

* Updated readme. Replaced default imports to ensure maximum compatibility with ts.

* Update packages/ldclient-react/README.md

Co-Authored-By: yusinto <yusinto@gmail.com>

* Removed unused import.

* PR feedback re documentation.

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Changed api to functions based on pr comments.

* Update home.js

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Updated consumer doco and tsdocs.

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* React SDK - Implement alternative to allFlags (#150)

* Added target flags param when initialising ldClient to give users a chance to not use allFlags.

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Replace localstorage with empty object.
reorganize readme content into 3 files
# Conflicts:
#	CHANGELOG.md
#	lerna.json
#	packages/ldclient-js-common/package.json
#	packages/ldclient-js/package.json
#	packages/ldclient-react/package.json
ensure that build happens before publish for ldclient-react
…es (#157)

* [ch31880] Initial commit

* Update yarn.lock

* Update initLDClient.test.ts

* Update package-lock.json

* Update package-lock.json
# Conflicts:
#	packages/ldclient-js-common/typings.d.ts
#	packages/ldclient-react/package-lock.json
(docs 1) improve TypeScript docs and add TypeDoc build script
(docs 2) fix TypeDoc build to include types from the common package
@eli-darkly eli-darkly requested a review from apucacao February 12, 2019 00:16
@eli-darkly eli-darkly merged commit ba7f634 into master Feb 13, 2019
@eli-darkly eli-darkly deleted the 2.9.2 branch February 13, 2019 01:35
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.

6 participants