Skip to content

Commit c51dd72

Browse files
Roadmap & Survey demo pages (DevExpress#29199)
Co-authored-by: Mikhail Preyskurantov <[email protected]>
1 parent c7c50e1 commit c51dd72

File tree

13 files changed

+137
-0
lines changed

13 files changed

+137
-0
lines changed
342 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Our upcoming major release (v25.1) will introduce a CardView component, allowing you to display business data using a 'card' UI metaphor — a visually engaging alternative to traditional grid views.
2+
<!--split-->
3+
The DevExtreme CardView will ship with the following built-in data management capabilities:
4+
5+
- Sorting
6+
- Paging
7+
- Column reordering
8+
- Column visibility control
9+
- Editing
10+
- Filtering
11+
- Searching
12+
- Data selection
13+
14+
Each card within the CardView will be fully customizable, with UI elements such as toolbars, covers, and footers (allowing you to adapt layouts as requirements dictate).
15+
16+
CardView card layouts will be fully responsive, will support multiple screen sizes, and will ship with two layout options:
17+
18+
- **Automatic Layout:** The CardView will determine the optimal number of cards per row and associated size. When resized, the CardView will dynamically modify its layout, recalculating the number of cards per row and their dimensions.
19+
20+
- **Fixed Number of Cards per Row:** You will be able to specify the exact number of cards displayed within a layout. When resized, card sizes will change but the number of cards per row will remain the same.
348 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
In our upcoming major release (v25.1) we will simplify Chat component configuration when displaying images within messages.
2+
<!--split-->
3+
In v24.2, the DevExtreme Chat component shipped with custom message content support, including charts and images. To use this feature, you were required to override the entire message bubble layout using the [messageTemplate](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#messageTemplate) property.
4+
5+
Starting with v25.1 you will be able to easily render an image received in responses. For example, if you use [DALL-E](https://openai.com/index/dall-e-3/) or a similar AI service to generate pictures, you can set up image rendering using our Chat component.
32.9 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
In our upcoming major release (v25.1) our Chat component will allow users to edit/delete messages once they’ve been sent.
2+
<!--split-->
3+
DevExtreme Chat is a client-side component that requires a backend solution. Message editing and delete operations will include relevant UI elements for end users and APIs to modify rendered messages. To edit and remove messages from a data source, you will need to use Push APIs.
40 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
In our upcoming major release (v25.1) we will incorporate AI-powered text editing into the DevExtreme HTML Editor.
2+
<!--split-->
3+
Users will be able to apply actions to selected content (such as proofreading, summarizing, expanding text, etc) and you will be able to add a custom command to execute a specific request to your selected AI service.
4+
5+
Our new AI-powered Extensions will be accessed through a dedicated button in the HTML Editor’s toolbar.
30.2 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
In our upcoming major release (v25.1) the DevExtreme Scheduler will include a customizable integrated toolbar.
2+
3+
For instance, in the screenshot, our new toolbar includes two custom buttons: "Today" and "New event".
4+
5+
<!--split-->
6+
7+
Configuration options will include:
8+
9+
- **Choosing from predefined elements:** Select and arrange built-in elements as needed.
10+
11+
- **Adding DevExtreme components:** Include and configure DevExtreme components like Button or Checkbox in the toolbar.
12+
13+
- **Inserting custom elements:** Define templates for custom elements within toolbar items for a curated experience.

0 commit comments

Comments
 (0)