---
title: "Version Compatibility"
framework: vue
version: "36.1.0"
---

# Version Compatibility

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

## AG Grid & Vue Compatibility Chart

The table below gives the ranges of compatible versions of AG Grid with Vue versions.

| Vue | AG Grid |
| --- | --- |
| 3.5+ | 33 - 35+ |
| 3 | 18 - 32 |
| 2 | 18 - 31 |

If you use the Composition API, we highly recommend upgrading to version 33 or later, as it introduces significant improvements in this area.

## TypeScript Compatibility

The table below gives the minimum TypeScript version for each AG Grid version.

| AG Grid | Typescript |
| --- | --- |
| 36+ | >= 5.8.3 |
| 35 | >= 5.4.5 |
| 33 - 34 | >= 5.2.0 |
| 32 | >= 5.1.6 |
| 31 | >= 4.7.4 |
| 30 | >= 4.3.5 |
| 29 | >= 4.0.8 |
| 28 - 27 | >= 3.7.7 |
| 26 - 25 | >= 3.6.5 |

## Documentation Archive

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