Skip to content

Commit 7728e54

Browse files
committed
1.14 RC release notes updates
1 parent 3c60700 commit 7728e54

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/spfx/release-1.14.md

Lines changed: 14 additions & 3 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: 1/26/2022
4+
ms.date: 2/9/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -11,6 +11,7 @@ There will be multiple public preview release using the **@next** tag in the [NP
1111

1212
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1313

14+
- Release Candidate 1 **Released:** February 9, 2022
1415
- beta.5 **Released:** January 26, 2022
1516
- beta.4 **Released:** December 8, 2021
1617

@@ -231,6 +232,12 @@ ListViewAccessor.listViewStateChangedEvent: SPEvent<ListViewStateChangedEventArg
231232

232233
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`).
233234

235+
#### List Command Set Command Disabled Property
236+
237+
```typescript
238+
Command.disabled: boolean | undefined;
239+
```
240+
234241
### Predefined Web Part Picker Group for Web Parts in Development
235242

236243
```typescript
@@ -267,6 +274,9 @@ This property will be explicitly used to wind up the server, meaning all debug U
267274

268275
## Deprecations and removed items in this release
269276

277+
> [!IMPORTANT]
278+
> Any existing solution which is using removed APIs will keep on working without issues. Removal will mean that you cannot created any new solutions which are using these APIs.
279+
270280
- Deprecated APIs from `@microsoft/sp-listview-extensibility`:
271281
- `BaseListViewCommandSet.onListViewUpdated`
272282
- Deprecated APIs from `@microsoft/sp-core-library`
@@ -284,7 +294,7 @@ This property will be explicitly used to wind up the server, meaning all debug U
284294

285295
## Fixed Issues
286296

287-
### November-December Timeframe
297+
### November-February Timeframe
288298

289299
- [#5131](https://github.com/SharePoint/sp-dev-docs/issues/5131) - Theme tokens in SCSS files in SPFx 1.10.0 don't work anymore
290300
- [#4808](https://github.com/SharePoint/sp-dev-docs/issues/4808) - SPFX and react-dnd
@@ -308,4 +318,5 @@ This property will be explicitly used to wind up the server, meaning all debug U
308318
- [#4294](https://github.com/SharePoint/sp-dev-docs/issues/4294) - `isGroupNameHidden` excluded from this release type
309319
- [#4680](https://github.com/SharePoint/sp-dev-docs/issues/4680) - SPFx 1.9.1, office-ui-fabric-react and sp-property-pane
310320
- [#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
311-
- [#7386](https://github.com/SharePoint/sp-dev-docs/issues/7386) - Build fails when setting `skipFeatureDeployment` to true
321+
- [#7386](https://github.com/SharePoint/sp-dev-docs/issues/7386) - Build fails when setting `skipFeatureDeployment` to true
322+
- [#7691](https://github.com/SharePoint/sp-dev-docs/issues/7691) - 1.13.1 TypeError: Cannot read property 'toJson' of undefined when bundling/serving large project

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
items:
455455
- name: Overview
456456
href: spfx/roadmap.md
457-
- name: SPFx v1.14 beta - January 26, 2021
457+
- name: SPFx v1.14 RC - February 9, 2022
458458
href: spfx/release-1.14.md
459459
- name: SPFx v1.13.1 - November 23, 2021
460460
href: spfx/release-1.13.1.md

0 commit comments

Comments
 (0)