DevExtreme React - 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:

v26.1 Breaking Changes

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:

    A before and after of base colors used in DevExtreme Material Blue Light and Dark themes.
  • 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-wrapper element is now rendered inside .dx-popup-title when templates are used.

  • DevExtreme List now allows users to select item text if no swipe actions are enabled (default on desktop).

    A DevExtreme List where item text is selected

    Swipe actions are automatically enabled in the following usage scenarios:

DevExtreme CLI

v1.14.2

  • Added dependency and security fixes.

v1.14.1

  • Fixed package resolving logic in the migrate command.
  • 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 migrate command messages.
  • Added dependency and security fixes.

v1.12.1

  • migrate command descriptions were updated.
  • Added dependency fixes.

v1.12.0

  • The migrate command was added to DevExtreme CLI.
  • The angular-config-components schematic 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.