[Release][React] - Increase React plugin to version 3.1.0 (#1508)
[Release][ReactNative] - Increase ReactNative Plugin to version 2.3.0
This commit is contained in:
Родитель
e3d0f8d1a9
Коммит
2e0706f3d9
|
@ -1,33 +0,0 @@
|
|||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: Angular CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: extensions/applicationinsights-angularplugin-js
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
#- run: npm test
|
|
@ -8,8 +8,6 @@ jobs:
|
|||
include:
|
||||
- script: ./.travis/test_rush.sh
|
||||
name: "Tests"
|
||||
- script: ./.travis/test_angular.sh
|
||||
name: "Angular Tests"
|
||||
- script: ./.travis/test_legacy.sh
|
||||
name: "Legacy Tests"
|
||||
- script: ./.travis/test_react_native.sh
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
cd extensions/applicationinsights-angularplugin-js
|
||||
npm install
|
||||
npm run build
|
||||
npm run test
|
||||
npm run lint
|
|
@ -26,7 +26,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)
|
|||
|
||||
| Version | Full Size | Raw Minified | GZip Size
|
||||
|---------|-----------|--------------|-------------
|
||||
| 2.6.0: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.6.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.11: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.10: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 2.5.9: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.9.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.9.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.9.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
|
|
|
@ -25,6 +25,15 @@ Also includes major changes to the cookie management, please [see the readme coo
|
|||
- #1503 [BUG] New Perf tests are randomly failing when the build environment is busy (tests added as part of #1076 and #1091)
|
||||
- Some documentation updates
|
||||
|
||||
### Update React plugin to v3.1.0
|
||||
|
||||
- Update Core dependency to ^2.6.0 Core changes
|
||||
- #1470 Update applicationinsights-react-js to react 17
|
||||
|
||||
### Update React Native plugin to v2.3.0
|
||||
|
||||
- Update Core dependency to ^2.6.0 Core changes
|
||||
|
||||
## 2.5.11 (January 15th, 2021)
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
> Note: Angular Plugin is moved to its own repo [here](https://github.com/microsoft/applicationinsights-angularplugin-js). Please refer to the new repo for usage instructions, and open issues there.
|
||||
# Microsoft Application Insights JavaScript SDK - Angular Plugin
|
||||
# Microsoft Application Insights JavaScript SDK - Angular Plugin (< 2.5.10)
|
||||
|
||||
*******************
|
||||
|
||||
:exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation:
|
||||
|
||||
# The current development repo location of the [Angular Plugin Repo has moved here](https://github.com/microsoft/applicationinsights-angularplugin-js) - (for v2.5.11 or greater)
|
||||
|
||||
## Please refer to the new repo for usage instructions, and open issues there.
|
||||
|
||||
### This repo folder is no longer compiled and tested as part of the PR and merge validation, thus it WILL go stale
|
||||
|
||||
:exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation: :exclamation:
|
||||
|
||||
*******************
|
||||
|
||||
[![Build Status](https://travis-ci.org/microsoft/ApplicationInsights-JS.svg?branch=master)](https://travis-ci.org/microsoft/ApplicationInsights-JS)
|
||||
[![npm version](https://badge.fury.io/js/%40microsoft%2Fapplicationinsights-analytics-js.svg)]()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "3.0.5",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -50,8 +50,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "^1.0.3",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.10",
|
||||
"@microsoft/applicationinsights-common": "^2.5.10",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.0",
|
||||
"@microsoft/applicationinsights-common": "^2.6.0",
|
||||
"history": "^4.10.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.2.9",
|
||||
"version": "2.3.0",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
@ -37,8 +37,8 @@
|
|||
"typescript": "^3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "^2.5.10",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.10",
|
||||
"@microsoft/applicationinsights-common": "^2.6.0",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.0",
|
||||
"@microsoft/applicationinsights-shims": "^1.0.3",
|
||||
"@microsoft/dynamicproto-js": "^1.1.1"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче