Skip to content

v0.2.0

Compare
Choose a tag to compare
@andrewconnell andrewconnell released this 04 Sep 14:53
· 867 commits to master since this release

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