dhx-suite 7.2.2 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/codebase/suite.min.css +1 -1
  2. package/codebase/suite.min.js +3 -3
  3. package/codebase/types/ts-chart/sources/Chart.d.ts +2 -2
  4. package/codebase/types/ts-chart/sources/helpers/common.d.ts +21 -1
  5. package/codebase/types/ts-chart/sources/series/TreeMap.d.ts +30 -0
  6. package/codebase/types/ts-chart/sources/series/index.d.ts +2 -0
  7. package/codebase/types/ts-chart/sources/types.d.ts +36 -3
  8. package/codebase/types/ts-combobox/sources/Combobox.d.ts +1 -0
  9. package/codebase/types/ts-combobox/sources/helper.d.ts +2 -1
  10. package/codebase/types/ts-combobox/sources/locales/en.d.ts +1 -0
  11. package/codebase/types/ts-combobox/sources/types.d.ts +3 -9
  12. package/codebase/types/ts-common/FocusManager.d.ts +2 -0
  13. package/codebase/types/ts-common/html.d.ts +1 -0
  14. package/codebase/types/ts-data/sources/datacollection.d.ts +3 -3
  15. package/codebase/types/ts-data/sources/types.d.ts +3 -1
  16. package/codebase/types/ts-form/sources/types.d.ts +1 -0
  17. package/codebase/types/ts-grid/sources/Grid.d.ts +1 -1
  18. package/codebase/types/ts-grid/sources/Selection.d.ts +2 -1
  19. package/codebase/types/ts-grid/sources/helpers/data.d.ts +1 -1
  20. package/codebase/types/ts-grid/sources/types.d.ts +17 -3
  21. package/codebase/types/ts-layout/sources/Cell.d.ts +3 -0
  22. package/codebase/types/ts-layout/sources/types.d.ts +2 -0
  23. package/codebase/types/ts-list/sources/List.d.ts +1 -0
  24. package/codebase/types/ts-list/sources/types.d.ts +1 -0
  25. package/codebase/types/ts-message/sources/types.d.ts +1 -0
  26. package/codebase/types/ts-navbar/sources/types.d.ts +1 -0
  27. package/codebase/types/ts-ribbon/sources/Ribbon.d.ts +1 -1
  28. package/codebase/types/ts-tabbar/sources/types.d.ts +2 -0
  29. package/package.json +1 -1
  30. package/readme.txt +1 -1
  31. package/whatsnew.txt +263 -120
package/whatsnew.txt CHANGED
@@ -1,15 +1,133 @@
1
- Version 7.2.2 (September 13, 2021)
2
- ----------------------------
1
+ # Version 7.3 (January 19, 2022)
3
2
 
