You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/release-1.14.md
+157-3Lines changed: 157 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
1
---
2
2
title: SharePoint Framework v1.14 release notes
3
3
description: Release notes for the SharePoint Framework v1.14 release
4
-
ms.date: 12/08/2021
4
+
ms.date: 1/26/2021
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
8
8
# SharePoint Framework v1.14 release notes
9
9
10
-
We will be releasing multiple public preview release using the **@next** tag in the [NPMJS.org](https://www.npmjs.org) registry before final release candidates and a final public release.
10
+
There will be multiple public preview release using the **@next** tag in the [NPMJS.org](https://www.npmjs.org) registry before final release candidates and a final public release.
@@ -133,13 +134,138 @@ The default value of `isGroupNameHidden` is false.
133
134
- No Framework, and React templates are updated with new end-user friendly UI for SharePoint and Microsoft Teams with theme detection, section background color support and more.
134
135
- New "Minimal" template is added: allows to start development with the minimal amount of code provisioned.
135
136
137
+
### Get Current ViewNavigator for Adaptive Card Extension
138
+
139
+
```typescript
140
+
BaseAdaptiveCardExtension.navigator
141
+
```
142
+
143
+
If the current `renderType` is `Card` then returns `BaseAdaptiveCardExtension.cardNavigator`. If the current `renderType` is `QuickView` then returns `BaseAdaptiveCardExtension.quickViewNavigator`.
144
+
145
+
#### Error Handler Method. This method will be invoked when an Action throws an error.
Override this method to handle errors from Adaptive Card actions.
152
+
153
+
### New Action types for media and geolocation.
154
+
155
+
> [!NOTE]
156
+
> These new actions are **only available in the browser** currently. Viva Connections desktop and Viva Connections mobile support will be enabled later.
157
+
158
+
```typescript
159
+
ISPFxAdaptiveCard.actions?: (
160
+
|ISubmitAction
161
+
|IOpenUrlAction
162
+
|IShowCardAction
163
+
|ISelectMediaAction// Raise a file picker or native media picker
164
+
|IGetLocationAction// Get a ___location
165
+
|IShowLocationAction// Show a ___location on a map
166
+
)[];
167
+
```
168
+
169
+
The SelectMedia and Location action can be configured as shown below:
This event gets raised every time the list view state changes. The arguments contain type of occurred event (see `ListViewAccessorStateChanges`) and previous state of the list view (see `IListViewAccessorState`).
220
+
221
+
### Predefined Web Part Picker Group for Web Parts in Development
Use `clearDomElementCallback` to clear the DOM node.
237
+
238
+
### Changes to Scaffolding Options and Prompts
239
+
240
+
The next prompts were deprecated in favor to their defaults:
241
+
242
+
- Solution description
243
+
- Environment (SharePoint) version
244
+
- Tenant-wide deployment
245
+
- Isolated permissions
246
+
- Component description
247
+
248
+
### ipAddress Property in serve.json
249
+
250
+
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'.
251
+
This property will be explicitly used to wind up the server, meaning all debug URLs and webpack configurations won't be affected.
252
+
253
+
136
254
### Changes to Scaffolding Options and Prompts
137
255
138
256
- New prompt for solution description is added.
139
257
- "Tenant-wide deployment" prompt is removed. The property is set to `true` by default and can be changed manually or using `skip-feature-deployment` argument.
258
+
- The next prompts were deprecated in favor to their defaults:
259
+
- Solution description
260
+
- Environment (SharePoint) version
261
+
- Tenant-wide deployment
262
+
- Isolated permissions
263
+
- Component description
140
264
141
265
## Deprecations and removed items in this release
142
266
267
+
- Deprecated APIs from `@microsoft/sp-listview-extensibility`:
268
+
-`BaseListViewCommandSet.onListViewUpdated`
143
269
- Deprecated APIs from `@microsoft/sp-core-library`
144
270
-`EnvironmentType.Local`
145
271
- Removed deprecated APIs from `@microsoft/sp-http`
@@ -151,4 +277,32 @@ The default value of `isGroupNameHidden` is false.
151
277
-`IGraphHttpClientOptions`
152
278
- Removed preview APIs from `@microsoft/sp-webpart-base`
153
279
-`ISDKs.office`
154
-
-`IOffice`
280
+
-`IOffice`
281
+
282
+
## Fixed Issues
283
+
284
+
### November-December Timeframe
285
+
286
+
-[#5131](https://github.com/SharePoint/sp-dev-docs/issues/5131) - Theme tokens in SCSS files in SPFx 1.10.0 don't work anymore
287
+
-[#4808](https://github.com/SharePoint/sp-dev-docs/issues/4808) - SPFX and react-dnd
288
+
-[#4587](https://github.com/SharePoint/sp-dev-docs/issues/4587) - Will background sections be supported in ___domain isolated webparts (feature available for spfx 1.8.2 on wards)
289
+
-[#4550](https://github.com/SharePoint/sp-dev-docs/issues/4550) - Single Part App Page doesn't prevent navigation when there are unsaved changes
290
+
-[#5098](https://github.com/SharePoint/sp-dev-docs/issues/5098) - `this.context.propertyPane.open()` opens within iframe on isolated webparts
-[#3219](https://github.com/SharePoint/sp-dev-docs/issues/3219) - Adding Application Customizer to existing Web Part Project causes web parts to not be deployed
303
+
-[#3830](https://github.com/SharePoint/sp-dev-docs/issues/3830) - "Specified part does not exist in the package" when provisioning docx in `elementFiles`
304
+
-[#3840](https://github.com/SharePoint/sp-dev-docs/issues/3840) - Sorry something went wrong while deploying assets from spfx
305
+
-[#4294](https://github.com/SharePoint/sp-dev-docs/issues/4294) - `isGroupNameHidden` excluded from this release type
306
+
-[#4680](https://github.com/SharePoint/sp-dev-docs/issues/4680) - SPFx 1.9.1, office-ui-fabric-react and sp-property-pane
307
+
-[#6232](https://github.com/SharePoint/sp-dev-docs/issues/6232) - Getting errors about `<div>` cannot be nested in `<p>` when looking at web part data in workbench testing environment
308
+
-[#7386](https://github.com/SharePoint/sp-dev-docs/issues/7386) - Build fails when setting `skipFeatureDeployment` to true
0 commit comments