---
title: "Compatibility"
framework: javascript
version: "2.1.2"
---

# Compatibility

Listed below are the version compatibility requirements for AG Studio if they exist.

There are no version compatibility requirements for AG Studio when using the JavaScript version as long as you are using a [Supported Browser](https://www.ag-grid.com/studio/javascript/supported-browsers/).

## Typescript Compatibility

The table below gives the minimum Typescript version for each AG Studio version.

| AG Studio | Typescript |
| --- | --- |
| 2+ | >= 5.8.3 |
| 1 | >= 5.4.5 |

## AG Grid and AG Charts Compatibility

AG Studio requires specific versions of AG Grid and AG Charts, as described in the table below. If standalone instances of AG Grid or AG Charts are being used alongside AG Studio, they should be upgraded to the matching versions.

| AG Studio | AG Grid | AG Charts |
| --- | --- | --- |
| 2.1 | 36.1 | 14.1 |
| 2.0 | 36.0 | 14.0 |
| 1.1 | 35.3 | 13.3 |
| 1.0 | 35.2 | 13.2 |

## AG Grid Theming Compatibility

AG Grid instances within AG Studio use the AG Grid Theming API. If you are using standalone instances of AG Grid with legacy themes alongside AG Studio, these must either be [Migrated to the Theming API](https://ag-grid.com/javascript-data-grid/theming-migration/), or appear on separate pages (without the CSS loaded on the Studio page).

## Documentation Archive

To view AG Studio documentation for older versions, please refer to the [Documentation Archive](https://www.ag-grid.com/studio/documentation-archive/).
