javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

JavaScript SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 20 javascript-sdk issues
Sort by recently updated
recently updated
newest added

## Summary - Client-side use of the visitor user ID (VUID) should be opt-in - I made some additional devX and doc improvements ⚠️ NOTE: this is not being merged...

## Summary Doc update for JS SDK v6 ## Test plan Existing test should pass ## Issues - [FSSDK-11403](https://jira.sso.episerver.net/browse/FSSDK-11403)

### Is there an existing issue for this? - [x] I have searched the existing issues ### SDK Version "@optimizely/optimizely-sdk": "5.3.4" ### Current Behavior There is a typo in the...

bug
needs-triage

### Description It appears the following devDependencies are unused: json-loader, ts-jest and tslib. ### Benefits This is general housekeeping. Contributors would need to install fewer packages which means installing the...

enhancement
acknowledged

## Summary - Added GitHub Actions workflow to publish the JavaScript SDK to GitHub Package Registry (GPR). ## Test plan - Verify that the JavaScript SDK is successfully published to...

## Summary - Added GitHub Actions workflow to publish the JavaScript SDK to GitHub Package Registry (GPR). ## Test plan - Verify that the JavaScript SDK is successfully published to...

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 5.3.4 ### Current Behavior There are no types exported for the...

bug
needs-triage

### Description It would be ideal not to tightly integrate async storage within the SDK, allowing us to inject other types of storage options. There is an object called `persistentCacheProvider`,...

enhancement
acknowledged

## Summary Removed json-loader, ts-jest and tslib devDependencies - as these packages are no longed used. ## Issues - Fixes #958

## Summary - Extend EventTags type to support Event Properties The beta capability of [Event Properties](https://docs.developers.optimizely.com/feature-experimentation/docs/track-events#event-properties) isn't support by the current EventTags type. The PR extends the type to support...