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

Latest commit

 

History

History
65 lines (43 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 2.57 KB

react-appinsights Change Log

All notable changes to this project are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0.0-rc6 - 2019-04-09

Change

3.0.0-rc5 - 2019-03-18

Change

  • Upgraded the underlying Application Insights reference to the new beta version
  • Completely rewritten in TypeScript

2.0.2 - 2019-01-20

Change

  • Dependencies' versions bump - add support for React 16.8.x

2.0.1 - 2018-12-10

Fixed

  • Fix setAppContext null issue on AI.queue #22 (thanks to @hiraldesai)
  • Make history init parameter optional in the TypeScript typings (thanks to @milohansen)
  • Bump merge indirect dependency to mitigate security vulnerability 772

2.0.0 - 2018-11-20

Add

  • Component usage tracking API based on higher-order components: the withTracking function has to be used to add tracking to each component class
  • TypeScript types definition file

Remove

  • Component usage tracking API based on inheritance
  • ReactAI.trackRouterChange, since react-router dropped support for onXXX properties in v4

Change

  • Dependencies' versions bump - add support for React 16.5.x

1.x.x - 2017

Add

  • Component usage tracking API based on class inheritance: tracked components have to inherit from the TrackedComponent class
  • Tracking router changes API (compatible with react-router v3)
  • setAppContext function to enrich tracking with custom information
  • ai function to access Application Insights SDK API