Skip to content

Releases: OfficeDev/generator-office

v0.6.2

26 Jan 05:21
Compare
Choose a tag to compare

fixes / improvements

#125 - Outlook add-in commands

v0.6.1

29 Dec 19:11
Compare
Choose a tag to compare

fixes / improvements

  • #108 - Add a new gulp task to validate the manifest for store publishing
  • #112 - Extend the validateHighResolutionIconUrl function to check for valid image URL

v0.6.0

16 Dec 11:17
Compare
Choose a tag to compare

fixes / improvements

  • #101 - add dist task to generated project's gulpfile.js
  • #102 - add minify task to generated project's gulpfile.js
  • fixed tests to address yeoman introduced deprecated items

v0.5.3

30 Nov 11:30
Compare
Choose a tag to compare
  • #107 removed SupportUrl from manifest.xml as not required for add-ins, just those submitted to store

v0.5.2

15 Nov 12:28
Compare
Choose a tag to compare

This release is mostly a documentation & improvement to the getting started experience. The previous released introduced a regression where people who didn't have TSD installed ran into problems occasionally.

fixes / improvements

  • #92 - improved project readme with more docs around pre-req's
  • #103 - improved startup experience for new developers using the generator for the first time

v0.5.1

08 Nov 16:28
Compare
Choose a tag to compare

enhancements / updates

  • #58 make manifest.xml project specific name
  • #86 add tsconfig.json to provide intellisense/autocomplete for many editors
  • #88 update Office.js CDN reference

v0.5.0

28 Oct 13:34
Compare
Choose a tag to compare

enhancements / updates

  • #82 Added Office.js TypeScript type definition to the generated projects

bugs squashed

  • #77 tsd.json was being overwritten in existing projects so now it's just updated
  • #75 gulp task test was throwing error when a test failed

why the bum in minor version?

The enhancement in #82 adding the Office.js TypeScript type definition to generated projects is an addition and thus, warranted a bump in the minor version.

v0.4.1

23 Oct 09:58
Compare
Choose a tag to compare

enhancements / updates

  • #66 add help for gulp tasks
  • #67 removed dependency on jQuery
  • updated dependencies & devDependencies

bugs squashed

  • #73 but in validate HighResolutionIconUrl

v0.4.0

16 Oct 10:02
Compare
Choose a tag to compare

enhancements / updates

  • #42 - add Angular + ADAL.JS as tech option

v0.3.1

16 Oct 09:59
Compare
Choose a tag to compare

bugs squashed

  • #68 - added conditional path to gulp task for local debugging