Skip to content

Releases: OfficeDev/generator-office

v0.3.0

12 Oct 09:06
Compare
Choose a tag to compare

bugs squashed

  • #61 - changed css & js reference paths to point to correct locations
  • #63 - extended manifest validation fix

enhancements / updates

  • #62 - removed obsolete type attribute from script elements
  • #64 - implemented copying only the required files for outlook addins
  • #60 - updated reference to ui fabric & used bower to get fabric files instead of including them in the generator

v0.2.3

12 Oct 08:59
Compare
Choose a tag to compare

bugs squashed

  • #56 - fixed routing paths

enhancements / updates

  • #59 - adjusted link to point to dev.office.com

v0.2.0

04 Sep 14:53
Compare
Choose a tag to compare

bugs squashed

  • #6 - strip non-alphanumeric & double space characters from project name

enhancements

  • #16 - added Office UI Fabric
  • #14 - added Office host app options when addin = taskpane / content
  • #13 - added Outlook host form options when addin = mail
  • added elements to manifest.xml for submission to Office Store
    • #19 - <SupportUrl />
    • #18 - <HiResolutionUrl />
  • #21 - added jsconfig.json to root of project for editor specific insights of JS code
  • #22 - added *.d.ts files from DefinatelyTypes for appropriate libraries
    • #20 - added tsd.json with references to type defs

project / code stuff

  • #15 - improved code coverage to 98% 👊 😎
  • #12 - added bower install as post npm install script

v0.1.6

03 Sep 20:24
Compare
Choose a tag to compare
v0.1.6

v1.1.13

07 Jun 15:31
Compare
Choose a tag to compare

• Custom Functions project now uses webpack-dev-server and enables CORS (as well as other smaller fixes to the project)
• Typescript projects now build source-map files to enable debugging
• Generator-Office package versions updated to avoid vulnerabilities (checked in by Adam)

v1.1.12

17 May 16:11
Compare
Choose a tag to compare

Excel Custom Functions project type improments:

  • Added JSON schema, updated script reference, and simpler registration call for Excel

Fixed issues leading to build errors for some project types

v1.1.11

17 May 16:04
Compare
Choose a tag to compare

Add Excel Custom Functions Project Type

  • Version of office-generator for Build conference with Excel Custom Functions project added