Skip to content

Commit 110a75c

Browse files
LauragraVesaJuvonen
authored andcommitted
Edit pass. (SharePoint#840)
* Edit pass. * Updated TOC title. * One more change.
1 parent 0101232 commit 110a75c

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
1-
# Changes between Dev Preview and Release Candidate for SharePoint Framework Extensions (preview)
1+
# Changes introduced in the SharePoint Framework Extensions (preview) Release Candidate release
22

3-
If you have created SharePoint Framework Extensions with the developer preview version (released June 2017), you'll have to perform some changes to make them work with Release Candidate (RC) version. Here's a short list of the changes, which were introduced with the latest version.
3+
If you used the developer preview version of the SharePoint Framework Extensions (released in June 2017), you'll have to make some changes to ensure that your extensions work with the Release Candidate (RC) release. This article provides a short list of the changes that were introduced in the SharePoint Framework Extensions RC release.
44

5-
Release Candidate is enabled in the First Release tenants in Office 365, but is not supported yet in production use.
5+
>**Note:** The RC release is enabled on the First Release tenants in Office 365, but is not yet supported for use in production.
66
77
## General solution package changes
88

9-
- All SharePoint Framework packages are now standardized to version 1.2. All future updates will also have version standardization cross all packages to avoid any confusions around used versions.
10-
- Upgrade to use TypeScript 2.4 and React 15 typings
11-
- Update to Fabric React 4.32.0.
9+
- All SharePoint Framework packages are now standardized to version 1.2. All future updates will also have standard versions across all packages.
10+
- Upgraded to use TypeScript 2.4 and React 15 typings.
11+
- Updated to Fabric React 4.32.0.
1212

13-
### Application Customizer Changes
13+
## Application Customizer changes
1414

15-
- Placeholder logic has been changed slightly and they have been renamed.
16-
- Typical placeholders are now called `'top'` and `'bottom'`
17-
- `onRender` method is deprecated - you should call render from the onInit, if needed and also add event handling for the possible events when placeholders should be re-rendered. See [updated placeholder tutorial](./get-started/using-page-placeholder-with-extensions.md) for details.
18-
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.
15+
- Placeholder logic has changed slightly and placeholders have been renamed. Typical placeholders are now called `'top'` and `'bottom'`.
16+
- The **`onRender`** method has been deprecated. Instead, call **`render`** from the **`onInit`** method, and add event handling for the possible events when placeholders should be re-rendered. For details, see [Using page placeholders](./get-started/using-page-placeholder-with-extensions.md).
17+
- The schema definition URL has been updated in the manifest file to point to the online documentation for the JSON schema.
1918

20-
### Field Customizer Changes
19+
## Field Customizer changes
2120

22-
- There are changes in the APIs for accessing the actual field values. You should be using `event.fieldValue`. Other options are deprecated.
23-
- API to access UI element to render the field customizer output has been changed from `event.cellDiv` to `event.domElement`.
24-
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.
21+
- Changes were made to the APIs that access field values. Use **`event.fieldValue`**. Other options are deprecated.
22+
- The API to access UI elements to render the Field Customizer output has changed from **`event.cellDiv`** to **`event.domElement`**.
23+
- The schema definition URL has been updated in the manifest file to point to the online documentation for the JSON schema.
2524

26-
### ListView Command Set Changes
25+
## ListView Command Set changes
2726

28-
- `onRefreshCommand` method deprecated and replaced with `onListViewUpdated`.
29-
- Manifest json changes around the commands structure. Is using now `items` collections and changes in the title handling of the commands in the json definition.
30-
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.
27+
- The **`onRefreshCommand`** method has been deprecated and replaced with **`onListViewUpdated`**.
28+
- Changes were made to the commands structure in the manifest json file. Commands now use the **`items`** collection and command title handling was updated in the json definition.
29+
- The schema definition URL has been updated in the manifest file to point to the online documentation for the JSON schema.

misc/SharePointDocumentationToc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Item>
2626
<Item text="Extensions (Preview)" url="spfx/extensions" SEODescription="">
2727
<Item text="Overview" url="spfx/extensions/overview-extensions" SEODescription="Develop SharePoint Solution extensions to customize experience for SharePoint."/>
28-
<Item text="Changes between Dev Preview and RC" url="spfx/extensions/changes-between-dev-preview-and-rc" SEODescription="Changes between Dev Preview and Release Candidate for SharePoint Framework Extensions (preview)."/>
28+
<Item text="Changes in the RC release" url="spfx/extensions/changes-between-dev-preview-and-rc" SEODescription="Changes between Dev Preview and Release Candidate for SharePoint Framework Extensions (preview)."/>
2929
<Item text="Get started" url="spfx/extensions/get-started">
3030
<Item text="Build your first extension" url="spfx/extensions/get-started/build-a-hello-world-extension" SEODescription="Build a hello world SharePoint Framework extension." />
3131
<Item text="Using page placeholders" url="spfx/extensions/get-started/using-page-placeholder-with-extensions" SEODescription="Using page placeholders from Application Customizer." />

0 commit comments

Comments
 (0)