-
Notifications
You must be signed in to change notification settings - Fork 665
Roadmap demos #29166
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
Closed
Closed
Roadmap demos #29166
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
15eaeb3
Add CardView demo
ivanblinov2k17 377ef7c
Add Stepper
ivanblinov2k17 99f1e99
Add Scheduler - Toolbar Customization
ivanblinov2k17 996cd29
Add Chat demos
ivanblinov2k17 2d8adcb
Add HTML editor demo
ivanblinov2k17 3970f76
add links to the Chat - ImageRendering
ivanblinov2k17 e9f62d4
Add missing split tag, eol
ivanblinov2k17 d2190a9
Address mike's review suggestions
ivanblinov2k17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| 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. | ||
| <!--split--> | ||
| The DevExtreme CardView will ship with the following built-in data management capabilities: | ||
|
|
||
| - Sorting | ||
| - Paging | ||
| - Column reordering | ||
| - Column visibility control | ||
| - Editing | ||
| - Filtering | ||
| - Searching | ||
| - Data selection | ||
|
|
||
| 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). | ||
|
|
||
| CardView card layouts will be fully responsive, will support multiple screen sizes, and will ship with two layout options: | ||
|
|
||
| - **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. | ||
|
|
||
| - **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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| In our upcoming major release (v25.1) we will simplify Chat component configuration when displaying images within messages. | ||
| <!--split--> | ||
| 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. | ||
|
|
||
| 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| In our upcoming major release (v25.1) our Chat component will allow users to edit/delete messages once they’ve been sent. | ||
| <!--split--> | ||
| 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| In our upcoming major release (v25.1) we will incorporate AI-powered text editing into the DevExtreme HTML Editor. | ||
| <!--split--> | ||
| 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. | ||
|
|
||
| Our new AI-powered Extensions will be accessed through a dedicated button in the HTML Editor’s toolbar. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions
13
apps/demos/Demos/Scheduler/ToolbarCustomization/description.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| In our upcoming major release (v25.1) the DevExtreme Scheduler will include a customizable integrated toolbar. | ||
|
|
||
| For instance, in the screenshot, our new toolbar includes two custom buttons: "Today" and "New event". | ||
|
|
||
| <!--split--> | ||
|
|
||
| Configuration options will include: | ||
|
|
||
| - **Choosing from predefined elements:** Select and arrange built-in elements as needed. | ||
|
|
||
| - **Adding DevExtreme components:** Include and configure DevExtreme components like Button or Checkbox in the toolbar. | ||
|
|
||
| - **Inserting custom elements:** Define templates for custom elements within toolbar items for a curated experience. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Our upcoming major release (v25.1) will introduce a Stepper component designed to describe/detail progress as users navigate through a defined sequence. | ||
| <!--split--> | ||
| Stepper will work especially well for multi-step processes like filling forms, onboarding flows, or wizards. | ||
|
|
||
| You will be able to customize the appearance of individual steps and modify component settings to address specific usage scenarios. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.