Released: Feb 12, 2019
18.2.6 での更新項目
不具合の修正
DevExtreme HTML Editor
- Popups have incorrect size in IE11.
- dxHTMLEditor does not apply content settings in IE11.
DevExtreme Tools
- DevExtreme MVC - ConvertToDevExtremeCommandPackage throws the "Empty path name is not legal" error at the project startup.
DevExtreme Data Grid
- A validation error message is hidden behind a fixed column.
- The "Cannot read property 'split' of undefined" error occurs if one negative condition is specified in another condition.
- The grid's layout is broken after...
Released: Jan 24, 2019
18.2.5 での更新項目
不具合の修正
DevExtreme Tree List
- A request is sent to the server if the collapse/expand button is clicked for a filtered TreeList
- The refreshMode option does not stop data reloading when the parent node is collapsed/expanded after deleting a child node
DevExtreme Core
- DevExtreme CLI ThemeBuilder does not use custom variables if the makeSwatch flag is disabled
- ODataStore doesn't parse second fraction properly
DevExtreme Demos
- DataGrid - Virtual Scrollbar won't stop scrolling when the mouse button is...
Released: Dec 20, 2018
18.2.4 での更新項目
不具合の修正
DevExtreme, HTML JS
- DevExtreme Core
- The root DevExpress module is marked as 'deprecated' in dx.all.d.ts
- DevExtreme Data Grid
- Column hiding doesn't work with minWidths
- TextBox lost padding for the ClearButton in the FilterRow
- The  character is displayed before under certain conditions
- "The anyof operation is not found in the filterOperations array" error (E1048) occurs on clicking the filter builder
- A JavaScript error is thrown after resizing when virtual scrolling and fixed...
Released: Nov 8, 2018
18.2 での更新項目
機能
New Push Notification API
- This new release addresses the needs of those who are building apps that display/render real-time data. With this release, you can integrate DevExtreme controls with your SignalR server (or any other notification service).
Real-time UI Updates
- New DataSource options include:
- reshapeOnPush - specifies if sorting, grouping, paging and other shaping operations should be applied on push notification;
- pushAggregationTimeout - specifies the period within which the arrived...
Released: Nov 1, 2018
18.1.7 での更新項目
不具合の修正
DevExtreme, HTML JS
DevExtreme Core
- DataGrid - The header filter shows (Blanks) when its data source contains many items.
- ODataStore - The byKey function does not parse dot notation in the 'expand' option.
- ScrollView - The built-in simulated scrolling mechanism scrolls to many lines if the mouse has non-default scrolling configuration.
- SelectBox - The scrolling feature works incorrectly after Angular routing.
DevExtreme Data Grid
- An error message is shown when DataGrid's onRowValidating...
Released: Sep 5, 2018
18.1.6 での更新項目
不具合の修正
DevExtreme (HTML JS)
- Data Grid
- A nested group is not aligned properly on being expanded and collapsed if the autoExpandAll option is disabled.
- A Tabbed item that resides in the Popup Editing Form is not hidden at runtime in an Angular app.
- Column headers are not aligned with data cells if columns don't occupy the whole widget width and columnAutoWidth is enabled.
- Content is rendered partially when rowRenderingMode is set to virtual and scrolling mode is set to infinite.
- Editor that...
Released: Aug 1, 2018
18.1.5 での更新項目
不具合の修正
HTML JS
Data Grid
- An additional column is shown in the grid when the first column is fixed in a certain layout.
- Band columns are misaligned when a detail template is enabled under certain conditions.
- Duplicated items when using ODataV4 with infinite scrolling mode.
- Missing horizontal line when the grid is grouped and column fixing is enabled.
- Multi-Row Headers (Bands) are rendered incorrectly if all child columns in a specific band are hidden.
- Newly added rows cannot inherit the class...
Released: Jun 20, 2018
18.1.4 での更新項目
不具合の修正
Data Grid
- Bootstrap 4 styles break the Data Grid edit commands.
- A column is not hidden in adaptive mode (columnHidingEnabled) when adjacent columns have width specified in percent.
- A fixed column shrinks beyond minWidth when columnResizingMode is a widget and the grid has no horizontal scrollbar.
- Column Chooser with a large column list has a noticeable search input lag (slow performance).
- Columns passed to the customizeExportData callback do not correspond to the values parameter of each...
Released: May 17, 2018
18.1 での更新項目
機能
- Angular Components
- Server Side Rendering (SSR) - DevExtreme Angular components utilize the Angular Renderer for DOM manipulations (like native Angular components). You can use the components within Angular Universal apps (rendered on both the client and server-side).
- Data Grid & Tree List
- Performance and UX Enhancements - This release includes the following performance enhancements:
- Virtual Column Rendering: In this mode, the grid can render and scroll thousands of columns without...
Released: May 11, 2018
17.2.8 での更新項目
不具合の修正
Data Grid
- A validation message is shown many times if DataGrid works in virtual mode.
- Can't resize a fixed column if resizing is not enabled for the next fixed column.
- Calling editRow after filtering throws the "Cannot read property 'data' of undefined" error.
- Header cells are sometimes misaligned with grid content if horizontal scrolling is enabled on 200 dpi screens.
- It is necessary to keep the column size with the disabled allowResizing field.
- The columnOption method sets an option for...