Skip to content

MDL2 and FileType Icon CDNs prior to @fluentui/react 8.109.0 are unavailable #33612

@micahgodbolt

Description

@micahgodbolt

Due to the January 15th shutdown of Edgio, CDNs that were used to host MDL2 and FileType icons prior to 2023 are going to be permanently unavailable after January 15th. We are actively working to see if we can mitigate this issue through Azure Front Door (AFD), but due to the tight deadline we recommend that any product using these old packages use the following mitigation steps.

Update your dependencies to:

"@fluentui/font-icons-mdl2": "^8.5.11";
// or
"@fluentui/react-file-type-icons": "^ 8.8.11";

// and
"@fluentui/react": "^8.109.0";

Or manually set your CDN urls by updating your icon initialize functions

initializeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/icons/"); 
// or
initializeFileTypeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/item-types/");

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions