Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: microsoft/vss-web-extension-sdk

M117 Release

31 May 16:12
Compare
Choose a tag to compare
2.117.0

Updating to M117 deployment.

M116 Release

09 May 18:24
Compare
Choose a tag to compare
  • TypeScript compiler version bumped to 2.2.1

M115 Release

17 Apr 12:38
Compare
Choose a tag to compare
2.115.0

Getting rid of unused js comments.

M114 Release

24 Mar 08:30
Compare
Choose a tag to compare
2.114.0

Updating to M114 deployment.

M113 Release

27 Feb 18:17
Compare
Choose a tag to compare
  • Rest API version bumped to 3.1
  • TypeScript compiler version bumped to 2.1.5

M109 Release

09 Dec 08:30
Compare
Choose a tag to compare
  • Switched to using @types support for the types. Please remove previously dependent types loaded through tsd. The dependent types will be loaded automatically when the package is installed. All you need to do is adding below line to the top of the TypeScript file:
   /// <reference types="vss-web-extension-sdk" />

Make sure that you specify "moduleResolution": "node" in your tsconfig.json file.

M108 Release

14 Nov 10:58
Compare
Choose a tag to compare
  • React types added as reference to vss.d.ts
  • Rest API version bumped to 3.0
  • TypeScript compiler version bumped to 2.0.3

M106 Release

10 Oct 06:53
Compare
Choose a tag to compare
1.106.0

Updating to M106 deployment.

M105 Release

14 Sep 08:37
Compare
Choose a tag to compare

Release Notes

  • Dashboard Rest API and Widget SDK types are added to tfs.d.ts

M104 Release

31 Aug 11:33
Compare
Choose a tag to compare

Release Notes

  • SDK now uses requirejs types from DefinitelyTyped. Make sure that, requirejs types are included in your project by running below command:

    tsd install require --save