Releases: OfficeDev/Office-Add-in-samples
Releases · OfficeDev/Office-Add-in-samples
(Preview) Share global data with a shared runtime
Update global storage sample to use GA endpoint (#92) * change to GA endpoint * npm audit fix * remove CustomFunctions.associate code that is not needed * add functions as chunk in webpack to include at runtime
Custom function batching pattern
Merge pull request #90 from eltociear/patch-1 Fix typo
(preview) Manage ribbon and task pane UI, and run code on doc open
Merge pull request #89 from shaofengzhu/master Use cerficates created by office-addin-dev-certs.
(preview) Manage ribbon and task pane UI, and run code on doc open
153236 Add missing step to readme of excel-shared-runtime-scenario
Using storage to share data between UI-less custom functions and the task pane
Merge pull request #78 from OfficeDev/mscharlock-patch-1 Change to only UI-less CFs
(Preview) Share global data with a shared runtime
Office Add-in share global data with a shared runtime (#65) * yo office creation of new sample * store and retrieve values working * custom function retrieves global state * added CF for set key/value pair * local storage working * task pane working * small fix * remove unneeded html runtime starters * added code comments * remove unneeded files * add readme steps and images * edit fix * Update Samples/excel-shared-runtime-global-state/README.md Co-Authored-By: Linda Lu Cannon <[email protected]> * Apply suggestions from code review edit feedback Co-Authored-By: Linda Lu Cannon <[email protected]> * Update Samples/excel-shared-runtime-global-state/README.md Co-Authored-By: Linda Lu Cannon <[email protected]> * Update README.md Co-authored-by: Linda Lu Cannon <[email protected]>
(preview) Manage ribbon and task pane UI, and run code on doc open
129265 package updates and related
Manage ribbon and task pane UI, and run code on doc open
127702 Update README.md
Manage ribbon and task pane UI, and run code on doc open
shared runtime ribbon sample (#61) * add initial working files shared runtime * removed auth dialogs * Added DataFilter * cleanup app.tsx * cleanup on app.tsx * simplify connectbutton.tsx * clean out old auth dialogs * add office initialize state tracking * removed unneeded components * reduced dependencies removed unneeded code * clean up manifest and icons * remove sync button not needed for now * enabled open close task pane buttons * move globals and fix icon links * clean up add-in name * resolve manifest conflict * add readme contents * more cleanup work * additional cleanup * add CORS header * update preview info * note access header * minor check * add screenshot * fix link * fix typo * renamed sample folder * Update README.md * better pic description * Update README.md * Update README.md
Use a shared library to migrate your Visual Studio Tools for Office add-in to an Office web add-in
VSTO Shared code migration(#59) * initial commit * draft readme and start completed folders * readme and minor updates * changing folder name * added solution setup steps * incorporated review feedback * added security notes and minor fixes * remove unnecessary scripts * added jquery cdn * removed unneeded function * renaming Office add-in project * Update README.md * update link * update sample list * reorganize sample list * simplify descriptions * simplify descriptions * fix header