Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,25 @@ import { Flex } from '@semcore/ui/base-components';

## Browser support

To ensure the best performance and user experience, we don't support legacy browsers. Our design system is optimized for the following browser versions:
We dont support legacy browsers. Our design system targets modern evergreen browsers.

Table: Browser support
### Actively tested and supported

| Chrome | Firefox | Safari(macOS) | Safari(iOS) | Edge |
| ------ | ------- | ------------- | ----------- | ----- |
| >= 90 | >= 78 | >= 14 | >= 12.5 | >= 91 |
We run automated tests on every release in the following browsers and guarantee quality for the last 3 versions of:

- **Chrome**
- **Firefox**
- **Safari**

These are the browsers we actively support. If something breaks here, we fix it.

### Works by default

Edge and Opera are built on the same engines as Chrome (Blink) and Safari (WebKit), so components generally work in them without additional effort. We don’t run dedicated test suites for these browsers, but we also don’t knowingly introduce incompatibilities.

- **Edge** - last 3 versions
- **Opera** - last 3 versions

::: tip
If you encounter a browser-specific issue in Edge or Opera that doesn’t reproduce in Chrome or Safari, [open an issue](https://github.com/semrush/intergalactic/issues) - we'll evaluate it case by case.
:::
Loading