All docs
V22.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

jQuery

You can use Yarn to install the DevExtreme npm package.

Install the latest stable version:

yarn add devextreme@22.1 --exact

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@22.1-next --exact
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.
Angular

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

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-angular@22.1 --exact

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@22.1-next --exact

yarn add devextreme-angular@22.1-next --exact 
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
Vue

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

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-vue@22.1 --exact

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@22.1-next --exact

yarn add devextreme-vue@22.1-next --exact
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
React

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

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-react@22.1 --exact

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@22.1-next --exact

yarn add devextreme-react@22.1-next --exact
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