Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Oct 11, 2023
1 parent 7954fae commit d8b7054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
10.24.0 (October XX, 2023)
- Added Split Suite module for browser. The Split Suite is an extension of the SDK that sets up the Browser RUM Agent automatically. It can be imported via `import { SplitSuite } from '@splitsoftware/splitio/suite';` or `const { SplitSuite } = require('@splitsoftware/splitio/suite');`. See https://help.split.io/hc/en-us/articles/360030898431-Browser-RUM-agent#sdk-integration for more information.

10.23.1 (September 22, 2023)
- Updated @splitsoftware/splitio-commons package to version 1.9.1. This update removes the handler for 'unload' DOM events, that can prevent browsers from being able to put pages in the back/forward cache for faster back and forward loads (Related to issue https://github.com/splitio/javascript-client/issues/759).

Expand Down

0 comments on commit d8b7054

Please sign in to comment.