-
Notifications
You must be signed in to change notification settings - Fork 1.3k
What's New: Restructure & Add Changelog #8829
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
Merged
arman-boyakhchyan
merged 9 commits into
DevExpress:26_1
from
arman-boyakhchyan:whats-new-changelog-26-1
Jun 8, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
3004f6d
What's New: Restructure & Add Changelog
arman-boyakhchyan 934c5bb
Update Link to Button
arman-boyakhchyan 0c693f9
Update Button Text
arman-boyakhchyan b0a49c7
Update Button Text & Preceding Text
arman-boyakhchyan 705bca5
Apply suggestions from code review
arman-boyakhchyan ea7f210
Fix Typo
arman-boyakhchyan c0f213f
Update Image
arman-boyakhchyan 7e39986
Update Image (2)
arman-boyakhchyan a989822
Update Link
arman-boyakhchyan 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
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
9 changes: 0 additions & 9 deletions
9
...aking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md
This file was deleted.
Oops, something went wrong.
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 @@ | ||
| This article covers changes introduced to DevExtreme in the v26.1 release cycle. |
9 changes: 9 additions & 0 deletions
9
concepts/Common/Whats New/02 Changelog/001 Breaking Changes.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,9 @@ | ||
| 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: | ||
|
|
||
| <a class="btn btn-accent btn-icon btn-docs" href="https://www.devexpress.com/Support/Center/VersionHistory?TechnologyName=DevExtreme&PlatformName=AllPlatforms&ProductName=AllProducts&VersionHistoryItemsType=BreakingChanges&StartBuildName=minor_22_2&EndBuildName=minor_26_1&version-mode=updating-mode" target="_blank" title="v26.1 Breaking Changes | Version History"> | ||
| <span style="padding-left: 8px;">v26.1 Breaking Changes</span> | ||
|
arman-boyakhchyan marked this conversation as resolved.
arman-boyakhchyan marked this conversation as resolved.
arman-boyakhchyan marked this conversation as resolved.
|
||
| </a> | ||
|
|
||
| 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](https://www.devexpress.com/Support/Center/Question/List/1). | ||
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,40 @@ | ||
| --- | ||
| title: UI/UX | ||
| --- | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
|
|
||
| ### v26.1.3 | ||
|
|
||
| - We updated DevExtreme Fluent and Material themes to improve color-contrast accessibility of the following DevExtreme components: | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
| - CardView | ||
| - DataGrid | ||
| - Gantt | ||
| - Scheduler | ||
| - PivotGrid | ||
|
|
||
| We also updated the base colors of Material Blue themes as follows: | ||
|
|
||
| #include full-width-image-container with { | ||
| src: "/images/Changelog/26.1.3/material-fluent-themes.png", | ||
| alt: "A before and after of base colors used in DevExtreme Material Blue Light and Dark themes.", | ||
| minWidth: "360px", | ||
| width: "50vw" | ||
| } | ||
|
|
||
| - The listening animation in our [SpeechToText](/Documentation/Guide/UI_Components/SpeechToText/Overview/) component has also been updated: previously, the whole button flickered to indicate the listening process. Now, only the Stop icon flickers. [See Demo](https://js.devexpress.com/Demos/WidgetsGallery/Demo/SpeechToText/Overview/) | ||
|
|
||
| - In jQuery [Popup](/Documentation/Guide/UI_Components/Popup/Overview/), the `.dx-template-wrapper` element is now rendered inside `.dx-popup-title` when templates are used. | ||
|
|
||
| - DevExtreme [List](/Documentation/Guide/UI_Components/List/Overview/) now allows users to select item text if no swipe actions are enabled (default on desktop). | ||
|
|
||
| #include full-width-image-container with { | ||
| src: "/images/Changelog/26.1.3/list-item-text-selection.png", | ||
| alt: "A DevExtreme List where item text is selected", | ||
| minWidth: "360px", | ||
| width: "50vw" | ||
| } | ||
|
|
||
| Swipe actions are automatically enabled in the following usage scenarios: | ||
|
|
||
| - When [itemDeleteMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#itemDeleteMode) is *"slideItem"* or *"swipe"* | ||
| - When [menuMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#menuMode) is *"slide"* | ||
| - If an [onItemSwipe](/Documentation/ApiReference/UI_Components/dxList/Configuration/#onItemSwipe) handler is defined | ||
51 changes: 51 additions & 0 deletions
51
concepts/Common/Whats New/02 Changelog/003 DevExtreme CLI.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,51 @@ | ||
| ### 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: | ||
|
arman-boyakhchyan marked this conversation as resolved.
|
||
| - Node.js v20.19.0 or later. | ||
| - npm v9.6.0 or later. | ||
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.