Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@yavorona yavorona released this 03 Nov 00:18
· 117 commits to master since this release
408671d

[2.4.0] - November 2nd, 2020

Upgrade @optimizely/optimizely-sdk to 4.4.0:

New features

  • Add UMD and System build targets, available at dist/react-sdk.umd.js and dist/react-sdk.system.js, respectively (#80)

Bug fixes

  • Fix logOnlyEventDispatcher to conform to EventDispatcher type from @optimizely/optimizely-sdk (#81)
  • Change the file extension of the ES module bundle from .mjs to .es.js. Resolves issues using React SDK with Gatsby (#82).