Skip to content

Releases: OfficeDev/generator-office

v0.6.5

18 Mar 18:33
Compare
Choose a tag to compare

fixes / improvements

#151 - Default to '.' for 'current folder' fixes #150
#152 - Remove extra commands from default generator flow fixes #10 Generator seems to hang waiting for user to hit Enter to finish
#143 - changed gulp validate-xml behaviour for mail add-ins

v0.6.4

26 Feb 22:00
Compare
Choose a tag to compare

fixes / improvements

#140 - Fixing issue with creating files in default location

v0.6.3

04 Feb 17:21
Compare
Choose a tag to compare

fixes / improvements

#132 - Creating valid HighResolutionIconUrl in mainfest.xml

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.