Skip to content

Commit 04b6407

Browse files
authored
removed preview requirement (#102)
1 parent 687ea9b commit 04b6407

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Samples/excel-shared-runtime-global-state/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ extensions:
1313
description: "This sample shows how to share data across the ribbon, task pane, and custom functions."
1414
---
1515

16-
# (Preview) Share global data with a shared runtime
16+
# Share global data with a shared runtime
1717

1818
## Summary
1919

2020
This sample shows how to set up a basic project that uses the shared runtime. The shared runtime runs all parts of the Excel add-in (ribbon buttons, task pane, custom functions) in a single browser runtime. This makes it easy to shared data through local storage, or through global variables.
2121

2222
![Screen shot of the add-in with ribbon buttons enabled and disabled](excel-shared-runtime-global.png)
2323

24-
> **Note:** The features used in this sample are currently in preview and subject to change. They are not currently supported for use in production environments. To try the preview features, you'll need to [join Office Insider](https://insider.office.com/join). A good way to try out preview features is to sign up for an Office 365 subscription. If you don't already have an Office 365 subscription, get one by joining the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program).
25-
2624
## Features
2725

2826
- Share data globally with ribbon buttons, the task pane, and custom functions.
@@ -34,8 +32,6 @@ This sample shows how to set up a basic project that uses the shared runtime. Th
3432

3533
## Prerequisites
3634

37-
To use this sample, you'll need to [join Office Insider](https://insider.office.com/join).
38-
3935
Before running this sample, you need a recent version of [npm](https://www.npmjs.com/get-npm) and [Node.js](https://nodejs.org/en/) installed on your computer. To verify if you've already installed these tools, run the commands `node -v` and `npm -v` in your terminal.
4036

4137
## Solution

Samples/excel-shared-runtime-scenario/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ extensions:
1313
description: "This sample shows how to create contextual ribbon buttons that are enabled based on the state of your add-in. It also shows how to use the Office.js API to show or hide the task pane. This sample also demonstrates how to run code when the task pane is closed, such as on document open."
1414
---
1515

16-
# (preview) Manage ribbon and task pane UI, and run code on doc open
16+
# Manage ribbon and task pane UI, and run code on doc open
1717

1818
## Summary
1919

2020
This sample shows how to create contextual ribbon buttons that are enabled based on the state of your add-in. It also shows how to use the Office.js API to show or hide the task pane. This sample also demonstrates how to run code when the task pane is closed, such as on document open.
2121

2222
![Screen shot of the add-in with ribbon buttons enabled and disabled](excel-shared-runtime.png)
2323

24-
> **Note:** The features used in this sample are currently in preview and subject to change. They are not currently supported for use in production environments. To try the preview features, you will need to [join Office Insider](https://insider.office.com/join). A good way to try out preview features is by using an Office 365 subscription. If you don't already have an Office 365 subscription, you can get one by joining the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program).
25-
2624
## Features
2725

2826
- Contextual ribbon UI that enables or disables the buttons.
@@ -37,8 +35,6 @@ This sample shows how to create contextual ribbon buttons that are enabled based
3735

3836
## Prerequisites
3937

40-
To try the preview features used by this sample, you will need to [join Office Insider](https://insider.office.com/join).
41-
4238
Before running this sample, make sure you have installed a recent version of [npm](https://www.npmjs.com/get-npm) and [Node.js](https://nodejs.org/en/) on your computer. To check if you have already installed these tools, run the commands `node -v` and `npm -v` in your terminal.
4339

4440
## Solution

0 commit comments

Comments
 (0)