Skip to content

Releases: OfficeDev/generator-office

v1.1.14

22 Jun 18:47
Compare
Choose a tag to compare

Simplify Yo Office UI prompting
Add new command line options and more descriptive command line help (--details option)
Add new test class that builds and installs all project types for all host types
Update Excel Custom Functions template

v1.1.10

08 Mar 02:57
bdeb823
Compare
Choose a tag to compare

Updated the React project.

  • Bumped all dependencies up to the latest versions
  • Reorganized dependencies / devDependencies accordingly
  • Removed troublesome packages that were causing issues
  • Updated code to match standard patterns with the latest React versions
  • Pulled out BrowserSync since it’s capabilities are covered by the latest versions of webpack
  • Deleted redundant config JSON
  • Swapped SASS out for LESS (since the node-sass module was causing the python issues, as it has a hard requirement on node-gyp/python, which has special required steps on Windows).

v1.1.7

15 Dec 23:31
Compare
Choose a tag to compare
  • Added new self-signed certificates. Updated documentation for installing the certificate authority for the certificates used by BrowserSync.
  • Documentation updates.
  • Removed duplicate webpack key.

v1.1.5

14 Apr 18:50
Compare
Choose a tag to compare

Update on prompt wording.
Update on resource page.

v1.1.4

05 Apr 17:30
Compare
Choose a tag to compare

Small bug fixes for 1.1.0
Include Office Add-in Validator in generated projects

v1.1.0 - New Manifest Validator & React Template

30 Mar 17:55
Compare
Choose a tag to compare

New:
#225 ReactJS support, Office UI Fabric for ReactJS support
Add Office Add-in manifest validator as a package

Fixed:
#217 Exit node process properly
#204 Add-in name casing error
#205 Readme cleanup
#216 Console steps log wrapping error

👏 Thanks @WrathOfZombies for the contribution on ReactJS template!

v1.0.1 - bug fix for v1.0

03 Mar 22:07
Compare
Choose a tag to compare

#214 Update tests.
#211 Casing compatibility for linux
#203 Outlook resource page update
#202 Outlook Officejs code
#201 Add function files
#200 Switch to @types remove post install script

📣 Big shout out to @jasonjoh for PRs that helps update Outlook template

v1.0.0 🎉

08 Feb 22:26
Compare
Choose a tag to compare

Most important changes

  • Simplified the question flow
  • Updated the options and added arguments
  • Added Typescript support
  • Added Browsersync support
  • Added the ability to dynamically update available framework options
  • Updated the default templates to fall in line with best practices
  • Added Fabric to default templates
  • Updated the default manifest to implement add-in commands
  • Restructured the repository to simplify contribution
  • Deleted deprecated functions
  • Deleted gulp tasks
  • Added a resource page to guide developers through next steps to build add-ins

Issues resolved

#172 'Office.js has not been fully loaded yet' when trying to call custom API
#170 local reference to Office.js for offline debugging not working
#145 Include ngOfficeUIFabric to be able to use the Office UI Fabric components?
#139 Consider moving from tsd to typings for the type definition manager
#119 Consider to replace gulp-webserver with browsersync.io
#100 Add documentation for gulp tasks using gulp-help (won't fix)
#17 Add TypeScript as an option for Technology to use

v0.6.8

27 Oct 20:00
Compare
Choose a tag to compare

#167 New feature: passing add-in url via dist gulp task using --url parameter
#190 #178 Fix invalid officetheme and other reference to resources
#189 Update default landing page to match dev.office.com design pattern
#186 Dependency update. Fixed badges and documentation.
#187 Fix breaking changes introduced by yeoman generator API update from 0.22 to 0.24
#184 #181 #179 #175 Update manifest elements.

v0.6.6

03 May 17:52
Compare
Choose a tag to compare

#161 - Added OneNote support