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
The Form Customizer Extension allows developers to customize new, edit and display forms of the lists and document libraries.
49
+
50
+
> [!NOTE]
51
+
> The API to apply form customizers to a content type or list is still work in progress.
52
+
> Developers can use local debugging and direct link to `SPListForm.aspx` page to test the customizers.
53
+
> Please, check `config\serve.json` file created during the provisioning for more details.
54
+
> You can see live demo of this process from following YouTube video - [Preview on upcoming list extensibility options with SPFx v1.15](https://www.youtube.com/watch?v=90DWB9hjo-k).
55
+
56
+
### Node.js v16 Support
57
+
58
+
SPFx solutions now support [Node.js v16](https://nodejs.org/).
59
+
45
60
### Microsoft Graph JavaScript SDK v3 Support
46
61
47
62
The **MSGraphClientFactory** allows a developer to select the version of the Microsoft Graph JavaScript SDK to use.
@@ -63,8 +78,13 @@ The template was updated to use `listViewStateChanged` event instead of deprecat
63
78
64
79
## Fixed Issues
65
80
66
-
### February Timeframe
81
+
### February & March Timeframe
67
82
83
+
-[#7684](https://github.com/SharePoint/sp-dev-docs/issues/7684) - SPFx app inside Microsoft Teams authentication error (sso-getAdalSsoToken-receive)
84
+
-[#7739](https://github.com/SharePoint/sp-dev-docs/issues/7739) - CommandSet Extensions don't work in Document Library when navigating from LHN link on site home page
85
+
-[#7794](https://github.com/SharePoint/sp-dev-docs/issues/7794) - `listViewStateChangedEvent` does not trigger for grouped list views
86
+
-[#7805](https://github.com/SharePoint/sp-dev-docs/issues/7805) - SPFx is loading library component old version for some users
0 commit comments