All docs
V21.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
21.2
21.1
20.2
20.1
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - Yarn

You can use Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@21.1 --exact

yarn add devextreme-angular@21.1 --exact // to use DevExtreme with Angular
yarn add devextreme-vue@21.1 --exact // to use DevExtreme with Vue
yarn add devextreme-react@21.1 --exact  // to use DevExtreme with React

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@21.1-next --exact

yarn add devextreme-angular@21.1-next --exact // to use DevExtreme with Angular
yarn add devextreme-vue@21.1-next --exact // to use DevExtreme with Vue
yarn add devextreme-react@21.1-next --exact  // to use DevExtreme with React
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also