Skip to content

Commit

Permalink
Merge rouvenherzog changes with babble upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sambua committed Mar 18, 2019
2 parents 1d25f50 + e8ffa33 commit ea53a98
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 11,766 deletions.
49 changes: 43 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,44 @@
{
"presets": ["react", ["env", {
"targets": {
"browsers": ["safari >= 7", "ie 9"]
}
} ], "stage-0"]
}
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"safari >= 7",
"ie 9"
]
}
}
]
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-pipeline-operator",
{
"proposal": "minimal"
}
],
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-do-expressions",
"@babel/plugin-proposal-function-bind"
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,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:
- v2.5.1 babel was upgraded to version 7.*
- v2.4.1 added application option manageability `webrtc_on_mobile` & `webrtc_streaming_if_necessary`, by default both are `false` <br/>
- v2.4.0 added application option manageability `webrtc_streaming`, by default `false` <br/>

Expand Down
Binary file removed build/ed7dae0222a8ad0dff44666c4fa4f7e8.eot
Binary file not shown.
Loading

0 comments on commit ea53a98

Please sign in to comment.