From 955c247149877982d393ddb08ffc0406079f4398 Mon Sep 17 00:00:00 2001 From: Dan Toft Date: Wed, 18 Jun 2025 10:43:27 +0200 Subject: [PATCH 1/5] Added retirement warning on Field customizers I'm not sure on the wording, but there SHOULD be a warning on the page ensuring that people are aware of the upcoming retirement --- .../get-started/building-simple-field-customizer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/spfx/extensions/get-started/building-simple-field-customizer.md b/docs/spfx/extensions/get-started/building-simple-field-customizer.md index d8b579063..d8659bdc5 100644 --- a/docs/spfx/extensions/get-started/building-simple-field-customizer.md +++ b/docs/spfx/extensions/get-started/building-simple-field-customizer.md @@ -5,6 +5,10 @@ ms.date: 12/14/2023 ms.custom: scenarios:getting-started --- +> [!NOTE] +> On June 13th 2025 Microsoft [announced that field customizers will be retired](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#), and stop working by June 30th 2026, you should instead consider putting your investments in [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) + + # Build your first Field Customizer extension Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them. From 3c65d4bd14a85ab7f5fa4f3b1d9db52b394cc227 Mon Sep 17 00:00:00 2001 From: Dan Toft Date: Wed, 18 Jun 2025 10:45:47 +0200 Subject: [PATCH 2/5] Update ms.date --- .../extensions/get-started/building-simple-field-customizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spfx/extensions/get-started/building-simple-field-customizer.md b/docs/spfx/extensions/get-started/building-simple-field-customizer.md index d8659bdc5..1c3687ca5 100644 --- a/docs/spfx/extensions/get-started/building-simple-field-customizer.md +++ b/docs/spfx/extensions/get-started/building-simple-field-customizer.md @@ -1,7 +1,7 @@ --- title: Build your first Field Customizer extension description: Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them. -ms.date: 12/14/2023 +ms.date: 06/18/2025 ms.custom: scenarios:getting-started --- From 7292e67c1b832a51b1e71bc1f59b70aaafd80493 Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Wed, 18 Jun 2025 09:36:48 -0400 Subject: [PATCH 3/5] grammar fixes & msdocs alignment --- .../get-started/building-simple-field-customizer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spfx/extensions/get-started/building-simple-field-customizer.md b/docs/spfx/extensions/get-started/building-simple-field-customizer.md index 1c3687ca5..c2e2e654c 100644 --- a/docs/spfx/extensions/get-started/building-simple-field-customizer.md +++ b/docs/spfx/extensions/get-started/building-simple-field-customizer.md @@ -6,14 +6,14 @@ ms.custom: scenarios:getting-started --- > [!NOTE] -> On June 13th 2025 Microsoft [announced that field customizers will be retired](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#), and stop working by June 30th 2026, you should instead consider putting your investments in [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) +> Microsoft [announced field customizers are deprecated](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#) on June 13, 2025, and will be retired on June 30, 2026. Consider [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) instead of field customizers. # Build your first Field Customizer extension Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them. -You can follow these steps by watching the video on the Microsoft 365 Platform Communtiy (PnP) YouTube Channel: +You can follow these steps by watching the video on the Microsoft 365 Platform Community (PnP) YouTube Channel: > [!Video https://www.youtube.com/embed/mBZ7Sq_KfDA] From d16b92b1c0d19457ac4fddb8069a3e6518e5addb Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Wed, 18 Jun 2025 09:37:14 -0400 Subject: [PATCH 4/5] change note to warning --- .../extensions/get-started/building-simple-field-customizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spfx/extensions/get-started/building-simple-field-customizer.md b/docs/spfx/extensions/get-started/building-simple-field-customizer.md index c2e2e654c..41059c6ca 100644 --- a/docs/spfx/extensions/get-started/building-simple-field-customizer.md +++ b/docs/spfx/extensions/get-started/building-simple-field-customizer.md @@ -5,7 +5,7 @@ ms.date: 06/18/2025 ms.custom: scenarios:getting-started --- -> [!NOTE] +> [!WARNING] > Microsoft [announced field customizers are deprecated](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#) on June 13, 2025, and will be retired on June 30, 2026. Consider [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) instead of field customizers. From 9c1982a11fd1c28c58b92d6da0e3530ae2bacd86 Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Wed, 18 Jun 2025 09:39:59 -0400 Subject: [PATCH 5/5] fix build report finding --- .../get-started/building-simple-field-customizer.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/spfx/extensions/get-started/building-simple-field-customizer.md b/docs/spfx/extensions/get-started/building-simple-field-customizer.md index 41059c6ca..f06da25f2 100644 --- a/docs/spfx/extensions/get-started/building-simple-field-customizer.md +++ b/docs/spfx/extensions/get-started/building-simple-field-customizer.md @@ -4,13 +4,11 @@ description: Extensions are client-side components that run inside the context o ms.date: 06/18/2025 ms.custom: scenarios:getting-started --- +# Build your first Field Customizer extension > [!WARNING] > Microsoft [announced field customizers are deprecated](https://support.microsoft.com/en-gb/office/support-update-for-sharepoint-framework-field-customizers-in-lists-and-document-libraries-0eccc64e-4512-47df-9da0-d855be22fb0a#) on June 13, 2025, and will be retired on June 30, 2026. Consider [ListView Command Set extensions](./building-simple-cmdset-with-dialog-api.md) or [use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md) instead of field customizers. - -# Build your first Field Customizer extension - Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them. You can follow these steps by watching the video on the Microsoft 365 Platform Community (PnP) YouTube Channel: