Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #77 from Azure/release-candidate-6
Browse files Browse the repository at this point in the history
Release candidate 6
  • Loading branch information
hiraldesai authored Apr 9, 2019
2 parents bc42456 + c243ccd commit d5d7778
Show file tree
Hide file tree
Showing 4 changed files with 1,245 additions and 604 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.0] beta branch
## [3.0.0-rc6] - 2019-04-09

### Change
- rewrite in Typescript
- support for Application Insights Javascript SDK
- Upgraded Application Insights SDK to [latest release candidate](ai-latest-rc)
- Upgraded various package
- Updated readme

## [Unreleased]
## [3.0.0-rc5] - 2019-03-18

### Change
- Upgraded the underlying Application Insights reference to the [new beta version](ai-beta)
- Completely rewritten in TypeScript

## [2.0.2] - 2019-01-20

Expand All @@ -22,15 +27,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed

- Fix `setAppContext` null issue on AI.queue #22 (thanks to @hiraldesai)
- Make history `init` parameter optional in the Typescript typings (thanks to @milohansen)
- Make history `init` parameter optional in the TypeScript typings (thanks to @milohansen)
- Bump `merge` indirect dependency to mitigate security vulnerability [772](https://www.npmjs.com/advisories/722)

## [2.0.0] - 2018-11-20

### Add

- Component usage tracking API based on [higher-order components](https://reactjs.org/docs/higher-order-components.html): the `withTracking` function has to be used to add tracking to each component class
- Typescript types definition file
- TypeScript types definition file

### Remove

Expand All @@ -54,4 +59,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
[2.0.0]: https://github.com/Azure/react-appinsights/compare/v1.0.4...v2.0.0
[2.0.1]: https://github.com/Azure/react-appinsights/compare/v2.0.0...v2.0.1
[2.0.2]: https://github.com/Azure/react-appinsights/compare/v2.0.1...v2.0.2
[3.0.0]: https://github.com/Azure/react-appinsights/compare/v2.0.1...typescript-rewrite
[3.0.0-rc5]: https://github.com/Azure/react-appinsights/compare/v2.0.2...v3.0.0-rc5
[3.0.0-rc6]: https://github.com/Azure/react-appinsights/compare/v3.0.0-rc5...v3.0.0-rc6
[ai-beta]: https://www.npmjs.com/package/@microsoft/applicationinsights-web/v/2.0.0-beta.3
[ai-latest-rc]: https://www.npmjs.com/package/@microsoft/applicationinsights-web/v/2.0.0-rc1
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Javascript library to integrate [Application Insights][appinsights-js] in applic
- React components usage statistics
- API to extend the standard telemetry with additional dimensions

## IMPORTANT - please read!

Please note that the latest stable version of this package is 2.0.2 and the corresponding documentation for this version resides [here][2-0-2]. However, the package is soon going to be upgraded to its next major version (3.0.0). The release candidate (3.0.0-rc6) for this version is published [here][3-0-0-rc-6]. The content of this readme refers to the next major version.

## Installation

Using npm:
Expand Down Expand Up @@ -143,3 +147,5 @@ Refer to [this doc][appinsights-js-api] for information on the Javascript API of
[appinsights-nodejs]: https://azure.microsoft.com/en-us/documentation/articles/app-insights-nodejs/
[appinsights-js-api]: https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md
[react-router]: https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components
[2-0-2]: https://github.com/Azure/react-appinsights/tree/v2.0.2
[3-0-0-rc-6]: https://www.npmjs.com/package/react-appinsights/v/3.0.0-rc.6
Loading

0 comments on commit d5d7778

Please sign in to comment.