[Release] [React] - Increase versions React 3.0.2 (#1339)
[Release] [ReactNative] - Increase versions ReactNative 2.2.7
This commit is contained in:
Родитель
80ae607c22
Коммит
509df9290c
|
@ -27,6 +27,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)
|
|||
|
||||
| Version | Full Size | Raw Minified | GZip Size
|
||||
|---------|-----------|--------------|-------------
|
||||
| 2.5.7: | ![full size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.7.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.7.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.7.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.6: | ![full size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.6.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.6.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.6.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.5: | ![full size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.5.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.5.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.5.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.4: | ![full size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.4.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.4.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://az416426.vo.msecnd.net/scripts/b/ai.2.5.4.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
|
|
17
RELEASES.md
17
RELEASES.md
|
@ -21,6 +21,23 @@
|
|||
- Move all private properties and methods into constructor closure
|
||||
- #1316 Update dependency version of DynamicProto
|
||||
|
||||
### Updated React plugin to v3.0.2
|
||||
|
||||
- Update Core dependency to ^2.5.7 Core changes
|
||||
- #1335 Add Performance / Testing support
|
||||
- Added IPerfManager and IPerfEvent interfaces to allow performance review / monitoring of the internal operations
|
||||
|
||||
### Updated React Native plugin to v2.2.6
|
||||
|
||||
- Update Core dependency to ^2.5.7 Core changes
|
||||
- #1335 Add Performance / Testing support
|
||||
- Added IPerfManager and IPerfEvent interfaces to allow performance review / monitoring of the internal operations
|
||||
- #1324 [BUG] Type 'ReactNativePlugin' is not assignable to type 'ITelemetryPlugin'
|
||||
- Refactored the Plugin to extend BaseTelemetryPlugin (part of the #1076 work)
|
||||
- #1076 Refactor code to provide better tree shaking and minification of generated code
|
||||
- Move all private properties and methods into constructor closure
|
||||
- #1316 Update dependency version of DynamicProto
|
||||
|
||||
## 2.5.6 (Jul 6th, 2020)
|
||||
|
||||
### New (Beta) extension applicationinsights-debugplugin-js
|
||||
|
|
|
@ -150,9 +150,9 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz"
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.0.27",
|
||||
"version": "14.0.26",
|
||||
"from": "@types/node@*",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz"
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.26.tgz"
|
||||
},
|
||||
"@types/qunit": {
|
||||
"version": "2.9.1",
|
||||
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
"ajv": {
|
||||
"version": "6.12.3",
|
||||
"from": "ajv@^6.12.3",
|
||||
"from": "ajv@^6.5.5",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz"
|
||||
},
|
||||
"ansi-regex": {
|
||||
|
@ -1032,7 +1032,7 @@
|
|||
},
|
||||
"grunt-legacy-log": {
|
||||
"version": "1.0.2",
|
||||
"from": "grunt-legacy-log@~1.0.0",
|
||||
"from": "grunt-legacy-log@>=1.0.0 <1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.2.tgz"
|
||||
},
|
||||
"grunt-legacy-log-utils": {
|
||||
|
@ -1092,9 +1092,9 @@
|
|||
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
|
||||
},
|
||||
"har-validator": {
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.3",
|
||||
"from": "har-validator@~5.1.3",
|
||||
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz"
|
||||
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz"
|
||||
},
|
||||
"has-ansi": {
|
||||
"version": "2.0.0",
|
||||
|
@ -2037,9 +2037,9 @@
|
|||
"resolved": "https://registry.npmjs.org/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.4.tgz",
|
||||
"dependencies": {
|
||||
"uglify-js": {
|
||||
"version": "3.10.1",
|
||||
"version": "3.10.0",
|
||||
"from": "uglify-js@^3.4.9",
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.1.tgz"
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -47,8 +47,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "^1.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.4",
|
||||
"@microsoft/applicationinsights-common": "^2.5.4",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.7",
|
||||
"@microsoft/applicationinsights-common": "^2.5.7",
|
||||
"history": "^4.10.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -886,28 +886,21 @@
|
|||
}
|
||||
},
|
||||
"@microsoft/applicationinsights-common": {
|
||||
"version": "2.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-2.5.6.tgz",
|
||||
"integrity": "sha512-ISrUcIHii2WbEG9diOqlJSM42t5qvHCfWCyatQUwJTW3fS+JDS4Kbq4vBEeMHRW5ka2SFSkO40uMwcZxL0SoOw==",
|
||||
"version": "2.5.7",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-2.5.7.tgz",
|
||||
"integrity": "sha512-s3zMAKur8uPMa9+ncLod/WvPbeDqxuRXUqRRaz3Pff2NU9yhUMUWnEW31YcCg7f20lcU9D0p9vtw0Zvyq6CWcA==",
|
||||
"requires": {
|
||||
"@microsoft/applicationinsights-core-js": "2.5.6",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.7",
|
||||
"@microsoft/applicationinsights-shims": "1.0.1"
|
||||
}
|
||||
},
|
||||
"@microsoft/applicationinsights-core-js": {
|
||||
"version": "2.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.5.6.tgz",
|
||||
"integrity": "sha512-KDepyGJIMc0CpFw5GVVwG9MYl8ztDGdVpCFPaY+hrYN8bkzSb2vHjT/jV8pefcSkmrDOK8THqm2nTYnPo127ag==",
|
||||
"version": "2.5.7",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-2.5.7.tgz",
|
||||
"integrity": "sha512-afFP3m23YorXcRIaRx2WJsmDBvFsLmMPqqT/nsjIjyRufmthFKWLqzikdePCWRar1QpB+7EVVadnX0fUQ3W6kw==",
|
||||
"requires": {
|
||||
"@microsoft/applicationinsights-shims": "1.0.1",
|
||||
"@microsoft/dynamicproto-js": "^0.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": {
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/dynamicproto-js/-/dynamicproto-js-0.5.3.tgz",
|
||||
"integrity": "sha512-ky1oQ030kQlj/fv1+NLmY/g4D6YJb55Yg22KAoZGixFnc7UMjHJHjqZ0v3gtdyZykan3ZxRwwc2n1nWayyM38g=="
|
||||
}
|
||||
"@microsoft/dynamicproto-js": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"@microsoft/applicationinsights-shims": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^1.0.0",
|
||||
"@microsoft/applicationinsights-shims": "^1.0.1",
|
||||
"@microsoft/applicationinsights-common": "^2.5.6",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.6"
|
||||
"@microsoft/applicationinsights-common": "^2.5.7",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": "*",
|
||||
|
|
Загрузка…
Ссылка в новой задаче