-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[docs] Add a supported browsers section #7174
Conversation
// browser: 'edge', | ||
// browser_version: 'latest', | ||
// }, | ||
BrowserStack_Edge: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That wasn't a piece of cake to make the tests run!
# Supported Browsers | ||
|
||
Material-UI supports the latest, stable releases of all major browsers and platforms. | ||
On Windows, we support Internet Explorer 11 & Microsoft Edge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes it sound like those are the only browsers supported on Windows, but I can't think of a better way to phrase it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove On Windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change that with specific versions over "latest" 👍 .
Closes #1865