Skip to content

Commit

Permalink
docs: add supported browsers
Browse files Browse the repository at this point in the history
Fixes #4334

PiperOrigin-RevId: 542923890
  • Loading branch information
asyncLiz authored and copybara-github committed Jun 23, 2023
1 parent 10159da commit 62c65b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,20 @@ Snackbar | ❌ | ❌ | ❌
Time picker | ❌ | ❌ | ❌
Tooltip | ❌ | ❌ | ❌
Top app bar | ❌ | ❌ | ❌

## Browser support

This project aims to support the latest two major versions of browsers at the
time of each release.

Current browsers and versions supported:

Browser | Version
------- | -------
Chrome | 112 +
Edge | 112 +
Firefox | 113 +
Safari* | 16.4 +

*\* previous versions of Safari may be supported with an
[`ElementInternals` polyfill](https://www.npmjs.com/package/element-internals-polyfill).*

0 comments on commit 62c65b8

Please sign in to comment.