Releases: DevExpress/DevExtreme
Releases · DevExpress/DevExtreme
17.2 Sprint 6
New Features
- Scheduler
- The new intervalCount option multiplies the default view interval to display several days, weeks, months instead of only one on a view.
- TextBox
- The new showMaskMode option specifies when the mask should be shown: always or only on focus.
- DataGrid
- The new column sortingMethod option specifies a custom comparison function for sorting.
- The native Promise object can be used as well as jQuery.Promise in Scheduler onAppointmentAdding.cancel, DataGrid and TreeList onRowInserting.cancel, collection widgets onItemDeleting.cancel and DeferRendering renderWhen options.
Improvements
- TextBox
- If a mask is applied, the caret will be moved to the first unspecified symbol on focus.
- Templates
- When the item template for collection widgets is specified, it's possible to use the index of the item to be rendered as a parameter in the render function (custom template engines) or as a binding context variable (AngularJS, Angular and Knockout).
Install
npm i [email protected]
17.2 Sprint 5
New Features
- The new Funnel widget with two drawing algorithms - dynamicSlope and dynamicHeight (for more information, see this pull request)
- TreeList
- The new selection.recursive option allows making the selection recursive
- The new loadDescendants method provides the ability to load all data items if data has a plain structure and remoteOperations.filtering is true
- DateBox, Calendar
- The new disabledDates option specifies dates to be disabled by an array of dates or a function
Improvements
- DateBox
- If the type is set to datetime and the 12-hour format is used to represent the time part, the time part in the popup also uses the 12-hour format
Install
npm i [email protected]
16.2.9
16.2.9 (16-AUGUST-2017)
Closed Issues & Suggestions
Known Issues
17.2 Sprint 4
New Features
- DropDownBox
- new fieldTemplate option specifies the template to be used for rendering the widget's text field
Install
npm i [email protected]
17.1.5
17.1.5 (2-AUGUST-2017)
Closed Issues & Suggestions
Known Issues
17.2 Sprint 3
New Features
- TagBox
- new maxDisplayedTags option specifies the limit on displayed tags
- new showMultiTagOnly option specifies whether the multi-tag is shown without ordinary tags
Install
npm i [email protected]
17.2 Sprint 2
New Features
- DataGrid
- new keyExpr option specifies which data field provides keys for data items (applies only if data is a simple array)
- new setCellValue column option specifies a function to be invoked after the user has edited a cell value
- DateTime columns can be filtered by date and time out of the box
- When validating a grid cell value using the Custom validation rule, you can access current row data using the data field of the argument object passed to the validationCallback function
- PivotGrid
- field option sortBy now can accept the "none" value to disable local sorting
- TreeList
- new getNodeByKey method provides the capability to get a node by its key
Install
npm i [email protected]
17.1.4
17.1.4 (29-JUNE-2017)
Closed Issues & Suggestions
Known Issues
16.2.8
16.2.8 (28-JUNE-2017)
Closed Issues & Suggestions
Known Issues
17.1.3
New Major Features
- New TreeList Widget
- DataGrid Enhancements
- Scheduler Performance Enhancements
- New DropDownBox Widget
- Grouped Items in SelectBox and TagBox
Install
npm i [email protected]