Skip to content

Commit 1fabd98

Browse files
What's New: Restructure & Add Changelog (#8829)
1 parent 04e16d3 commit 1fabd98

9 files changed

Lines changed: 102 additions & 10 deletions

File tree

MenuConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MenuRule Destination="020 Overview" SourcePattern="Howto:^50 React Components/00 DevExtreme React Components" VisibleFor="React" />
99
<MenuRule Destination="030 Overview" SourcePattern="Howto:^58 jQuery Components/00 DevExtreme jQuery Components" VisibleFor="jQuery" />
1010

11-
<MenuRule Destination="040 What's New/01 Migrate to the New Version" SourcePattern="Howto:^Common/Migrate to the New Version" />
11+
<MenuRule Destination="040 What's New/03 Migrate to the New Version" SourcePattern="Howto:^Common/Migrate to the New Version" />
1212
<MenuRule Destination="040 What's New" SourcePattern="Howto:^Common/Whats New" />
1313

1414
<MenuRule Destination="050 Getting Started/05 Prerequisites and Installation/00 Distribution Channels" SourcePattern="Howto:^Common/Distribution Channels" />

concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This article covers changes introduced to DevExtreme in the v26.1 release cycle.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
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.
2+
3+
For a list of breaking changes introduced in v26.1, refer to the Version History section:
4+
5+
<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">
6+
<span style="padding-left: 8px;">v26.1 Breaking Changes</span>
7+
</a>
8+
9+
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).
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: UI/UX
3+
---
4+
5+
### v26.1.3
6+
7+
- We updated DevExtreme Fluent and Material themes to improve color-contrast accessibility of the following DevExtreme components:
8+
- CardView
9+
- DataGrid
10+
- Gantt
11+
- Scheduler
12+
- PivotGrid
13+
14+
We also updated the base colors of Material Blue themes as follows:
15+
16+
#include full-width-image-container with {
17+
src: "/images/Changelog/26.1.3/material-fluent-themes.png",
18+
alt: "A before and after of base colors used in DevExtreme Material Blue Light and Dark themes.",
19+
minWidth: "360px",
20+
width: "50vw"
21+
}
22+
23+
- 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/)
24+
25+
- 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.
26+
27+
- DevExtreme [List](/Documentation/Guide/UI_Components/List/Overview/) now allows users to select item text if no swipe actions are enabled (default on desktop).
28+
29+
#include full-width-image-container with {
30+
src: "/images/Changelog/26.1.3/list-item-text-selection.png",
31+
alt: "A DevExtreme List where item text is selected",
32+
minWidth: "360px",
33+
width: "50vw"
34+
}
35+
36+
Swipe actions are automatically enabled in the following usage scenarios:
37+
38+
- When [itemDeleteMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#itemDeleteMode) is *"slideItem"* or *"swipe"*
39+
- When [menuMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#menuMode) is *"slide"*
40+
- If an [onItemSwipe](/Documentation/ApiReference/UI_Components/dxList/Configuration/#onItemSwipe) handler is defined
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### v1.14.2
2+
3+
- Added dependency and security fixes.
4+
5+
### v1.14.1
6+
7+
- Fixed package resolving logic in the `migrate` command.
8+
- Added dependency fixes.
9+
10+
### v1.14.0
11+
12+
- Updated DevExtreme Schematics to Angular 19.
13+
- Updated the sample data source in application templates.
14+
- Added dependency and security fixes.
15+
16+
### v1.13.0
17+
18+
- Added support for DevExtreme v25.2 and updated scaffolders.
19+
- Angular templates updated to control flow syntax (`@if`/`@else`).
20+
- Fixed form state management in React and Next.js templates.
21+
- Added dependency and security fixes.
22+
23+
### v1.12.2
24+
25+
- Fixed issues with Angular application creation.
26+
- Updated `migrate` command messages.
27+
- Added dependency and security fixes.
28+
29+
### v1.12.1
30+
31+
- `migrate` command descriptions were updated.
32+
- Added dependency fixes.
33+
34+
### v1.12.0
35+
36+
- The `migrate` command was added to DevExtreme CLI.
37+
- The `angular-config-components` schematic was added to DevExtreme Schematics.
38+
39+
### v1.11.2
40+
41+
- Minor improvements.
42+
43+
### v1.11.1
44+
45+
- Minor improvements.
46+
47+
### v1.11.0
48+
49+
- The requirements for DevExtreme CLI were updated:
50+
- Node.js v20.19.0 or later.
51+
- npm v9.6.0 or later.

concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/1 Deprecated Properties and Methods.md renamed to concepts/Common/Whats New/02 Changelog/1 Deprecated Properties and Methods.md

File renamed without changes.
177 KB
Loading
155 KB
Loading

0 commit comments

Comments
 (0)