4
- ###Fixes
3
+ ### New functionality
4
+
5
+ #### Chart
6
+
7
+ - New Treemap chart
8
+ - The ability to arrange legend items vertically or horizontally via the direction property of the legend
9
+
10
+ #### Combobox
11
+
12
+ - The ability to disable rendering of HTML content in Combobox options via the htmlEnable property
13
+ - The ability to allow users to add new items into the list of options from UI via the newOptions property
14
+ - New addOption() method
15
+ - New "createItem" locale option added
16
+
17
+ #### Form. Combo control
18
+
19
+ - The ability to allow users to add new values into the list of combobox options from UI via the newOptions property
20
+ - The ability to add a new item into the Combo control via the addOption() method of Combobox: form.getItem("combo").getWidget().addOption("new_value");
21
+
22
+ #### Grid
23
+
24
+ - The ability to add custom logic to the header/footer filters of the column via the customFilter attribute
25
+ - The ability to allow users to add new values into the list of options from UI via the newOptions attribute of the editorConfig property of a column
26
+
27
+ #### List
28
+
29
+ - The ability to disable rendering of HTML content in List options via the htmlEnable property
30
+
31
+ #### Message
32
+
33
+ - The ability to disable displaying HTML content in the Alert box, Confirm box, and Tooltip via the htmlEnable property
34
+
35
+ #### Tabbar
36
+
37
+ - New beforeChange event
38
+
39
+ #### TreeGrid
40
+
41
+ - The ability to add custom logic to the header/footer filters of the column via the customFilter attribute
42
+ - The ability to allow users to add new items into the list of options from UI via the newOptions attribute of the editorConfig property of a column
43
+
44
+ ### Fixes
45
+
46
+ - Chart. Fix the incorrect display of Radar chart if the values in the data set are the same
47
+ - Chart. Fix the issue with displaying an empty tooltip in Line chart
48
+ - Chart. Fix the issue with the type of the value property in a data set
49
+ - Custom Scroll. Fix the incorrect position of scroll after scrolling the grid attached to the tabbar and changing the tabs
50
+ - Form. Fix the issue with enabling the disabled RadioGroup control
51
+ - Form. Fix the issue with the Textarea control. Now the required property doesn't take value: null as a valid
52
+ - Form. Input control. Fix the issue with display of excess whitespace in the output value of the Input event
53
+ - Grid, Pagination. Fix the incorrect work of Pagination if the first column of the grid is hidden
54
+ - Grid. Fix the incorrect display of actual values specified in the "select", "combobox", or "multiselect" editor when opening the editor
55
+ - Grid. Fix the incorrect loading of string values from XML file
56
+ - Grid. Fix the incorrect work of selectFilter with boolean values
57
+ - Grid. Fix the issue that caused the adjust property to ignore the template specified for a column
58
+ - Grid. Fix the issue which caused key navigation to stop working in Grid attached into Tabbar which is attached into Window
59
+ - Grid. Fix the issue which caused autoWidth not to work if the width wasn't specified for only one of the grid columns
60
+ - Grid. Fix the issue with number formatting which caused minus numbers from -1 to 0 to be displayed like positive numbers
61
+ - Grid. Fix the issue with drag-and-drop of the first row
62
+ - Grid. Fix the issue with the canRowDrop event
63
+ - Layout. Fix the issue which caused the cells without the height/width specified initially cannot be reverted to the original state after they've been resized and collapsed several times
64
+ - Layout. Fix the issue with collapsing and resizing a cell after it has been resized
65
+ - LazyDataProxy in Grid. Fix the issue with the loadError event
66
+ - Menu. ContextMenu. Fix the issue with the self-generated "–context-menu" postfix for the name of the custom CSS class
67
+ - Menu. Fix the issue which caused the menu to close after hovering over the first item which is disabled
68
+ - Ribbon. Fix the issue with calculation of the widget's height when some items are hidden
69
+ - Toolbar. Datepicker control. Fix the issue which caused the same date to be shown in different Datepickers (two or more)
70
+ - Toolbar. SelectButton control. Fix the issue that caused an icon of the selected value not being displayed initially or after applying the setState() method
71
+ - TreeGrid. Fix the incorrect work of filtering when multiselection is enabled for comboFilter and multiple options are selected
72
+ - TreeGrid. Fix the issue with exporting a grouped treegrid to CSV
73
+ - TreeGrid. Fix the issue with render of data items when they are parsed in reverse order
74
+
75
+ # Version 7.2.5 (October 28, 2021)
76
+
77
+ ### Fixes
78
+
79
+ - Form. Timepicker control. Fix the issue with setting the time in the timepicker using the keyboard
80
+ - Grid. TreeGrid. Now the value of the option will be displayed both in the editor and a cell if the options of the "combobox" and "select" editors are set as an array of objects with the id-value combinations
81
+ - Grid. TreeGrid. Now the width of the column is calculated depending on the following properties: minWidth/ maxWidth, adjust, and autoWidth
82
+ - Grid. TreeGrid. Now there is the ability to set the options of the "select" editor of a cell as an array of objects with the id-value combinations
83
+ - Grid. Fix the issue which caused the method of dragging a column to be called after clicking the in-header filter of a column (in Firefox only)
84
+ - Grid. Fix the issue with key navigation when working with several grids
85
+ - Grid. Fix the issue with the autoWidth property which caused the minimal width of the column not being taken into account when calculating the column's width
86
+ - Grid. TreeGrid. Fix the issue which caused data of the treegrid to be changed after filtering and dragging a column/row
87
+
88
+
89
+ # Version 7.2.4 (October 13, 2021)
90
+
91
+ ### Fixes
92
+
93
+ - DataCollection. Now the save() method of DataCollection sends PUT request to the backend after adding new data to the component, and POST one after editing the data
94
+ - Form. Combo control. Fix the issue which caused errors to appear in the console after calling the setProperties() method of the control
95
+ - Form. Fix the issue which caused the send() method to accept only one success HTTP status code which is 200. Now the method can accept other 2xx codes.
96
+ - Form. TimePicker control. Fix the issue which caused the value of the control not being updated after the value is selected in the timepicker when working in Firefox
97
+ - Grid. Fix issues with touch events for the in-header filters of the Grid columns
98
+ - Grid. Fix the incorrect work of key navigation in the components when they are attached into the grid which is attached into a layout cell
99
+ - Grid. Fix the issue which caused key navigation to be broken after the setColumns() method is called in the grid with empty columns
100
+ - Grid. Fix the issue which caused the width of the columns not being updated when using the setColumns() method
101
+ - Grid. Fix the issue with filtering the grid via the combo filter when the autoEmptyRow configuration property of Grid is set to true
102
+ - TreeGrid. Fix the incorrect display of an icon of a treegrid row after adding a child row and then deleting it. Now the $items property of the TreeGridCollection object is updated after deleting all child items
103
+
104
+
105
+ # Version 7.2.3 (September 27, 2021)
106
+
107
+ ### Fixes
108
+
109
+ - Chart. Fix the issue which caused the labels to overlap each other in Donut, Pie, Pie3D charts when `subType:"basic"` option is set
110
+ - Chart. Fix the issue which caused the long content of the legend to go beyond the chart container
111
+ - Combobox. Fix the incorrect work of the combobox which caused the selected values to be cleared after deleting options in the input when the `multiselection` property is enabled
112
+ - Grid, TreeGrid. Fix the issue with editing empty cells
113
+ - Grid. Fix the incorrect calculation of the line height for the multiline content of cells if the `htmlEnable` property of the column is enabled
114
+ - Grid. Fix the incorrect work of key navigation after editing cells with the "combobox" and "multiselect" editor types
115
+ - Grid. Fix the issue which caused key navigation to stop working after initializing the second grid. Now it is possible to set focus to the grid using `grid.selection.setCell()`
116
+ - Grid. Now the content of the grid is filtered strictly by the values selected in the combo filter
117
+ - Toolbar. Fix the issue with render of data when recreating the toolbar after removing it via the `destructor()` method
118
+
119
+
120
+ # Version 7.2.2 (September 13, 2021)
121
+
122
+ ### Fixes
5
123
 
6
124
  - Grid. Fix the issue with the render of the grid, which is placed into the tabbar, after applying the setColumns() method of Grid and switching between the tabs of the tabbar
7
125
  - Layout. Fix the script error thrown when trying to resize a cell when the next cell is hidden
