OfficeDev / Office-Addin-TaskPane-React

Template to get start started writing a TaskPane Office Add-in for the React framework using TypeScript
Other
53 stars 34 forks source link

Use specific version of fluentui #121

Closed millerds closed 1 year ago

millerds commented 1 year ago

Thank you for your pull request! Please provide the following information.


Change Description: Newer versions of fluetui don't promise compatibility for IE11, but older version of office use the IE11 web view control to render add-ins. This will set the version of fluentui react to the last one known to work with IE11. Newer versions of fluetui react have a dependent packages that doesn't transpile to compatible javascript.

  1. Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') No.

  2. Do these changes impact VS Code debugging options (launch.json)? No.

  3. Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) No.

  4. Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) No.

If you answered yes to any of these please do the following:

Include 'Rick-Kirkham' in the review Make sure the README file is correct

Validation/testing performed: Ran automated tests and tried out the project on an older build of office.