Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/applicationinsights-react-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17.3.6
Choose a base ref
...
head repository: microsoft/applicationinsights-react-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.3.6
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. [main] Update Readme for new release branch names for [release17.0.x]…

    … and [release17.3.x] (#148)
    MSNev authored Mar 10, 2025
    Copy the full SHA
    aed03fd View commit details

Commits on Mar 12, 2025

  1. [React18] upgrade to react 18 (#142)

    siyuniu-ms authored Mar 12, 2025
    Copy the full SHA
    4fcb9e2 View commit details
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -118,18 +118,20 @@ Additionally, as part of this change the existing v3.x extension has been moved
| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 17.3.6 | ^3.3.6 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.5 | ^3.3.5 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.4 | ^3.3.4 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 18.3.6 | ^3.3.6 | >= 18.0.0 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.6 | ^3.3.6 | >= 17.0.2 | [release17.3.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.6)
| 17.3.5 | ^3.3.5 | >= 17.0.2 | [release17.3.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.5)
| 17.3.4 | ^3.3.4 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.4)
| 17.3.3 | ^3.3.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.2 | ^3.3.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.1 | ^3.3.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.0 | ^3.3.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.2.0 | ^3.2.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.1.2 | ^3.1.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.1.1 | ^3.1.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.1.0 | ^3.1.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.4 | ^3.0.8 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.1.0 | ^3.1.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js/tree/17.1.0)
| 17.0.5 | ^3.0.9 | >= 17.0.2 | [release17.0.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.0.5)
| 17.0.4 | ^3.0.8 | >= 17.0.2 | [release17.0.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.0.4)
| 17.0.3 | ^3.0.7 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.2 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.1 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## 18.3.6 (March 12th, 2025)

This release targets React 18 and upgrades to Application Insights 3.3.6. We are aligning the major version number with the React framework, following the numbering convention outlined [here](https://github.com/microsoft/applicationinsights-angularplugin-js/issues/57)
For users on React 17.x, ongoing maintenance and releases will be available from the [release17.3.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.6)

### Changelog

- #142 [React18] upgrade to react 18

## 17.3.6 (March 6th, 2025)

### Changelog
8 changes: 4 additions & 4 deletions applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "17.3.6",
"version": "18.3.6",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
@@ -48,8 +48,8 @@
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"jest": "^27.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
"@rollup/plugin-commonjs": "^18.0.0",
@@ -73,7 +73,7 @@
},
"peerDependencies": {
"tslib": "*",
"react": ">= 17.0.1",
"react": ">= 18.0.0",
"history": ">= 4.10.1"
}
}
Loading