Skip to content

Add What's New v25.1 #7448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 25_1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions concepts/Common/Whats New/00 v25.1 Release Notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
To review the full v25.1 What's New, see the link below:

<a class="btn btn-accent btn-icon btn-docs" href="https://js.devexpress.com/New/25_1/" target="_blank" title="What's New v25.1">
<span>What's New v25.1</span>
</a>

Once you've reviewed the features/capabilities introduced in our v25.1 release cycle, please take a moment to complete our [online survey](https://www.devexpress.com/subscriptions/whats-new/#devextreme-survey).

[note] Visit our website to explore the latest features across the DevExpress product line: [What’s New in the Latest Version](https://www.devexpress.com/subscriptions/whats-new/).

## Features released in v25.1

---
##### jQuery

- [New CardView Component](#)
- [New Stepper Component](#)
- [HTML Editor - AI-powered Text Editing](#)
- DataGrid and TreeList Enhancements
- [Cell and row navigation shortcuts](#)
- [Column reordering](#)
- [Grouping/Ungrouping](#)
- Chat Enhancements
- [Editing and Deleting Messages](#)
- [Image Rendering](#)
- [Scheduler - Toolbar Customization](#)
- [Map - Custom Route Modes](#)
- [Accessibility](#)
- [ASP.NET Core](#)

##### Angular

- [New CardView Component](#)
- [New Stepper Component](#)
- [HTML Editor - AI-powered Text Editing](#)
- DataGrid and TreeList Enhancements
- [Cell and row navigation shortcuts](#)
- [Column reordering](#)
- [Grouping/Ungrouping](#)
- Chat Enhancements
- [Editing and Deleting Messages](#)
- [Image Rendering](#)
- [Scheduler - Toolbar Customization](#)
- [Map - Custom Route Modes](#)
- [Accessibility](#)
- [Standalone Angular Components Support](#)

##### Vue

- [New CardView Component](#)
- [New Stepper Component](#)
- [HTML Editor - AI-powered Text Editing](#)
- DataGrid and TreeList Enhancements
- [Cell and row navigation shortcuts](#)
- [Column reordering](#)
- [Grouping/Ungrouping](#)
- Chat Enhancements
- [Editing and Deleting Messages](#)
- [Image Rendering](#)
- [Scheduler - Toolbar Customization](#)
- [Map - Custom Route Modes](#)
- [Accessibility](#)

##### React

- [New CardView Component](#)
- [New Stepper Component](#)
- [HTML Editor - AI-powered Text Editing](#)
- DataGrid and TreeList Enhancements
- [Cell and row navigation shortcuts](#)
- [Column reordering](#)
- [Grouping/Ungrouping](#)
- Chat Enhancements
- [Editing and Deleting Messages](#)
- [Image Rendering](#)
- [Scheduler - Toolbar Customization](#)
- [Map - Custom Route Modes](#)
- [Accessibility](#)
- [Create React Applications with Vite and Next.js](#)

---
23 changes: 23 additions & 0 deletions concepts/Common/Whats New/10 Version History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
DevExtreme major updates (released twice per year) may include new components, features, or enhancements. Refer to our What’s New for more information on our most recent major update:

<a class="btn btn-accent btn-icon btn-docs" href="https://js.devexpress.com/New/" target="_blank" title="What's New">
<span>What's New in DevExtreme</span>
</a>

[note] Explore the latest features on the DevExpress website: [What's New in the Latest Version](https://www.devexpress.com/subscriptions/whats-new).

## Previous Major Versions

- [v24.2 Release Notes](https://js.devexpress.com/New/24_2/)
- [v24.1 Release Notes](https://js.devexpress.com/New/24_1/)
- [v23.2 Release Notes](https://js.devexpress.com/New/23_2/)
- [v23.1 Release Notes](https://js.devexpress.com/New/23_1/)
- [v22.2 Release Notes](https://js.devexpress.com/New/22_2/)
- [v22.1 Release Notes](https://js.devexpress.com/New/22_1/)
- [v21.2 Release Notes](https://js.devexpress.com/New/21_2/)
- [v21.1 Release Notes](https://js.devexpress.com/New/21_1/)
- [Release Notes in Older Versions](https://www.devexpress.com/support/versions.xml#major)

## Security Advisories

To view security-related advisories for our most recent major/minor builds, navigate to the following webpage (login required): [Security Advisories](https://supportcenter.devexpress.com/securityadvisories/).
Loading