Navigation Menu

Skip to content

Commit

Permalink
doc built at 58bdc67e09ac55681d42a62ea2f8971b2c817432 (tags/v2.1.0^0)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledebenedetto committed May 20, 2022
1 parent 9e3e848 commit 1c13459
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.1.0] - 2022-05-20
### Added
- Support for us region
### Fixed
- npm package

## [2.0.0] - 2022-05-13
### Added
- Snackbar for recording state
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -19,7 +19,7 @@ type="text/javascript" ></script>`
<html>
<head></head>
<body>
<script src="https://cdn.bandyer.com/sdk/js/chat/2.0.0/bandyer-widget.min.js" type="text/javascript" >
<script src="https://cdn.bandyer.com/sdk/js/chat/2.1.0/bandyer-widget.min.js" type="text/javascript" >
</script>
</body>
</html>
Expand All @@ -42,8 +42,8 @@ The script attaches in the window object the global variable **BandyerSDK** from

#### Versions

The latest version is: 2.0.0
[https://cdn.bandyer.com/sdk/js/chat/2.0.0/bandyer-widget.min.js](https://cdn.bandyer.com/sdk/js/chat/2.0.0/bandyer-widget.min.js)
The latest version is: 2.1.0
[https://cdn.bandyer.com/sdk/js/chat/2.1.0/bandyer-widget.min.js](https://cdn.bandyer.com/sdk/js/chat/2.1.0/bandyer-widget.min.js)

> if you're upgrading from v1.x.x you can find the migration guide [here](#migration)
Expand Down Expand Up @@ -100,7 +100,7 @@ The configuration of a new BandyerSDK instance is made by calling the `BandyerSD

| Parameter | Required | Default | Description |
|----------------------|:--------:|:----------------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| region | yes | | Region on witch your account belongs. Allowed parameters are `eu` or `in` |
| region | yes | | Region on witch your account belongs. Allowed parameters are `eu`, `in` or `us` |
| environment | yes | | Allowed values are: `sandbox` or `production` |
| appId | yes | | A valid appId associated to your account |
| hidden | no | false | Configure the widget to start in hidden mode (not visible in the HTML) |
Expand Down
8 changes: 4 additions & 4 deletions bandyer-widget.min.js

Large diffs are not rendered by default.

0 comments on commit 1c13459

Please sign in to comment.