Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 4eee922

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.2.0
1 parent ae10a47 commit 4eee922

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.2.0] - 2022-05-17
6+
### Changed:
7+
- iOS: Using "custom" as a private attribute name in `LDConfig.privateAttributeNames` or `LDUser.privateAttributeNames` will no longer set all `LDUser` custom attributes private.
8+
- iOS: The automatically set `device` and `operatingSystem` custom attributes can now be set private.
9+
- iOS: Significant internal changes from updating to the [6.0.0 release](https://github.com/launchdarkly/ios-client-sdk/releases/tag/6.0.0) of the iOS SDK.
10+
11+
### Fixed:
12+
- The TypeScript definitions for `LDClient.jsonVariation` and `LDClient.jsonVariationDetail` no longer restrict the `defaultValue` and result type to `Record<string, any>`. These methods can accept `any` for `defaultValue` and return `any` type.
13+
514
## [6.1.3] - 2022-04-14
615
### Added:
716
- React Native 0.68 Support

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-native-client-sdk",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "LaunchDarkly Client-side SDK for React Native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)