You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/browser-sdk/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,13 @@ The two cookies are:
320
320
-`bucket-prompt-${userId}`: store the last automated feedback prompt message ID received to avoid repeating surveys
321
321
-`bucket-token-${userId}`: caching a token used to connect to Bucket's live messaging infrastructure that is used to deliver automated feedback surveys in real time.
322
322
323
+
### Upgrading to 3.0 from 2.x
324
+
325
+
Breaking changes:
326
+
327
+
-`client.onFeaturesUpdated()` is now replaced by [event listeners](#event-listeners)
328
+
- Arguments to the `BucketClient` constructor which were previously under `featureOptions` are now supplied directly in the root.
329
+
323
330
### TypeScript
324
331
325
332
Types are bundled together with the library and exposed automatically when importing through a package manager.
0 commit comments