Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: optimizely/react-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: optimizely/react-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 4, 2024

  1. build(deps): bump json5 from 2.2.1 to 2.2.3 (#245)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    raju-opti and dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d61c5e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#247)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    raju-opti and dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cbb6062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02a720 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e3b29a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. build(deps): bump word-wrap from 1.2.3 to 1.2.5 (#251)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    raju-opti and dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    916f82b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump semver from 5.7.1 to 5.7.2 (#253)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    raju-opti and dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2e5bdf9 View commit details
    Browse the repository at this point in the history
  3. [FSSDK-9621] bump js sdk to 5.2.0 (#254)

    this adds persistentCacheProvider option to createInstance config
    cause react sdk createInstane just uses the js sdk config type
    raju-opti authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a87fe08 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. [FSSDK-9984] fix: initialization and setUser errors (#255)

    * fix: remove successful fetch requirement for onReady
    
    * Revert "fix: remove successful fetch requirement for onReady"
    
    This reverts commit 566daaf.
    
    * fix: error with OnReadyResult being undefined
    
    * fix: setUser should use VUID if possible
    
    * revert: timeout of undefined
    
    * docs: update copyright year
    
    * revert: Provider.tsx copyright since no code change
    
    * build: bump JS SDK version
    
    * refactor: `res` should never be `undefined`
    
    * docs: add clarifying comment
    
    * revert: retrieval & use of current user context
    
    * wip: partial solution; needs collab
    
    * refactor: setUser logic updated
    
    * revert: move setUser back to Provider constructor
    
    * style: remove commented code
    
    * fix: fetchQualifiedSegments under SSR/sync scenario
    
    * ci: VS Code jest settings to run via extension
    
    * test: use NotReadyReason enum
    
    * test: use NotReadyReason & add missing getUserId in mock user context
    
    * fix: add onInitStateChange for default ready result
    
    * fix: logic in Promise.all user & client readiness
    
    * refactor: isReady() to isReactClientReady()
    
    * test: fixes for uses of getUserId() in setUser()
    
    * wip: fixing tests
    
    * wip: fixed more tests
    
    * revert: refactor of isReactClientReady()
    
    * docs: Update copyrights
    
    * fix: later setUser not getting new usercontext (manual testing)
    
    * fix: PR review changes
    
    * test: add initial OptimizelyProvider tests
    
    * fix: PR review changes
    
    * docs: add clarification inline comments
    
    * build: bump underlying JS SDK version to 5.3.0
    
    * fix: add missing getProjectConfig() from JS SDK
    
    * refactor: omit getProjectConfig instead of implementing it
    
    * style: remove unused import
    
    ---------
    
    Co-authored-by: Mike Chu <michael.chu@optmizely.com>
    mikechu-optimizely and Mike Chu authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fae169f View commit details
    Browse the repository at this point in the history
  2. [FSSDK-9984] chore: prepare for release v3.1.0 (#257)

    * build: increment the semantic version
    
    * docs: update changelog.md
    
    * docs: PR review adjustment to CHANGELOG
    
    ---------
    
    Co-authored-by: Mike Chu <michael.chu@optmizely.com>
    mikechu-optimizely and Mike Chu authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3389cd6 View commit details
    Browse the repository at this point in the history
Loading