8
126
  - List. Fix the issue which caused new items not to be added into an empty data collection after applying the filter() method to the data collection
9
127
  - TreeGrid. Fix the issue with selection of the child rows and its cells
10
128
 
11
- Version 7.2.1 (August 26, 2021)
12
- ----------------------------
129
+
130
+ # Version 7.2.1 (August 26, 2021)
13
131
 
14
132
  ### Fixes
15
133
 
@@ -25,21 +143,24 @@ Version 7.2.1 (August 26, 2021)
25
143
  - List. Fix the issue which caused the list not to be scrolled to the item selected via the `setFocus()` method
26
144
  - TreeGrid. Now it is possible to filter the content of the treegrid by multiple header filters
27
145
 
28
- Version 7.2.0 (August 4, 2021)
29
- ----------------------------
146
+
147
+ # Version 7.2 (August 4, 2021)
30
148
 
31
149
  ### New functionality
32
150
 
33
151
  #### Combobox
152
+
34
153
  - New blur() method is added
35
154
  - New events are added: blur, focus, keydown, beforeOpen, afterOpen
36
155
 
37
156
  #### Form
157
+
38
158
  - New Container control to attach HTML code or the DHTMLX widgets is added (Pro version)
39
159
  - New "blur()" method is added
40
160
  - New events are added: "blur", "focus", "keydown"
41
161
 
42
162
  #### Form controls
163
+
43
164
  - New "blur()" method of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
44
165
  - New "focus()" method of Form controls: Button, Slider
45
166
  - New "blur" event of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
@@ -47,6 +168,7 @@ Version 7.2.0 (August 4, 2021)
47
168
  - New "keydown" event of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
48
169
 
49
170
  #### Grid
171
+
50
172
  - New multiselect editor is added
51
173
  - The ability to choose several options in comboFilter at once via setting multiselection:true property of comboFilter
52
174
  - The ability to show different values in the grid cell and in the combo editor by setting "id-value" combinations for each option of the combo editor
@@ -54,19 +176,23 @@ Version 7.2.0 (August 4, 2021)
54
176
  - The ability to enable/disable sorting by clicking the header via the "headerSort" attribute of the header configuration property of a Grid column
55
177
 
56
178
  #### Slider
179
+
57
180
  - New methods are added: blur() , focus()
58
181
  - New events are added: blur, focus, keydown
59
182
 
60
183
  #### Toolbar
184
+
61
185
  - New Datepicker control is added
62
186
  - The inputChange event is added
63
187
 
64
188
  #### Tree
189
+
65
190
  - The ability to specify a template for Tree items
66
191
  - The ability to add event handlers to the HTML elements of a custom template
67
192
  - The ability to set the height of an item
68
193
 
69
194
  #### Treegrid
195
+
70
196
  - New multiselect editor is added
71
197
  - The ability to choose several options in comboFilter at once via setting multiselection:true property of comboFilter
72
198
  - The ability to show different values in the grid cell and in the combobox editor by setting "id-value" combinations for each option of the combobox editor
@@ -74,21 +200,24 @@ Version 7.2.0 (August 4, 2021)
74
200
  - The ability to enable/disable sorting by clicking the header via the "headerSort" attribute of the header configuration property of a TreeGrid column
75
201
 
76
202
  #### Helpers
203
+
77
204
  - Custom scroll to replace the standard browser scrollbar is added (Pro version)
78
205
 
79
206
  ### Updates
207
+
80
208
  - DataCollection. The save() method of DataCollection is updated. Now the method sends either POST, or PUT, or DELETE requests to the backend.
81
209
  - Grid, TreeGrid. The "row" and "both" values of the dragItem configuration property are added.
82
210
  - Tree. Now it is possible to edit multiline content of a Tree item after setting "editable:true" configuration option of Tree
83
211
 
84
212
  ### Fixes
213
+
85
214
  - Grid. Fix the issue with the update of options in the combo filter after adding a new item into the data collection
86
215
  - Grid. Fix the issue with loading data into Grid using lazyDataProxy
87
216
  - Grid. Fix the issue with entering text in the combobox editor of a Grid cell
88
217
  - Menu. Fix the issue which caused the context menu not to close after clicking outside the menu when the `navigationType: "click"` property is specified
89
218
 
90
- Version 7.1.10 (July 20, 2021)
91
- ----------------------------
219
+
220
+ # Version 7.1.10 (July 20, 2021)
92
221
 
93
222
  ### Fixes
94
223
 
@@ -116,8 +245,8 @@ Version 7.1.10 (July 20, 2021)
116
245
  - TreeGrid. Fix the incorrect display of data when entering the value, which doesn't exist in the data set, into the header cell with the input filter
117
246
  - TreeGrid. Fix the issues with the top and bottom borders of the footer cells of the frozen columns
118
247
 
119
- Version 7.1.9 (June 24, 2021)
120
- ----------------------------
248
+
249
+ # Version 7.1.9 (June 24, 2021)
121
250
 
122
251
  ### Fixes
123
252
 
@@ -145,12 +274,12 @@ Version 7.1.9 (June 24, 2021)
145
274
  - TreeGrid. Fix the issue with dragging the rows in the grouped treegrid
146
275
  - TreeGrid. Fix the incorrect work of selection after a tree node is collapsed
147
276
 
148
- Version 7.1.8 (June 10, 2021)
149
- ----------------------------
277
+
278
+ # Version 7.1.8 (June 10, 2021)
150
279
 
151
280
  ### Fixes
152
281
 
153
- - Calendar. Fix the issue that caused the previously selected date to remain highlighted with the grey circle after selecting some other date
282
+ - Calendar. Fix the issue that caused the previously selected date to remain highlighted with the gray circle after selecting some other date
154
283
  - Calendar. Fix the script error that appeared when two calendars are linked and the "destructor()" method is called
155
284
  - Chart. Fix the issue with the "log" configuration option of the chart scales
156
285
  - Data Collection. Fix the issue with the "update()" method
@@ -164,8 +293,8 @@ Version 7.1.8 (June 10, 2021)
164
293
  - Sidebar. Fix the issue with the display of nested items of the Sidebar controls
165
294
  - Tree. Fix the issue with opening of the selected folder using key navigation when using the "autoload" configuration property of Tree
166
295
 
167
- Version 7.1.7 (May 17, 2021)
168
- ----------------------------
296
+
297
+ # Version 7.1.7 (May 17, 2021)
169
298
 
170
299
  ### Fixes
171
300
 
@@ -177,8 +306,8 @@ Version 7.1.7 (May 17, 2021)
177
306
  - Data Collection. Fix the error fired after an item with the already existing id is added to the component via the "add()" method of the data collection
178
307
  - Tree Collection. Fix the issue with the "filter()" method
179
308
 
180
- Version 7.1.6 (May 5, 2021)
181
- ----------------------------
309
+
310
+ # Version 7.1.6 (May 5, 2021)
182
311
 
183
312
  ### Fixes
184
313
 
@@ -190,8 +319,8 @@ Version 7.1.6 (May 5, 2021)
190
319
  - TreeGrid. Fix the issue with drag-n-drop of rows
191
320
  - Tree Collection. Fix the issue with the "copy" and "move" methods
192
321
 
193
- Version 7.1.5 (April 22, 2021)
194
- ----------------------------
322
+
323
+ # Version 7.1.5 (April 22, 2021)
195
324
 
196
325
  ### Fixes
197
326
 
@@ -199,8 +328,8 @@ Version 7.1.5 (April 22, 2021)
199
328
  - Combobox. Fix the behavior of the css configuration option
200
329
  - Tabbar. The recalculation function of the width of the tabs is optimized
201
330
 
202
- Version 7.1.4 (April 16, 2021)
203
- ----------------------------
331
+
332
+ # Version 7.1.4 (April 16, 2021)
204
333
 
205
334
  ### Fixes
206
335
 
@@ -214,8 +343,8 @@ Version 7.1.4 (April 16, 2021)
214
343
  - LazyDataProxy in Grid. Fix the error occurred when returning false from the 'beforeLazyLoad" event handler
215
344
  - Window. Fix the issue with display of tooltips of Grid cells behind the window when Grid is attached to Window
216
345
 
217
- Version 7.1.3 (April 12, 2021)
218
- ----------------------------
346
+
347
+ # Version 7.1.3 (April 12, 2021)
219
348
 
220
349
  ### Fixes
221
350
 
@@ -243,8 +372,8 @@ Version 7.1.3 (April 12, 2021)
243
372
  - TreeGrid. Fix the issue with incorrect serialization of data
244
373
  - Tree Collection. Fix the issue with the "mapRange()" method
245
374
 
246
- Version 7.1.2 (March 9, 2021)
247
- ----------------------------
375
+
376
+ # Version 7.1.2 (March 9, 2021)
248
377
 
249
378
  ### Fixes
250
379
 
@@ -270,8 +399,8 @@ Version 7.1.2 (March 9, 2021)
270
399
  - TimePicker. The default height is reduced from 322px to 275px
271
400
  - Tree. Fix the issue that caused the expand/collapse events not to trigger on expanding/collapsing the Tree item first time when autoload is used
272
401
 
273
- Version 7.1.1 (February 23, 2021)
274
- ----------------------------
402
+
403
+ # Version 7.1.1 (February 23, 2021)
275
404
 
276
405
  ### Fixes
277
406
 
@@ -283,8 +412,8 @@ Version 7.1.1 (February 23, 2021)
283
412
  - Form. Fix the issue with the "required" configuration option of the Select control
284
413
  - Window. Fix the incorrect display of the menu items when placing the menu inside the window
285
414
 
286
- Version 7.1.0 (February 18, 2021)
287
- ----------------------------
415
+
416
+ # Version 7.1 (February 18, 2021)
288
417
 
289
418
  ### New functionality
290
419
 
@@ -345,10 +474,10 @@ Version 7.1.0 (February 18, 2021)
345
474
  - Window. Fix the issue with the sequence of closing modal windows when using key navigation
346
475
  - Fix the issue that invoked the `domvm.js` warning in the console
347
476
 
348
- Version 7.0.3 (January 19, 2021)
349
- ----------------------------
350
477
 
351
- #### Fixes
478
+ # Version 7.0.3 (January 19, 2021)
479
+
480
+ ### Fixes
352
481
 
353
482
  - Donut chart. Fix the issue with colors
354
483
  - Grid. Fix the issue that caused the frozen columns to become movable when hiding columns
@@ -360,18 +489,18 @@ Version 7.0.3 (January 19, 2021)
360
489
  - Window. Fix the issue that caused the text in the title of the window to overflow
361
490
  - Fix the issue with TypeScript definition files
362
491
 
363
- Version 7.0.2 (December 28, 2020)
364
- ----------------------------
365
492
 
366
- #### Fixes
493
+ # Version 7.0.2 (December 28, 2020)
494
+
495
+ ### Fixes
367
496
 
368
497
  - Fix the issue with loading data into the component via the parse() method of Tree Collection, or via the data configuration property of the component
369
498
  - Fix the types of events in Grid
370
499
 
371
- Version 7.0.1 (December 21, 2020)
372
- ----------------------------
373
500
 
374
- #### Fixes
501
+ # Version 7.0.1 (December 21, 2020)
502
+
503
+ ### Fixes
375
504
 
376
505
  - Fix the issue which appeared when scrolling Grid after opening a combo editor
377
506
  - Fix the issue with the initial width of Grid columns when using "minWidth"
@@ -386,8 +515,8 @@ Version 7.0.1 (December 21, 2020)
386
515
  - Fix the issue which caused the item in the filtered state after deleting from the data collection to be still found via the afterRemove event
387
516
  - Fix the issue which caused the multiple combo options selected not to be numerated when sending values of Form to the server as Form Data
388
517
 
389
- Version 7.0.0 (December 7, 2020)
390
- ----------------------------
518
+
519
+ # Version 7.0 (December 7, 2020)
391
520
 
392
521
  ### Breaking changes
393
522
 
@@ -531,7 +660,7 @@ The update brings various changes in the API methods. Check the Migration articl
531
660
  - Checkbox control of Form. The getValue() method is updated
532
661
  - Input control of Form. The ability to define the type for the input field via the "inputType" attribute
533
662
  - TimePicker control of Form. The "value" attribute is updated- the ability to specify the value as a Date, a number, an array, an object is added.
534
- - SimpleValult control of Form. The beforeUploadFile, uploadBegin, uploadComplete, uploadFail, uploadFile, uploadProgress events are improved
663
+ - SimpleVault control of Form. The beforeUploadFile, uploadBegin, uploadComplete, uploadFail, uploadFile, uploadProgress events are improved
535
664
  - TimePicker control of Form. The getValue()/ setValue() methods are updated
536
665
  - Form. The getValue() method is updated
537
666
  - Grid/TreeGrid. The "splitAt" configuration property is replaced by the "leftSplit" one
@@ -576,18 +705,18 @@ The update brings various changes in the API methods. Check the Migration articl
576
705
  - The issue with incorrect saving of Grid data when using the data.update() method called from the AfterEditEnd event, and applying the data.save() method
577
706
  - The incorrect work of the data.save() method which caused only the first change of the Grid row to save
578
707
 
579
- Version 6.5.8 (October 15, 2020)
580
- ----------------------------
581
708
 
582
- #### Fixes
709
+ # Version 6.5.8 (October 15, 2020)
710
+
711
+ ### Fixes
583
712
 
584
713
  - Fix the incorrect behavior of the sorting icon in the header of a Grid column when setting the sortable property to false
585
714
  - Fix the issue which caused key navigation in Tree not to work in IE
586
715
 
587
- Version 6.5.7 (October 15, 2020)
588
- ----------------------------
589
716
 
590
- #### Fixes
717
+ # Version 6.5.7 (October 15, 2020)
718
+
719
+ ### Fixes
591
720
 
592
721
  - Fix the incorrect work of the AfterEditEnd, AfterEditStart, BeforeEditEnd, BeforeEditStart events for cells with the checkbox editor type in Grid
593
722
  - Fix the issue with rendering a tooltip on hovering over the slider thumb when the slider is attached to a Layout and a Window at the same time
@@ -595,10 +724,10 @@ Version 6.5.7 (October 15, 2020)
595
724
  - Fix the issue with filtering data in Grid columns that caused filtering to stop working after reordering columns by drag and drop
596
725
  - Fix the issue with drag and drop of Grid columns with selectFilter filled
597
726
 
598
- Version 6.5.6 (October 5, 2020)
599
- ----------------------------
600
727
 
601
- #### Fixes
728
+ # Version 6.5.6 (October 5, 2020)
729
+
730
+ ### Fixes
602
731
 
603
732
  - Fix the incorrect work of the input filter of a Grid column when placing a grid into a shadowDOM while working in Firefox
604
733
  - Fix the issue with key navigation in a grid placed to a layout cell, which caused key navigation to stop working after collapsing/expanding the layout cell
@@ -608,18 +737,18 @@ Version 6.5.6 (October 5, 2020)
608
737
  - Fix the issue with the width of expanded items in Tree
609
738
  - Fix the incorrect work of selection in Grid cells when using key navigation on a page with several grids
610
739
 
611
- Version 6.5.5 (September 17, 2020)
612
- ----------------------------
613
740
 
614
- #### Fixes
741
+ # Version 6.5.5 (September 17, 2020)
742
+
743
+ ### Fixes
615
744
 
616
745
  - Fix the behavior of the align property of a Grid column when the spans configuration option is used
617
746
  - Fix the issue with rendering of Grid/TreeGrid
618
747
 
619
- Version 6.5.4 (September 15, 2020)
620
- ----------------------------
621
748
 
622
- #### Fixes
749
+ # Version 6.5.4 (September 15, 2020)
750
+
751
+ ### Fixes
623
752
 
624
753
  - Fix the issue with the value of a cell when calling the afterEditEnd event of Grid
625
754
  - Fix the issue with positioning of selection over frozen columns in Grid and TreeGrid
@@ -631,10 +760,10 @@ Version 6.5.4 (September 15, 2020)
631
760
  - Fix the issue with visualization of the mark property of a Grid column after data reloading
632
761
  - Fix the issue which caused a footer of a Grid not to be included to the exported file
633
762
 
634
- Version 6.5.3 (September 2, 2020)
635
- ----------------------------
636
763
 
637
- #### Fixes
764
+ # Version 6.5.3 (September 2, 2020)
765
+
766
+ ### Fixes
638
767
 
639
768
  - Fix the behavior of the keyNavigation property of Grid when the Grid is attached to a collapsed Layout cell
640
769
  - Fix the issue with positioning of a popup relative to a Window
@@ -645,10 +774,10 @@ Version 6.5.3 (September 2, 2020)
645
774
  - Checking the incorrect data of the setCell method of Grid is added
646
775
  - Fix issues with minimal and maximal values of scales in Chart
647
776
 
648
- Version 6.5.2 (July 14, 2020)
649
- ----------------------------
650
777
 
651
- #### Fixes
778
+ # Version 6.5.2 (July 14, 2020)
779
+
780
+ ### Fixes
652
781
 
653
782
  - Fixed types in d.ts
654
783
  - Issue with the editCell method in Grid
@@ -658,15 +787,15 @@ Version 6.5.2 (July 14, 2020)
658
787
  - Improved editing mode when drag and drop is enabled in Tree
659
788
  - Issue with rendering nested levels of TreeGrid items
660
789
 
661
- Version 6.5.1 (June 16, 2020)
662
- ----------------------------
663
790
 
664
- #### Fixes
791
+ # Version 6.5.1 (June 16, 2020)
792
+
793
+ ### Fixes
665
794
 
666
795
  - Issue with npm codebase build
667
796
 
668
- Version 6.5.0 (June 16, 2020)
669
- ----------------------------
797
+
798
+ # Version 6.5 (June 16, 2020)
670
799
 
671
800
  ### New functionality
672
801
 
@@ -719,10 +848,10 @@ Version 6.5.0 (June 16, 2020)
719
848
  - Suite with React demo is updated
720
849
  - Ability to work with number type of id in Combobox, DataView, List widgets and in Select control of Form
721
850
 
722
- Version 6.4.4 (May 19, 2020)
723
- ----------------------------
724
851
 
725
- #### Fixes
852
+ # Version 6.4.4 (May 19, 2020)
853
+
854
+ ### Fixes
726
855
 
727
856
  - Fix the behavior of Layout inside a resizable window
728
857
  - Fix the behavior of charts placed into a cell of Tabbar in IE
@@ -738,10 +867,10 @@ Version 6.4.4 (May 19, 2020)
738
867
  - Fix rendering of custom HTML content in Window
739
868
  - Fix priority of the modal Window while calling more than one Window
740
869
 
741
- Version 6.4.3 (April 29, 2020)
742
- ----------------------------
743
870
 
744
- #### Fixes
871
+ # Version 6.4.3 (April 29, 2020)
872
+
873
+ ### Fixes
745
874
 
746
875
  - Fix clearing values while using the `clear()` method for the DatePicker control of Form
747
876
  - Fix issues with the `CellClick, CellMouseOver, CellMouseDown, CellDblClick, CellRightClick` events of Grid when its columns are hidden
@@ -760,10 +889,10 @@ Version 6.4.3 (April 29, 2020)
760
889
  - Fix the issue with the configuration of the `showText` property in Chart
761
890
  - Fix calculation of width and height in Chart (Pie, 3DPie, Donut, Radar)
762
891
 
763
- Version 6.4.2 (March 3, 2020)
764
- ----------------------------
765
892
 
766
- #### Fixes
893
+ # Version 6.4.2 (March 3, 2020)
894
+
895
+ ### Fixes
767
896
 
768
897
  - The issue with virtualization behavior in Grid when interacting with Tabbar
769
898
  - The issue with clicking on a frozen column in Grid
@@ -773,18 +902,18 @@ Version 6.4.2 (March 3, 2020)
773
902
  - The ability to check validation of values is added in Colorpicker
774
903
  - Styles for all inputs with invalid values are fixed for Firefox browser
775
904
 
776
- Version 6.4.1 (January 30, 2020)
777
- ----------------------------
778
905
 
779
- #### Fixes
906
+ # Version 6.4.1 (January 30, 2020)
907
+
908
+ ### Fixes
780
909
 
781
910
  - Behavior of lazy load in Grid
782
911
  - The issue with the template configuration option in a column of Grid
783
912
  - The issue with the headerIcon property of a layout cell
784
913
  - The issue with the height of layout cells when the layout has a header
785
914
 
786
- Version 6.4.0 (January 28, 2020)
787
- ----------------------------
915
+
916
+ # Version 6.4 (January 28, 2020)
788
917
 
789
918
  ### New functionality
790
919
 
@@ -921,7 +1050,7 @@ Version 6.4.0 (January 28, 2020)
921
1050
  - Now the multiselection property allows setting the mode of multiselection in List
922
1051
  - The getValue method of DatePicker Form control
923
1052
 
924
- #### Fixes
1053
+ ### Fixes
925
1054
 
926
1055
  - The issue with ability to use all types of chart scales in any combinations
927
1056
  - The issue with the setActive() method in Tabbar
@@ -931,8 +1060,8 @@ Version 6.4.0 (January 28, 2020)
931
1060
  - The issue with styles when Combobox is disabled
932
1061
  - Issues with the filter() method in Tree Collection
933
1062
 
934
- Version 6.3.1 (December 18, 2019)
935
- ----------------------------
1063
+
1064
+ # Version 6.3.1 (December 18, 2019)
936
1065
 
937
1066
  ### Fixes
938
1067
 
@@ -942,8 +1071,8 @@ Version 6.3.1 (December 18, 2019)
942
1071
  - Add the ability to set the name attribute in the setValue method of Form control as key
943
1072
  - Issue with the combo control of For
944
1073
 
945
- Version 6.3.0 (December 12, 2019)
946
- ----------------------------
1074
+
1075
+ # Version 6.3 (December 12, 2019)
947
1076
 
948
1077
  ### New functionality
949
1078
 
@@ -1001,8 +1130,8 @@ Version 6.3.0 (December 12, 2019)
1001
1130
  - Issue with the validation property of Form controls
1002
1131
  - Behavior of a TimePicker control of Form
1003
1132
 
1004
- Version 6.2.3 (November 19, 2019)
1005
- ----------------------------
1133
+
1134
+ # Version 6.2.3 (November 19, 2019)
1006
1135
 
1007
1136
  ### Fixes
1008
1137
 
@@ -1012,37 +1141,40 @@ Version 6.2.3 (November 19, 2019)
1012
1141
  - Issue with the "movable" property in Window
1013
1142
  - Issue with Window fixation
1014
1143
 
1015
- Version 6.2.2 (November 5, 2019)
1016
- ----------------------------
1144
+
1145
+ # Version 6.2.2 (November 5, 2019)
1017
1146
 
1018
1147
  ### Fixes
1019
1148
 
1020
1149
  - Issues with selection in Grid
1021
1150
  - Issue with the height of a cell in Layout
1022
1151
 
1023
- Version 6.2.1 (October 25, 2019)
1024
- ----------------------------
1152
+
1153
+ # Version 6.2.1 (October 25, 2019)
1025
1154
 
1026
1155
  ### Fixes
1027
1156
 
1028
1157
  - Issue with the setValue() method in Calendar
1029
1158
  - Issue with the combo filters in Grid
1030
1159
 
1031
- Version 6.2.0 (October 23, 2019)
1032
- ----------------------------
1160
+
1161
+ # Version 6.2 (October 23, 2019)
1033
1162
 
1034
1163
  ### New functionality
1035
1164
 
1036
- ####Calendar
1165
+ #### Calendar
1166
+
1037
1167
  - The ability to select a range of dates in one calendar
1038
1168
 
1039
1169
  #### Form
1170
+
1040
1171
  - The ability to manipulate Form controls via the getItem() method of Form
1041
1172
  - The ability to use clear(), clearValidate(), getValue(), setValue(), validate() methods for all Form controls
1042
1173
  - The possibility to update the configuration of DatePicker, Checkbox, ColorPicker, Combo, Input, RadioGroup, Select, SimpleVault, Slider, Text, Textarea, TimePicker Form controls via the setConfig() method
1043
1174
  - The ability to use methods of DHTMLX widgets via the getWidget() method of Datepicker, Colorpicker, Simplevault, Slider, Timepicker Form controls
1044
1175
 
1045
1176
  #### Grid/TreeGrid
1177
+
1046
1178
  - The possibility to show and hide a column in the Grid via the showColumn() and hideColumn() methods
1047
1179
  - A new comboFilter for the header/footer content of a Grid column
1048
1180
  - New checkbox and combobox editors for the cells of a Grid column
@@ -1052,6 +1184,7 @@ Version 6.2.0 (October 23, 2019)
1052
1184
  - Export to CSV format
1053
1185
 
1054
1186
  #### Layout
1187
+
1055
1188
  - New events
1056
1189
 
1057
1190
  ### Updates
@@ -1079,8 +1212,8 @@ Version 6.2.0 (October 23, 2019)
1079
1212
  - Issue with Timepicker Form control
1080
1213
  - Issue with Colorpicker Form control
1081
1214
 
1082
- Version 6.1.7 (October 10, 2019)
1083
- ----------------------------
1215
+
1216
+ # Version 6.1.7 (October 10, 2019)
1084
1217
 
1085
1218
  ### Fixes
1086
1219
 
@@ -1088,8 +1221,8 @@ Version 6.1.7 (October 10, 2019)
1088
1221
  - Issue with value property in Form
1089
1222
  - Issue with editor on a frozen columns in Grid
1090
1223
 
1091
- Version 6.1.6 (September 26, 2019)
1092
- ----------------------------
1224
+
1225
+ # Version 6.1.6 (September 26, 2019)
1093
1226
 
1094
1227
  ### Fixes
1095
1228
 
@@ -1098,8 +1231,8 @@ Version 6.1.6 (September 26, 2019)
1098
1231
  - Issue with the header rowspans in Grid
1099
1232
  - Issues with the copy() and move() methods in Treecollection and Datacollection
1100
1233
 
1101
- Version 6.1.5 (September 12, 2019)
1102
- ----------------------------
1234
+
1235
+ # Version 6.1.5 (September 12, 2019)
1103
1236
 
1104
1237
  ### Fixes
1105
1238
 
@@ -1108,8 +1241,8 @@ Version 6.1.5 (September 12, 2019)
1108
1241
  - Issue with Combobox popup
1109
1242
  - Issue with the height of uploader in Form
1110
1243
 
1111
- Version 6.1.4 (September 5, 2019)
1112
- ----------------------------
1244
+
1245
+ # Version 6.1.4 (September 5, 2019)
1113
1246
 
1114
1247
  ### Fixes
1115
1248
 
@@ -1121,8 +1254,8 @@ Version 6.1.4 (September 5, 2019)
1121
1254
  - Issues with Calendar styles
1122
1255
  - Fixes in samples
1123
1256
 
1124
- Version 6.1.3 (August 29, 2019)
1125
- ----------------------------
1257
+
1258
+ # Version 6.1.3 (August 29, 2019)
1126
1259
 
1127
1260
  ### Fixes
1128
1261
 
@@ -1130,8 +1263,8 @@ Version 6.1.3 (August 29, 2019)
1130
1263
  - Issues with styles in Chart
1131
1264
  - Issues with property "hidden" in Checkboxes and RadioGroup of Form
1132
1265
 
1133
- Version 6.1.2 (August 22, 2019)
1134
- ----------------------------
1266
+
1267
+ # Version 6.1.2 (August 22, 2019)
1135
1268
 
1136
1269
  ### Fixes
1137
1270
 
@@ -1139,32 +1272,36 @@ Version 6.1.2 (August 22, 2019)
1139
1272
  - Issues with Form select
1140
1273
  - Issue with Datacollection add() method
1141
1274
 
1142
- Version 6.1.1 (August 16, 2019)
1143
- ----------------------------
1275
+
1276
+ # Version 6.1.1 (August 16, 2019)
1144
1277
 
1145
1278
  ### Fixes
1146
1279
 
1147
1280
  - Issues with DnD in List and DataView
1148
1281
  - Issue with getValue() method in Form
1149
1282
 
1150
- Version 6.1.0 (August 15, 2019)
1151
- ----------------------------
1283
+
1284
+ # Version 6.1 (August 15, 2019)
1152
1285
 
1153
1286
  ### New functionality
1154
1287
 
1155
1288
  #### ComboBox
1289
+
1156
1290
  - Ability to manipulate the visibility of the Combo popup via the Popup API
1157
1291
 
1158
1292
  #### Dataview/List
1293
+
1159
1294
  - The possibility to edit items via API (DataView / List) or the configuration object (DataView / List)
1160
1295
  - New editing-related events: DoubleClick, BeforeEditStart, BeforeEditEnd, AfterEditStart, AfterEditEnd
1161
1296
  - Multiple selection of items (DataView / List)
1162
1297
  - Multiple drag-n-drop of items (DataView / List)
1163
1298
 
1164
1299
  #### Data/Tree Collection
1300
+
1165
1301
  - A new LoadError event for catching loading errors
1166
1302
 
1167
1303
  #### Form
1304
+
1168
1305
  - Dynamic config updating and re-rendering of a form
1169
1306
  - Adding values into controls on the fly
1170
1307
  - Clearing a form
@@ -1172,6 +1309,7 @@ Version 6.1.0 (August 15, 2019)
1172
1309
  - A new RadioGroup control for grouping RadioButtons
1173
1310
 
1174
1311
  #### Grid
1312
+
1175
1313
  - Editing the whole Grid or separate columns via the configuration object
1176
1314
  - Editing certain cells via the API method
1177
1315
  - New editing-related events: BeforeEditStart, BeforeEditEnd, AfterEditStart, AfterEditEnd
@@ -1181,27 +1319,33 @@ Version 6.1.0 (August 15, 2019)
1181
1319
  - The possibility to enable automatic adding of an empty row to the end of the Grid
1182
1320
 
1183
1321
  #### Popup
1322
+
1184
1323
  - The possibility to adjust the Popup offsets
1185
1324
 
1186
1325
  #### Tree
1326
+
1187
1327
  - The possibility to enable editing of items via the configuration object
1188
1328
 
1189
1329
  #### Window
1330
+
1190
1331
  - The ability to check the visibility of a window
1191
1332
 
1192
1333
  ### Updates
1193
1334
 
1194
1335
  #### Data/Tree Collection
1336
+
1195
1337
  - Calling sort without parameters resets applied sorting
1196
1338
  - The possibility to add an array of items via the add method
1197
1339
 
1198
1340
  #### Form
1341
+
1199
1342
  - The possibility to set values for DatePicker, TimePicker, ColorPicker Form controls via inputs
1200
1343
  - The possibility to make Form Inputs hidden
1201
1344
  - The autocomplete feature for Form Inputs
1202
1345
  - Validation of a Form Select control
1203
1346
 
1204
1347
  #### Grid
1348
+
1205
1349
  - Extended selection possibilities
1206
1350
 
1207
1351
  ### Fixes
@@ -1210,8 +1354,7 @@ Version 6.1.0 (August 15, 2019)
1210
1354
  - Behavior of the Slider control
1211
1355
 
1212
1356
 
1213
- Version 6.0.4 (August 6, 2019)
1214
- ----------------------------
1357
+ # Version 6.0.4 (August 6, 2019)
1215
1358
 
1216
1359
  ### Fixes
1217
1360
 
@@ -1225,8 +1368,8 @@ Version 6.0.4 (August 6, 2019)
1225
1368
  - Issues with names in Calendar localization
1226
1369
  - Styles fixes
1227
1370
 
1228
- Version 6.0.3 (July 19, 2019)
1229
- ----------------------------
1371
+
1372
+ # Version 6.0.3 (July 19, 2019)
1230
1373
 
1231
1374
  ### Fixes
1232
1375
 
@@ -1244,8 +1387,8 @@ Version 6.0.3 (July 19, 2019)
1244
1387
  - Issues with z-index in Window and Popup
1245
1388
  - Styles fixes
1246
1389
 
1247
- Version 6.0.2 (July 11, 2019)
1248
- ----------------------------
1390
+
1391
+ # Version 6.0.2 (July 11, 2019)
1249
1392
 
1250
1393
  ### Fixes
1251
1394
 
@@ -1258,8 +1401,8 @@ Version 6.0.2 (July 11, 2019)
1258
1401
  - Issue with scroll in Combobox
1259
1402
  - Issue with data parsing in Toolbar
1260
1403
 
1261
- Version 6.0.1 (July 5, 2019)
1262
- ----------------------------
1404
+
1405
+ # Version 6.0.1 (July 5, 2019)
1263
1406
 
1264
1407
  ### Fixes
1265
1408