Skip to content

Commit 122c702

Browse files
committed
Updating 1.15 release notes with the beta 6 changes
1 parent 90d79c5 commit 122c702

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/spfx/release-1.15.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ There will be multiple public preview release using the @next tag in the NPMJS.o
1111

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

14-
**beta.1:** March 8, 2022
14+
- beta.6 **Released:** April 19, 2022
15+
- beta.1 **Released:** March 8, 2022
1516

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

@@ -42,6 +43,20 @@ npm install @microsoft/generator-sharepoint@next --global
4243

4344
## New features and capabilities
4445

46+
### Form Customizer Extension
47+
48+
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+
4560
### Microsoft Graph JavaScript SDK v3 Support
4661

4762
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
6378

6479
## Fixed Issues
6580

66-
### February Timeframe
81+
### February & March Timeframe
6782

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
87+
- [#7795](https://github.com/SharePoint/sp-dev-docs/issues/7795) - `this.context.pageContext.list.serverRelativeUrl` doesn't refresh
6888
- [#7680](https://github.com/SharePoint/sp-dev-docs/issues/7680) - Theme colors do not load (immediately) on SP listpage or site contents page
6989
- [#6403](https://github.com/SharePoint/sp-dev-docs/issues/6403) - DynamicData.tryGetValue() should not fail if disposed
7090
- [#5979](https://github.com/SharePoint/sp-dev-docs/issues/5979) - Problem popup when remove SPFx Teams Tab

0 commit comments

Comments
 (0)