Releases: OfficeDev/generator-office
Releases · OfficeDev/generator-office
v0.6.5
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
fixes / improvements
#140 - Fixing issue with creating files in default location
v0.6.3
fixes / improvements
#132 - Creating valid HighResolutionIconUrl in mainfest.xml
v0.6.2
fixes / improvements
#125 - Outlook add-in commands
v0.6.1
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
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
- #107 removed
SupportUrl
from manifest.xml
as not required for add-ins, just those submitted to store
v0.5.2
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
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
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.