Skip to content

Commit

Permalink
Upgraded to Ziggeo 2.36.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sambua committed Jul 3, 2020
1 parent 7a7f2c4 commit 2b6cf53
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ React SDK supports all of the following events and parameters:
- [Application-wide Embedding Events](https://ziggeo.com/docs/sdks/javascript/browser-interaction/application-embedding-events#javascript-revision=stable)

#### Changelog:
- v4.2.0 Upgraded ziggeo-client SDK to `~2.36.3` fixed bugs.
- v4.2.0 Upgraded ziggeo-client SDK to `~2.35.20` fixed bugs, added new Ziggeo features `selectfirstcovershotonskip`, `picksnapshotmandatory` and `updateInstance` prop. [Use Example](https://github.com/Ziggeo/react-ziggeo#trigger-instance-update)
- v4.1.0 Upgraded ziggeo-client SDK to `~2.35.18` fixed bugs, added `mediaLocales` prop type to set any locale. New `fittodimensions` & `fullscreenmandatory` features included.
- v4.0.0 Upgraded ziggeo-client SDK to `~2.35.4` fixed bugs, added more new features `multistream` with options drag-and-drop and resize. In player now settings are manageable via methods.
Expand Down
10 changes: 5 additions & 5 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ziggeo",
"version": "4.2.2",
"version": "4.3.0",
"description": "Ziggeo's react component for easy react application deployment",
"main": "build/index",
"scripts": {
Expand Down Expand Up @@ -73,6 +73,6 @@
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"webpack": "^2.0.0",
"ziggeo-client-sdk": "^2.35.21"
"ziggeo-client-sdk": "^2.36.3"
}
}

0 comments on commit 2b6cf53

Please sign in to comment.