Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
micahgodbolt opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels

Comments

@micahgodbolt
Copy link
Member

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/");
@micahgodbolt
Copy link
Member Author

Note that this CDN was taking offline for a period this week and recently restored. After January 15th, it will be gone permanently. Follow this issue for updates.

@micahgodbolt micahgodbolt pinned this issue Jan 10, 2025
@micahgodbolt micahgodbolt changed the title MDL2 Icons and FileType Icons prior to @fluentui/react 8.109.0 are broken MDL2 and FileType Icon CDNs prior to @fluentui/react 8.109.0 are unavailable Jan 10, 2025
@micahgodbolt micahgodbolt self-assigned this Jan 10, 2025
@RK0004-git
Copy link

@micahgodbolt , we are seeing the old CDN URL references in below packages:

@uifabric/icons & @uifabric/react-hooks

Could you confirm if these packages are handled by your team? If yes, then is there any plan to update the versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants