Skip to content

Releases: DHTMLX/docs-suite

DHTMLX Suite 9.0

12 Dec 11:32
2f5e1cf
Compare
Choose a tag to compare

Released on November 25, 2024

Breaking changes

In this version TreeGrid becomes a part of Grid. Check the Migration guide to keep in step with the latest updates.

New functionality

Common features

  • The new helper method dhx.methods to define the default data calculation functions used by the library and redefine them to create custom functions

DataCollection

Form

Grid

Updates

Grid

Fixes

  • Grid. Rows layout break when the minimum column width is reached with more than one parent (type: tree)
  • Grid. The TypeScript types issue of the constructor object
  • Grid. The unrecognized format error that occurs when working with a Date object in string representation

New samples

DHTMLX Suite 8.4

21 Nov 15:46
33c41ab
Compare
Choose a tag to compare

Released on July 16, 2024

New functionality

Chart

Combobox

Form

Grid/TreeGrid

Toolbar

Updates

Grid/TreeGrid

List

Fixes

  • Grid/TreeGrid. Fix an issue related to updating sizes according to the parent container
  • Navigation. Closing the menu on click in the "click" navigation mode for Toolbar, Menu, Sidebar, Ribbon

New samples

DHTMLX Suite 8.3

23 Oct 15:11
Compare
Choose a tag to compare

Released on October 23, 2023

New functionality

ColorPicker

Form. Container

  • The control's configuration object is extended with a set of properties that allow adding and controlling the label

Grid/TreeGrid

Menu

Ribbon

Sidebar

Toolbar

Updates

Grid/TreeGrid

Fixes

  • Form. Fix the absence of the bottom margin at the Container control
  • Grid/TreeGrid. Fix the work of the bottomSplit property when there was too little data for the proper content height
  • TreeGrid. Fix the work of the adjust property with the "footer" value

DHTMLX Suite 8.2

30 Aug 11:40
Compare
Choose a tag to compare

Released on August 29, 2023

New functionality

DataCollection/TreeCollection

Grid/TreeGrid

Form

Updates

Chart

  • The series configuration property is extended with the label option for setting the text of the legend for a series (for the "line", "spline", "bar", "x-bar", "area", "splineArea", "radar", "scatter" chart types)

DataCollection/TreeCollection

  • Functionality of the filter() method is updated. Its second parameter - the config object gets the permanent property instead of the smartFilter one, and the new id property. Check the Migration article for details

Form

  • Types of Form controls are restructured. The type declaration file (d.ts) is updated

Form. SimpleVault

DHTMLX Suite 8.0

11 Apr 07:55
Compare
Choose a tag to compare

Released on February 24, 2023

New functionality

Common features

Styling

Chart

Colorpicker

Combobox

Form

Form controls

Grid

  • Now the user can clear date values in the cell
  • The ability to configure drag-n-drop of multiple rows (Pro version)
  • The ability to control the process of data filtering (new beforeFilter event)
  • Now the sorting icon will also appear after sorting data via the data.sort() method
  • The ability to configure the datePicker editor of a cell by passing most of properties of DHTMLX Calendar to the columns.editorConfig property
  • The ability to fix bottom rows and right columns using the corresponding bottomSplit and rightSplit properties (Example)

Layout

Message

  • The ability to close a message box (new close() method)
  • The ability to set margin between the node and tooltip (new margin property of the tooltip)

Slider

Timepicker

Toolbar

  • DatePicker control. The ability to let the user enter the date via the input (new editable property)
  • DatePicker control. New properties: valueFormat, disabledDates, mark, mode, thisMonthOnly, timeFormat, timePicker, weekNumbers, weekStart
  • The ability to set focus on an Input (new setFocus() method)

TreeCollection

TreeGrid

Updates

Combobox

  • The addOption() method is updated (new join parameter)

Form

Form. CheckboxGroup control

  • Now it is possible to hide/show not only the whole control but also its separate checkboxes:
  • Now it is possible to enable/disable and check visibility not only of the whole control but also of its separate checkboxes:

Form. Container control

Form. RadioGroup control

  • Now it is possible to hide/show not only the whole control but also its separate radio buttons:
Read more