Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge office addin taskpane #28

Merged

Commits on Jun 28, 2019

  1. add CODEOWNERS file

    akrantz committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c536dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e146981 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge pull request OfficeDev#45 from akrantz/code-owners

    add CODEOWNERS file
    akrantz committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5a96d3a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Update packages to latest versions (OfficeDev#47)

    - Also make small change to launch.json to fix issue that was causing 'Debug Tests' config to fail after updating mocha version.
    TCourtneyOwen authored and akrantz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    463fcd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Update office-addin-scripts packages (OfficeDev#48)

    -Verified tests pass locally
    TCourtneyOwen authored and akrantz committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    d611eb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Remove office-toolbox package (OfficeDev#51)

    The office-addin-debugging package is being updated to have sideload integrated
    rather than require using office-toolbox.
    
    This removes the sideload and unload package.json scripts which are no longer needed.
    They could be replaced using a command like:
    
    "npx office-addin-dev-settings sideload manifest.xml -a excel"
    
    however this would require a dev dependency on office-addin-dev-settings. I think it would
    be simpler to just use the "start" and "stop" scripts instead. These scripts were required
    previously so that "office-addin-debugging start" would know how to sideload, but now that
    this functionality is part of the office-addin-dev-settings package, it can import and call
    it directly.
    akrantz committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    bb5cbb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Update all package versions (OfficeDev#54)

    - This will ensure we pick up important office-addin-scripts changes as well
    TCourtneyOwen committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    54cd2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01226c0 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary file

    TCourtneyOwen committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ae06630 View commit details
    Browse the repository at this point in the history