Skip to content

Commit 2544e34

Browse files
committed
move image helper API => dev preview
- update 1.14 release notes to reflect this feature is dev preview - add note in docs indicating it's dev preview
1 parent ecdfffd commit 2544e34

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

docs/spfx/image-helper-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Image Helper API
33
description: Learn how to use the Image Helper API in the SharePoint Framework to provide web-friendly optimized image links.
4-
ms.date: 02/08/2022
4+
ms.date: 02/25/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -16,8 +16,8 @@ The helper method `ImageHelper.convertToImageUrl()` takes a Url to an asset on S
1616

1717
The resulting Url will point to an image that is close to the requested size. The resulting Url will also include using other SharePoint media and graph services. If available for the requested asset, public or private CDN locations to serve the resized images and thumbnails.
1818

19-
> [!IMPORTANT]
20-
> The Image Helper API was introduced in the SharePoint Framework v1.14 release.
19+
> [!NOTE]
20+
> The Image Helper API was introduced in the SharePoint Framework v1.14 release as a developer preview feature.
2121
2222
## Benefits to using this API
2323

docs/spfx/release-1.14.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.14 release notes
33
description: Release notes for the SharePoint Framework v1.14 release
4-
ms.date: 02/22/2022
4+
ms.date: 02/25/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -13,7 +13,6 @@ This release introduces updates across the features around Microsoft Viva, Micro
1313

1414
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1515

16-
1716
## Upgrading projects from v1.13.1 to v1.14
1817

1918
1. In the project's **package.json** file, identify all SPFx v1.13.1 packages. For each SPFx package:
@@ -152,18 +151,10 @@ empty group header being displayed.
152151
The default value of `isGroupNameHidden` is false.
153152

154153
#### ipAddress Property in serve.json
154+
155155
New property `ipAddress` has been added to `serve.json` configuration. This parameter is helpful when using Docker containers. For example, to set the serve host as '0.0.0.0'.
156156
This property will be explicitly used to wind up the server, meaning all debug URLs and webpack configurations will not be affected.
157157

158-
#### Image Helper API
159-
160-
The **ImageHelper** static class (in @microsoft/sp-image-helper) has been added to allow SPFx developers runtime access to:
161-
162-
- Urls of auto-generated thumbnail images of pages and documents stored in SharePoint
163-
- More optimized Urls to images stored in SharePoint
164-
165-
Learn more: [Image Helper API](image-helper-api.md)
166-
167158
## Preview Features and Capabilities
168159

169160
Following features are still in preview status as part of the 1.14 release and should not be used in production. We are looking into releasing them officially as part of the upcoming 1.15 release.
@@ -300,6 +291,14 @@ The Select Media Action can be used to select Images from your native device. In
300291

301292
![Screenshot of media panel](../images/release-notes/114/media-panel.jpg)
302293

294+
#### Image Helper API
295+
296+
The **ImageHelper** static class (in @microsoft/sp-image-helper) has been added to allow SPFx developers runtime access to:
297+
298+
- Urls of auto-generated thumbnail images of pages and documents stored in SharePoint
299+
- More optimized Urls to images stored in SharePoint
300+
301+
Learn more: [Image Helper API](image-helper-api.md)
303302

304303
## Deprecations and removed items in this release
305304

0 commit comments

Comments
 (0)