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
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`).
233
234
235
+
#### List Command Set Command Disabled Property
236
+
237
+
```typescript
238
+
Command.disabled: boolean|undefined;
239
+
```
240
+
234
241
### Predefined Web Part Picker Group for Web Parts in Development
235
242
236
243
```typescript
@@ -267,6 +274,9 @@ This property will be explicitly used to wind up the server, meaning all debug U
267
274
268
275
## Deprecations and removed items in this release
269
276
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
+
270
280
- Deprecated APIs from `@microsoft/sp-listview-extensibility`:
271
281
-`BaseListViewCommandSet.onListViewUpdated`
272
282
- 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
284
294
285
295
## Fixed Issues
286
296
287
-
### November-December Timeframe
297
+
### November-February Timeframe
288
298
289
299
-[#5131](https://github.com/SharePoint/sp-dev-docs/issues/5131) - Theme tokens in SCSS files in SPFx 1.10.0 don't work anymore
290
300
-[#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
308
318
-[#4294](https://github.com/SharePoint/sp-dev-docs/issues/4294) - `isGroupNameHidden` excluded from this release type
309
319
-[#4680](https://github.com/SharePoint/sp-dev-docs/issues/4680) - SPFx 1.9.1, office-ui-fabric-react and sp-property-pane
310
320
-[#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
0 commit comments