DevExtreme Angular - Changelog
This article covers changes introduced to DevExtreme in the v26.1 release cycle.
Breaking Changes
We always do our best to minimize the impact an upgrade has on existing projects. However, it is often necessary to change our tools' behavior, UI, or API to improve them.
For a list of breaking changes introduced in v26.1, refer to the Version History section:
Follow the given instructions for each change to mitigate possible impacts. If you experience any problems migrating to the latest DevExtreme version, you can submit a ticket to our Support Center.
UI/UX
v26.1.3
We updated DevExtreme Fluent and Material themes to improve color-contrast accessibility of the following DevExtreme components:
- CardView
- DataGrid
- Gantt
- Scheduler
- PivotGrid
We also updated the base colors of Material Blue themes as follows:

The listening animation in our SpeechToText component has also been updated: previously, the whole button flickered to indicate the listening process. Now, only the Stop icon flickers. See Demo
In jQuery Popup, the
.dx-template-wrapperelement is now rendered inside.dx-popup-titlewhen templates are used.DevExtreme List now allows users to select item text if no swipe actions are enabled (default on desktop).

Swipe actions are automatically enabled in the following usage scenarios:
- When itemDeleteMode is "slideItem" or "swipe"
- When menuMode is "slide"
- If an onItemSwipe handler is defined
DevExtreme CLI
v1.14.2
- Added dependency and security fixes.
v1.14.1
- Fixed package resolving logic in the
migratecommand. - Added dependency fixes.
v1.14.0
- Updated DevExtreme Schematics to Angular 19.
- Updated the sample data source in application templates.
- Added dependency and security fixes.
v1.13.0
- Added support for DevExtreme v25.2 and updated scaffolders.
- Angular templates updated to control flow syntax (
@if/@else). - Fixed form state management in React and Next.js templates.
- Added dependency and security fixes.
v1.12.2
- Fixed issues with Angular application creation.
- Updated
migratecommand messages. - Added dependency and security fixes.
v1.12.1
migratecommand descriptions were updated.- Added dependency fixes.
v1.12.0
- The
migratecommand was added to DevExtreme CLI. - The
angular-config-componentsschematic was added to DevExtreme Schematics.
v1.11.2
- Minor improvements.
v1.11.1
- Minor improvements.
v1.11.0
- The requirements for DevExtreme CLI were updated:
- Node.js v20.19.0 or later.
- npm v9.6.0 or later.