dhx-suite 7.2.5 → 7.3.2
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.
- package/codebase/suite.min.css +1 -1
- package/codebase/suite.min.js +3 -3
- package/codebase/types/ts-chart/sources/Chart.d.ts +2 -2
- package/codebase/types/ts-chart/sources/helpers/common.d.ts +2 -1
- package/codebase/types/ts-chart/sources/series/TreeMap.d.ts +30 -0
- package/codebase/types/ts-chart/sources/series/index.d.ts +2 -0
- package/codebase/types/ts-chart/sources/types.d.ts +36 -3
- package/codebase/types/ts-combobox/sources/Combobox.d.ts +1 -0
- package/codebase/types/ts-combobox/sources/helper.d.ts +2 -1
- package/codebase/types/ts-combobox/sources/locales/en.d.ts +1 -0
- package/codebase/types/ts-combobox/sources/types.d.ts +3 -9
- package/codebase/types/ts-data/sources/datacollection/loader.d.ts +1 -0
- package/codebase/types/ts-data/sources/types.d.ts +3 -1
- package/codebase/types/ts-form/sources/types.d.ts +1 -0
- package/codebase/types/ts-grid/sources/types.d.ts +16 -2
- package/codebase/types/ts-layout/sources/Cell.d.ts +3 -0
- package/codebase/types/ts-layout/sources/types.d.ts +2 -0
- package/codebase/types/ts-list/sources/List.d.ts +1 -0
- package/codebase/types/ts-list/sources/types.d.ts +1 -0
- package/codebase/types/ts-message/sources/types.d.ts +1 -0
- package/codebase/types/ts-ribbon/sources/Ribbon.d.ts +1 -1
- package/codebase/types/ts-tabbar/sources/types.d.ts +2 -0
- package/package.json +1 -1
- package/readme.txt +1 -1
- package/whatsnew.txt +248 -126
package/whatsnew.txt
CHANGED
|
@@ -1,5 +1,102 @@
|
|
|
1
|
-
Version 7.2
|
|
2
|
-
|
|
1
|
+
# Version 7.3.2 (April 4, 2022)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Data. Now the , ; " symbols will be wrapped into the quotes when serializing a data set into the CSV format
|
|
6
|
+
- Form. Text control. Fix the incorrect display of the long value of the Text control
|
|
7
|
+
- Grid, TreeGrid. Now the Grid and TreeGrid packages includes the ability to localize the "datePicker" and "combobox" column editors
|
|
8
|
+
- Grid. Fix the issue which caused the empty row/col objects to be returned after calling events for custom templates of Grid columns
|
|
9
|
+
- Grid. Fix the issue with processing of Date objects when exporting the Grid data into the CSV/Excel format
|
|
10
|
+
- Grid. Fix the issue with the htmlEnable: true property which didn't take into account the line breaks of the cells content when the autoHeight:false property of Grid was applied
|
|
11
|
+
|
|
12
|
+
# Version 7.3.1 (March 17, 2022)
|
|
13
|
+
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
16
|
+
- Data. Fix the issue with serialization of data into CSV format which caused the incorrect structure of the output data if the initial data set contained a comma (",") in a value
|
|
17
|
+
- DataCollection. Fix the issue with the save() method of DataCollection which sent multiple requests (when making multiple changes) to the server instead one
|
|
18
|
+
- Form. Fix the incorrect work of the destruct() method when calling it from the change event
|
|
19
|
+
- Grid. Fix the issue which caused a selected item still to remain selected after it was removed from the data collection
|
|
20
|
+
- Grid. Fix the issue with applying the adjust property of Grid after the data reloading
|
|
21
|
+
- Grid. Fix the script error thrown after removing all selected options from the "multiselect" editor of a cell
|
|
22
|
+
- Grid. Pagination. Fix the issue which caused pagination not to work when using lazy loading of Grid data
|
|
23
|
+
- List. Pagination. Fix the issue which caused pagination not to work when using lazy loading of List data
|
|
24
|
+
|
|
25
|
+
# Version 7.3 (January 19, 2022)
|
|
26
|
+
|
|
27
|
+
### New functionality
|
|
28
|
+
|
|
29
|
+
#### Chart
|
|
30
|
+
|
|
31
|
+
- New Treemap chart
|
|
32
|
+
- The ability to arrange legend items vertically or horizontally via the direction property of the legend
|
|
33
|
+
|
|
34
|
+
#### Combobox
|
|
35
|
+
|
|
36
|
+
- The ability to disable rendering of HTML content in Combobox options via the htmlEnable property
|
|
37
|
+
- The ability to allow users to add new items into the list of options from UI via the newOptions property
|
|
38
|
+
- New addOption() method
|
|
39
|
+
- New "createItem" locale option added
|
|
40
|
+
|
|
41
|
+
#### Form. Combo control
|
|
42
|
+
|
|
43
|
+
- The ability to allow users to add new values into the list of combobox options from UI via the newOptions property
|
|
44
|
+
- The ability to add a new item into the Combo control via the addOption() method of Combobox: form.getItem("combo").getWidget().addOption("new_value");
|
|
45
|
+
|
|
46
|
+
#### Grid
|
|
47
|
+
|
|
48
|
+
- The ability to add custom logic to the header/footer filters of the column via the customFilter attribute
|
|
49
|
+
- 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
|
|
50
|
+
|
|
51
|
+
#### List
|
|
52
|
+
|
|
53
|
+
- The ability to disable rendering of HTML content in List options via the htmlEnable property
|
|
54
|
+
|
|
55
|
+
#### Message
|
|
56
|
+
|
|
57
|
+
- The ability to disable displaying HTML content in the Alert box, Confirm box, and Tooltip via the htmlEnable property
|
|
58
|
+
|
|
59
|
+
#### Tabbar
|
|
60
|
+
|
|
61
|
+
- New beforeChange event
|
|
62
|
+
|
|
63
|
+
#### TreeGrid
|
|
64
|
+
|
|
65
|
+
- The ability to add custom logic to the header/footer filters of the column via the customFilter attribute
|
|
66
|
+
- 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
|
|
67
|
+
|
|
68
|
+
### Fixes
|
|
69
|
+
|
|
70
|
+
- Chart. Fix the incorrect display of Radar chart if the values in the data set are the same
|
|
71
|
+
- Chart. Fix the issue with displaying an empty tooltip in Line chart
|
|
72
|
+
- Chart. Fix the issue with the type of the value property in a data set
|
|
73
|
+
- Custom Scroll. Fix the incorrect position of scroll after scrolling the grid attached to the tabbar and changing the tabs
|
|
74
|
+
- Form. Fix the issue with enabling the disabled RadioGroup control
|
|
75
|
+
- Form. Fix the issue with the Textarea control. Now the required property doesn't take value: null as a valid
|
|
76
|
+
- Form. Input control. Fix the issue with display of excess whitespace in the output value of the Input event
|
|
77
|
+
- Grid, Pagination. Fix the incorrect work of Pagination if the first column of the grid is hidden
|
|
78
|
+
- Grid. Fix the incorrect display of actual values specified in the "select", "combobox", or "multiselect" editor when opening the editor
|
|
79
|
+
- Grid. Fix the incorrect loading of string values from XML file
|
|
80
|
+
- Grid. Fix the incorrect work of selectFilter with boolean values
|
|
81
|
+
- Grid. Fix the issue that caused the adjust property to ignore the template specified for a column
|
|
82
|
+
- Grid. Fix the issue which caused key navigation to stop working in Grid attached into Tabbar which is attached into Window
|
|
83
|
+
- Grid. Fix the issue which caused autoWidth not to work if the width wasn't specified for only one of the grid columns
|
|
84
|
+
- Grid. Fix the issue with number formatting which caused minus numbers from -1 to 0 to be displayed like positive numbers
|
|
85
|
+
- Grid. Fix the issue with drag-and-drop of the first row
|
|
86
|
+
- Grid. Fix the issue with the canRowDrop event
|
|
87
|
+
- 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
|
|
88
|
+
- Layout. Fix the issue with collapsing and resizing a cell after it has been resized
|
|
89
|
+
- LazyDataProxy in Grid. Fix the issue with the loadError event
|
|
90
|
+
- Menu. ContextMenu. Fix the issue with the self-generated "–context-menu" postfix for the name of the custom CSS class
|
|
91
|
+
- Menu. Fix the issue which caused the menu to close after hovering over the first item which is disabled
|
|
92
|
+
- Ribbon. Fix the issue with calculation of the widget's height when some items are hidden
|
|
93
|
+
- Toolbar. Datepicker control. Fix the issue which caused the same date to be shown in different Datepickers (two or more)
|
|
94
|
+
- Toolbar. SelectButton control. Fix the issue that caused an icon of the selected value not being displayed initially or after applying the setState() method
|
|
95
|
+
- TreeGrid. Fix the incorrect work of filtering when multiselection is enabled for comboFilter and multiple options are selected
|
|
96
|
+
- TreeGrid. Fix the issue with exporting a grouped treegrid to CSV
|
|
97
|
+
- TreeGrid. Fix the issue with render of data items when they are parsed in reverse order
|
|
98
|
+
|
|
99
|
+
# Version 7.2.5 (October 28, 2021)
|
|
3
100
|
|
|
4
101
|
### Fixes
|
|
5
102
|
|
|
@@ -12,8 +109,8 @@ Version 7.2.5 (October 28, 2021)
|
|
|
12
109
|
- 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
|
|
13
110
|
- Grid. TreeGrid. Fix the issue which caused data of the treegrid to be changed after filtering and dragging a column/row
|
|
14
111
|
|
|
15
|
-
|
|
16
|
-
|
|
112
|
+
|
|
113
|
+
# Version 7.2.4 (October 13, 2021)
|
|
17
114
|
|
|
18
115
|
### Fixes
|
|
19
116
|
|
|
@@ -28,8 +125,8 @@ Version 7.2.4 (October 13, 2021)
|
|
|
28
125
|
- Grid. Fix the issue with filtering the grid via the combo filter when the autoEmptyRow configuration property of Grid is set to true
|
|
29
126
|
- 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
|
|
30
127
|
|
|
31
|
-
|
|
32
|
-
|
|
128
|
+
|
|
129
|
+
# Version 7.2.3 (September 27, 2021)
|
|
33
130
|
|
|
34
131
|
### Fixes
|
|
35
132
|
|
|
@@ -43,18 +140,18 @@ Version 7.2.3 (September 27, 2021)
|
|
|
43
140
|
- Grid. Now the content of the grid is filtered strictly by the values selected in the combo filter
|
|
44
141
|
- Toolbar. Fix the issue with render of data when recreating the toolbar after removing it via the `destructor()` method
|
|
45
142
|
|
|
46
|
-
Version 7.2.2 (September 13, 2021)
|
|
47
|
-
----------------------------
|
|
48
143
|
|
|
49
|
-
|
|
144
|
+
# Version 7.2.2 (September 13, 2021)
|
|
145
|
+
|
|
146
|
+
### Fixes
|
|
50
147
|
|
|
51
148
|
- 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
|
|
52
149
|
- Layout. Fix the script error thrown when trying to resize a cell when the next cell is hidden
|
|
53
150
|
- 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
|
|
54
151
|
- TreeGrid. Fix the issue with selection of the child rows and its cells
|
|
55
152
|
|
|
56
|
-
|
|
57
|
-
|
|
153
|
+
|
|
154
|
+
# Version 7.2.1 (August 26, 2021)
|
|
58
155
|
|
|
59
156
|
### Fixes
|
|
60
157
|
|
|
@@ -70,21 +167,24 @@ Version 7.2.1 (August 26, 2021)
|
|
|
70
167
|
- List. Fix the issue which caused the list not to be scrolled to the item selected via the `setFocus()` method
|
|
71
168
|
- TreeGrid. Now it is possible to filter the content of the treegrid by multiple header filters
|
|
72
169
|
|
|
73
|
-
|
|
74
|
-
|
|
170
|
+
|
|
171
|
+
# Version 7.2 (August 4, 2021)
|
|
75
172
|
|
|
76
173
|
### New functionality
|
|
77
174
|
|
|
78
175
|
#### Combobox
|
|
176
|
+
|
|
79
177
|
- New blur() method is added
|
|
80
178
|
- New events are added: blur, focus, keydown, beforeOpen, afterOpen
|
|
81
179
|
|
|
82
180
|
#### Form
|
|
181
|
+
|
|
83
182
|
- New Container control to attach HTML code or the DHTMLX widgets is added (Pro version)
|
|
84
183
|
- New "blur()" method is added
|
|
85
184
|
- New events are added: "blur", "focus", "keydown"
|
|
86
185
|
|
|
87
186
|
#### Form controls
|
|
187
|
+
|
|
88
188
|
- New "blur()" method of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
|
|
89
189
|
- New "focus()" method of Form controls: Button, Slider
|
|
90
190
|
- New "blur" event of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
|
|
@@ -92,6 +192,7 @@ Version 7.2.0 (August 4, 2021)
|
|
|
92
192
|
- New "keydown" event of Form controls: Button, DatePicker, Checkbox, CheckboxGroup, ColorPicker, Combo, Input, RadioGroup, Select, Slider, Textarea, TimePicker
|
|
93
193
|
|
|
94
194
|
#### Grid
|
|
195
|
+
|
|
95
196
|
- New multiselect editor is added
|
|
96
197
|
- The ability to choose several options in comboFilter at once via setting multiselection:true property of comboFilter
|
|
97
198
|
- 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
|
|
@@ -99,19 +200,23 @@ Version 7.2.0 (August 4, 2021)
|
|
|
99
200
|
- The ability to enable/disable sorting by clicking the header via the "headerSort" attribute of the header configuration property of a Grid column
|
|
100
201
|
|
|
101
202
|
#### Slider
|
|
203
|
+
|
|
102
204
|
- New methods are added: blur() , focus()
|
|
103
205
|
- New events are added: blur, focus, keydown
|
|
104
206
|
|
|
105
207
|
#### Toolbar
|
|
208
|
+
|
|
106
209
|
- New Datepicker control is added
|
|
107
210
|
- The inputChange event is added
|
|
108
211
|
|
|
109
212
|
#### Tree
|
|
213
|
+
|
|
110
214
|
- The ability to specify a template for Tree items
|
|
111
215
|
- The ability to add event handlers to the HTML elements of a custom template
|
|
112
216
|
- The ability to set the height of an item
|
|
113
217
|
|
|
114
218
|
#### Treegrid
|
|
219
|
+
|
|
115
220
|
- New multiselect editor is added
|
|
116
221
|
- The ability to choose several options in comboFilter at once via setting multiselection:true property of comboFilter
|
|
117
222
|
- 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
|
|
@@ -119,21 +224,24 @@ Version 7.2.0 (August 4, 2021)
|
|
|
119
224
|
- The ability to enable/disable sorting by clicking the header via the "headerSort" attribute of the header configuration property of a TreeGrid column
|
|
120
225
|
|
|
121
226
|
#### Helpers
|
|
227
|
+
|
|
122
228
|
- Custom scroll to replace the standard browser scrollbar is added (Pro version)
|
|
123
229
|
|
|
124
230
|
### Updates
|
|
231
|
+
|
|
125
232
|
- DataCollection. The save() method of DataCollection is updated. Now the method sends either POST, or PUT, or DELETE requests to the backend.
|
|
126
233
|
- Grid, TreeGrid. The "row" and "both" values of the dragItem configuration property are added.
|
|
127
234
|
- Tree. Now it is possible to edit multiline content of a Tree item after setting "editable:true" configuration option of Tree
|
|
128
235
|
|
|
129
236
|
### Fixes
|
|
237
|
+
|
|
130
238
|
- Grid. Fix the issue with the update of options in the combo filter after adding a new item into the data collection
|
|
131
239
|
- Grid. Fix the issue with loading data into Grid using lazyDataProxy
|
|
132
240
|
- Grid. Fix the issue with entering text in the combobox editor of a Grid cell
|
|
133
241
|
- Menu. Fix the issue which caused the context menu not to close after clicking outside the menu when the `navigationType: "click"` property is specified
|
|
134
242
|
|
|
135
|
-
|
|
136
|
-
|
|
243
|
+
|
|
244
|
+
# Version 7.1.10 (July 20, 2021)
|
|
137
245
|
|
|
138
246
|
### Fixes
|
|
139
247
|
|
|
@@ -161,8 +269,8 @@ Version 7.1.10 (July 20, 2021)
|
|
|
161
269
|
- 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
|
|
162
270
|
- TreeGrid. Fix the issues with the top and bottom borders of the footer cells of the frozen columns
|
|
163
271
|
|
|
164
|
-
|
|
165
|
-
|
|
272
|
+
|
|
273
|
+
# Version 7.1.9 (June 24, 2021)
|
|
166
274
|
|
|
167
275
|
### Fixes
|
|
168
276
|
|
|
@@ -190,12 +298,12 @@ Version 7.1.9 (June 24, 2021)
|
|
|
190
298
|
- TreeGrid. Fix the issue with dragging the rows in the grouped treegrid
|
|
191
299
|
- TreeGrid. Fix the incorrect work of selection after a tree node is collapsed
|
|
192
300
|
|
|
193
|
-
|
|
194
|
-
|
|
301
|
+
|
|
302
|
+
# Version 7.1.8 (June 10, 2021)
|
|
195
303
|
|
|
196
304
|
### Fixes
|
|
197
305
|
|
|
198
|
-
- Calendar. Fix the issue that caused the previously selected date to remain highlighted with the
|
|
306
|
+
- Calendar. Fix the issue that caused the previously selected date to remain highlighted with the gray circle after selecting some other date
|
|
199
307
|
- Calendar. Fix the script error that appeared when two calendars are linked and the "destructor()" method is called
|
|
200
308
|
- Chart. Fix the issue with the "log" configuration option of the chart scales
|
|
201
309
|
- Data Collection. Fix the issue with the "update()" method
|
|
@@ -209,8 +317,8 @@ Version 7.1.8 (June 10, 2021)
|
|
|
209
317
|
- Sidebar. Fix the issue with the display of nested items of the Sidebar controls
|
|
210
318
|
- Tree. Fix the issue with opening of the selected folder using key navigation when using the "autoload" configuration property of Tree
|
|
211
319
|
|
|
212
|
-
|
|
213
|
-
|
|
320
|
+
|
|
321
|
+
# Version 7.1.7 (May 17, 2021)
|
|
214
322
|
|
|
215
323
|
### Fixes
|
|
216
324
|
|
|
@@ -222,8 +330,8 @@ Version 7.1.7 (May 17, 2021)
|
|
|
222
330
|
- 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
|
|
223
331
|
- Tree Collection. Fix the issue with the "filter()" method
|
|
224
332
|
|
|
225
|
-
|
|
226
|
-
|
|
333
|
+
|
|
334
|
+
# Version 7.1.6 (May 5, 2021)
|
|
227
335
|
|
|
228
336
|
### Fixes
|
|
229
337
|
|
|
@@ -235,8 +343,8 @@ Version 7.1.6 (May 5, 2021)
|
|
|
235
343
|
- TreeGrid. Fix the issue with drag-n-drop of rows
|
|
236
344
|
- Tree Collection. Fix the issue with the "copy" and "move" methods
|
|
237
345
|
|
|
238
|
-
|
|
239
|
-
|
|
346
|
+
|
|
347
|
+
# Version 7.1.5 (April 22, 2021)
|
|
240
348
|
|
|
241
349
|
### Fixes
|
|
242
350
|
|
|
@@ -244,8 +352,8 @@ Version 7.1.5 (April 22, 2021)
|
|
|
244
352
|
- Combobox. Fix the behavior of the css configuration option
|
|
245
353
|
- Tabbar. The recalculation function of the width of the tabs is optimized
|
|
246
354
|
|
|
247
|
-
|
|
248
|
-
|
|
355
|
+
|
|
356
|
+
# Version 7.1.4 (April 16, 2021)
|
|
249
357
|
|
|
250
358
|
### Fixes
|
|
251
359
|
|
|
@@ -259,8 +367,8 @@ Version 7.1.4 (April 16, 2021)
|
|
|
259
367
|
- LazyDataProxy in Grid. Fix the error occurred when returning false from the 'beforeLazyLoad" event handler
|
|
260
368
|
- Window. Fix the issue with display of tooltips of Grid cells behind the window when Grid is attached to Window
|
|
261
369
|
|
|
262
|
-
|
|
263
|
-
|
|
370
|
+
|
|
371
|
+
# Version 7.1.3 (April 12, 2021)
|
|
264
372
|
|
|
265
373
|
### Fixes
|
|
266
374
|
|
|
@@ -288,8 +396,8 @@ Version 7.1.3 (April 12, 2021)
|
|
|
288
396
|
- TreeGrid. Fix the issue with incorrect serialization of data
|
|
289
397
|
- Tree Collection. Fix the issue with the "mapRange()" method
|
|
290
398
|
|
|
291
|
-
|
|
292
|
-
|
|
399
|
+
|
|
400
|
+
# Version 7.1.2 (March 9, 2021)
|
|
293
401
|
|
|
294
402
|
### Fixes
|
|
295
403
|
|
|
@@ -315,8 +423,8 @@ Version 7.1.2 (March 9, 2021)
|
|
|
315
423
|
- TimePicker. The default height is reduced from 322px to 275px
|
|
316
424
|
- 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
|
|
317
425
|
|
|
318
|
-
|
|
319
|
-
|
|
426
|
+
|
|
427
|
+
# Version 7.1.1 (February 23, 2021)
|
|
320
428
|
|
|
321
429
|
### Fixes
|
|
322
430
|
|
|
@@ -328,8 +436,8 @@ Version 7.1.1 (February 23, 2021)
|
|
|
328
436
|
- Form. Fix the issue with the "required" configuration option of the Select control
|
|
329
437
|
- Window. Fix the incorrect display of the menu items when placing the menu inside the window
|
|
330
438
|
|
|
331
|
-
|
|
332
|
-
|
|
439
|
+
|
|
440
|
+
# Version 7.1 (February 18, 2021)
|
|
333
441
|
|
|
334
442
|
### New functionality
|
|
335
443
|
|
|
@@ -390,10 +498,10 @@ Version 7.1.0 (February 18, 2021)
|
|
|
390
498
|
- Window. Fix the issue with the sequence of closing modal windows when using key navigation
|
|
391
499
|
- Fix the issue that invoked the `domvm.js` warning in the console
|
|
392
500
|
|
|
393
|
-
Version 7.0.3 (January 19, 2021)
|
|
394
|
-
----------------------------
|
|
395
501
|
|
|
396
|
-
|
|
502
|
+
# Version 7.0.3 (January 19, 2021)
|
|
503
|
+
|
|
504
|
+
### Fixes
|
|
397
505
|
|
|
398
506
|
- Donut chart. Fix the issue with colors
|
|
399
507
|
- Grid. Fix the issue that caused the frozen columns to become movable when hiding columns
|
|
@@ -405,18 +513,18 @@ Version 7.0.3 (January 19, 2021)
|
|
|
405
513
|
- Window. Fix the issue that caused the text in the title of the window to overflow
|
|
406
514
|
- Fix the issue with TypeScript definition files
|
|
407
515
|
|
|
408
|
-
Version 7.0.2 (December 28, 2020)
|
|
409
|
-
----------------------------
|
|
410
516
|
|
|
411
|
-
|
|
517
|
+
# Version 7.0.2 (December 28, 2020)
|
|
518
|
+
|
|
519
|
+
### Fixes
|
|
412
520
|
|
|
413
521
|
- 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
|
|
414
522
|
- Fix the types of events in Grid
|
|
415
523
|
|
|
416
|
-
Version 7.0.1 (December 21, 2020)
|
|
417
|
-
----------------------------
|
|
418
524
|
|
|
419
|
-
|
|
525
|
+
# Version 7.0.1 (December 21, 2020)
|
|
526
|
+
|
|
527
|
+
### Fixes
|
|
420
528
|
|
|
421
529
|
- Fix the issue which appeared when scrolling Grid after opening a combo editor
|
|
422
530
|
- Fix the issue with the initial width of Grid columns when using "minWidth"
|
|
@@ -431,8 +539,8 @@ Version 7.0.1 (December 21, 2020)
|
|
|
431
539
|
- 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
|
|
432
540
|
- 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
|
|
433
541
|
|
|
434
|
-
|
|
435
|
-
|
|
542
|
+
|
|
543
|
+
# Version 7.0 (December 7, 2020)
|
|
436
544
|
|
|
437
545
|
### Breaking changes
|
|
438
546
|
|
|
@@ -576,7 +684,7 @@ The update brings various changes in the API methods. Check the Migration articl
|
|
|
576
684
|
- Checkbox control of Form. The getValue() method is updated
|
|
577
685
|
- Input control of Form. The ability to define the type for the input field via the "inputType" attribute
|
|
578
686
|
- 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.
|
|
579
|
-
-
|
|
687
|
+
- SimpleVault control of Form. The beforeUploadFile, uploadBegin, uploadComplete, uploadFail, uploadFile, uploadProgress events are improved
|
|
580
688
|
- TimePicker control of Form. The getValue()/ setValue() methods are updated
|
|
581
689
|
- Form. The getValue() method is updated
|
|
582
690
|
- Grid/TreeGrid. The "splitAt" configuration property is replaced by the "leftSplit" one
|
|
@@ -621,18 +729,18 @@ The update brings various changes in the API methods. Check the Migration articl
|
|
|
621
729
|
- 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
|
|
622
730
|
- The incorrect work of the data.save() method which caused only the first change of the Grid row to save
|
|
623
731
|
|
|
624
|
-
Version 6.5.8 (October 15, 2020)
|
|
625
|
-
----------------------------
|
|
626
732
|
|
|
627
|
-
|
|
733
|
+
# Version 6.5.8 (October 15, 2020)
|
|
734
|
+
|
|
735
|
+
### Fixes
|
|
628
736
|
|
|
629
737
|
- Fix the incorrect behavior of the sorting icon in the header of a Grid column when setting the sortable property to false
|
|
630
738
|
- Fix the issue which caused key navigation in Tree not to work in IE
|
|
631
739
|
|
|
632
|
-
Version 6.5.7 (October 15, 2020)
|
|
633
|
-
----------------------------
|
|
634
740
|
|
|
635
|
-
|
|
741
|
+
# Version 6.5.7 (October 15, 2020)
|
|
742
|
+
|
|
743
|
+
### Fixes
|
|
636
744
|
|
|
637
745
|
- Fix the incorrect work of the AfterEditEnd, AfterEditStart, BeforeEditEnd, BeforeEditStart events for cells with the checkbox editor type in Grid
|
|
638
746
|
- 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
|
|
@@ -640,10 +748,10 @@ Version 6.5.7 (October 15, 2020)
|
|
|
640
748
|
- Fix the issue with filtering data in Grid columns that caused filtering to stop working after reordering columns by drag and drop
|
|
641
749
|
- Fix the issue with drag and drop of Grid columns with selectFilter filled
|
|
642
750
|
|
|
643
|
-
Version 6.5.6 (October 5, 2020)
|
|
644
|
-
----------------------------
|
|
645
751
|
|
|
646
|
-
|
|
752
|
+
# Version 6.5.6 (October 5, 2020)
|
|
753
|
+
|
|
754
|
+
### Fixes
|
|
647
755
|
|
|
648
756
|
- Fix the incorrect work of the input filter of a Grid column when placing a grid into a shadowDOM while working in Firefox
|
|
649
757
|
- 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
|
|
@@ -653,18 +761,18 @@ Version 6.5.6 (October 5, 2020)
|
|
|
653
761
|
- Fix the issue with the width of expanded items in Tree
|
|
654
762
|
- Fix the incorrect work of selection in Grid cells when using key navigation on a page with several grids
|
|
655
763
|
|
|
656
|
-
Version 6.5.5 (September 17, 2020)
|
|
657
|
-
----------------------------
|
|
658
764
|
|
|
659
|
-
|
|
765
|
+
# Version 6.5.5 (September 17, 2020)
|
|
766
|
+
|
|
767
|
+
### Fixes
|
|
660
768
|
|
|
661
769
|
- Fix the behavior of the align property of a Grid column when the spans configuration option is used
|
|
662
770
|
- Fix the issue with rendering of Grid/TreeGrid
|
|
663
771
|
|
|
664
|
-
Version 6.5.4 (September 15, 2020)
|
|
665
|
-
----------------------------
|
|
666
772
|
|
|
667
|
-
|
|
773
|
+
# Version 6.5.4 (September 15, 2020)
|
|
774
|
+
|
|
775
|
+
### Fixes
|
|
668
776
|
|
|
669
777
|
- Fix the issue with the value of a cell when calling the afterEditEnd event of Grid
|
|
670
778
|
- Fix the issue with positioning of selection over frozen columns in Grid and TreeGrid
|
|
@@ -676,10 +784,10 @@ Version 6.5.4 (September 15, 2020)
|
|
|
676
784
|
- Fix the issue with visualization of the mark property of a Grid column after data reloading
|
|
677
785
|
- Fix the issue which caused a footer of a Grid not to be included to the exported file
|
|
678
786
|
|
|
679
|
-
Version 6.5.3 (September 2, 2020)
|
|
680
|
-
----------------------------
|
|
681
787
|
|
|
682
|
-
|
|
788
|
+
# Version 6.5.3 (September 2, 2020)
|
|
789
|
+
|
|
790
|
+
### Fixes
|
|
683
791
|
|
|
684
792
|
- Fix the behavior of the keyNavigation property of Grid when the Grid is attached to a collapsed Layout cell
|
|
685
793
|
- Fix the issue with positioning of a popup relative to a Window
|
|
@@ -690,10 +798,10 @@ Version 6.5.3 (September 2, 2020)
|
|
|
690
798
|
- Checking the incorrect data of the setCell method of Grid is added
|
|
691
799
|
- Fix issues with minimal and maximal values of scales in Chart
|
|
692
800
|
|
|
693
|
-
Version 6.5.2 (July 14, 2020)
|
|
694
|
-
----------------------------
|
|
695
801
|
|
|
696
|
-
|
|
802
|
+
# Version 6.5.2 (July 14, 2020)
|
|
803
|
+
|
|
804
|
+
### Fixes
|
|
697
805
|
|
|
698
806
|
- Fixed types in d.ts
|
|
699
807
|
- Issue with the editCell method in Grid
|
|
@@ -703,15 +811,15 @@ Version 6.5.2 (July 14, 2020)
|
|
|
703
811
|
- Improved editing mode when drag and drop is enabled in Tree
|
|
704
812
|
- Issue with rendering nested levels of TreeGrid items
|
|
705
813
|
|
|
706
|
-
Version 6.5.1 (June 16, 2020)
|
|
707
|
-
----------------------------
|
|
708
814
|
|
|
709
|
-
|
|
815
|
+
# Version 6.5.1 (June 16, 2020)
|
|
816
|
+
|
|
817
|
+
### Fixes
|
|
710
818
|
|
|
711
819
|
- Issue with npm codebase build
|
|
712
820
|
|
|
713
|
-
|
|
714
|
-
|
|
821
|
+
|
|
822
|
+
# Version 6.5 (June 16, 2020)
|
|
715
823
|
|
|
716
824
|
### New functionality
|
|
717
825
|
|
|
@@ -764,10 +872,10 @@ Version 6.5.0 (June 16, 2020)
|
|
|
764
872
|
- Suite with React demo is updated
|
|
765
873
|
- Ability to work with number type of id in Combobox, DataView, List widgets and in Select control of Form
|
|
766
874
|
|
|
767
|
-
Version 6.4.4 (May 19, 2020)
|
|
768
|
-
----------------------------
|
|
769
875
|
|
|
770
|
-
|
|
876
|
+
# Version 6.4.4 (May 19, 2020)
|
|
877
|
+
|
|
878
|
+
### Fixes
|
|
771
879
|
|
|
772
880
|
- Fix the behavior of Layout inside a resizable window
|
|
773
881
|
- Fix the behavior of charts placed into a cell of Tabbar in IE
|
|
@@ -783,10 +891,10 @@ Version 6.4.4 (May 19, 2020)
|
|
|
783
891
|
- Fix rendering of custom HTML content in Window
|
|
784
892
|
- Fix priority of the modal Window while calling more than one Window
|
|
785
893
|
|
|
786
|
-
Version 6.4.3 (April 29, 2020)
|
|
787
|
-
----------------------------
|
|
788
894
|
|
|
789
|
-
|
|
895
|
+
# Version 6.4.3 (April 29, 2020)
|
|
896
|
+
|
|
897
|
+
### Fixes
|
|
790
898
|
|
|
791
899
|
- Fix clearing values while using the `clear()` method for the DatePicker control of Form
|
|
792
900
|
- Fix issues with the `CellClick, CellMouseOver, CellMouseDown, CellDblClick, CellRightClick` events of Grid when its columns are hidden
|
|
@@ -805,10 +913,10 @@ Version 6.4.3 (April 29, 2020)
|
|
|
805
913
|
- Fix the issue with the configuration of the `showText` property in Chart
|
|
806
914
|
- Fix calculation of width and height in Chart (Pie, 3DPie, Donut, Radar)
|
|
807
915
|
|
|
808
|
-
Version 6.4.2 (March 3, 2020)
|
|
809
|
-
----------------------------
|
|
810
916
|
|
|
811
|
-
|
|
917
|
+
# Version 6.4.2 (March 3, 2020)
|
|
918
|
+
|
|
919
|
+
### Fixes
|
|
812
920
|
|
|
813
921
|
- The issue with virtualization behavior in Grid when interacting with Tabbar
|
|
814
922
|
- The issue with clicking on a frozen column in Grid
|
|
@@ -818,18 +926,18 @@ Version 6.4.2 (March 3, 2020)
|
|
|
818
926
|
- The ability to check validation of values is added in Colorpicker
|
|
819
927
|
- Styles for all inputs with invalid values are fixed for Firefox browser
|
|
820
928
|
|
|
821
|
-
Version 6.4.1 (January 30, 2020)
|
|
822
|
-
----------------------------
|
|
823
929
|
|
|
824
|
-
|
|
930
|
+
# Version 6.4.1 (January 30, 2020)
|
|
931
|
+
|
|
932
|
+
### Fixes
|
|
825
933
|
|
|
826
934
|
- Behavior of lazy load in Grid
|
|
827
935
|
- The issue with the template configuration option in a column of Grid
|
|
828
936
|
- The issue with the headerIcon property of a layout cell
|
|
829
937
|
- The issue with the height of layout cells when the layout has a header
|
|
830
938
|
|
|
831
|
-
|
|
832
|
-
|
|
939
|
+
|
|
940
|
+
# Version 6.4 (January 28, 2020)
|
|
833
941
|
|
|
834
942
|
### New functionality
|
|
835
943
|
|
|
@@ -966,7 +1074,7 @@ Version 6.4.0 (January 28, 2020)
|
|
|
966
1074
|
- Now the multiselection property allows setting the mode of multiselection in List
|
|
967
1075
|
- The getValue method of DatePicker Form control
|
|
968
1076
|
|
|
969
|
-
|
|
1077
|
+
### Fixes
|
|
970
1078
|
|
|
971
1079
|
- The issue with ability to use all types of chart scales in any combinations
|
|
972
1080
|
- The issue with the setActive() method in Tabbar
|
|
@@ -976,8 +1084,8 @@ Version 6.4.0 (January 28, 2020)
|
|
|
976
1084
|
- The issue with styles when Combobox is disabled
|
|
977
1085
|
- Issues with the filter() method in Tree Collection
|
|
978
1086
|
|
|
979
|
-
|
|
980
|
-
|
|
1087
|
+
|
|
1088
|
+
# Version 6.3.1 (December 18, 2019)
|
|
981
1089
|
|
|
982
1090
|
### Fixes
|
|
983
1091
|
|
|
@@ -987,8 +1095,8 @@ Version 6.3.1 (December 18, 2019)
|
|
|
987
1095
|
- Add the ability to set the name attribute in the setValue method of Form control as key
|
|
988
1096
|
- Issue with the combo control of For
|
|
989
1097
|
|
|
990
|
-
|
|
991
|
-
|
|
1098
|
+
|
|
1099
|
+
# Version 6.3 (December 12, 2019)
|
|
992
1100
|
|
|
993
1101
|
### New functionality
|
|
994
1102
|
|
|
@@ -1046,8 +1154,8 @@ Version 6.3.0 (December 12, 2019)
|
|
|
1046
1154
|
- Issue with the validation property of Form controls
|
|
1047
1155
|
- Behavior of a TimePicker control of Form
|
|
1048
1156
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1157
|
+
|
|
1158
|
+
# Version 6.2.3 (November 19, 2019)
|
|
1051
1159
|
|
|
1052
1160
|
### Fixes
|
|
1053
1161
|
|
|
@@ -1057,37 +1165,40 @@ Version 6.2.3 (November 19, 2019)
|
|
|
1057
1165
|
- Issue with the "movable" property in Window
|
|
1058
1166
|
- Issue with Window fixation
|
|
1059
1167
|
|
|
1060
|
-
|
|
1061
|
-
|
|
1168
|
+
|
|
1169
|
+
# Version 6.2.2 (November 5, 2019)
|
|
1062
1170
|
|
|
1063
1171
|
### Fixes
|
|
1064
1172
|
|
|
1065
1173
|
- Issues with selection in Grid
|
|
1066
1174
|
- Issue with the height of a cell in Layout
|
|
1067
1175
|
|
|
1068
|
-
|
|
1069
|
-
|
|
1176
|
+
|
|
1177
|
+
# Version 6.2.1 (October 25, 2019)
|
|
1070
1178
|
|
|
1071
1179
|
### Fixes
|
|
1072
1180
|
|
|
1073
1181
|
- Issue with the setValue() method in Calendar
|
|
1074
1182
|
- Issue with the combo filters in Grid
|
|
1075
1183
|
|
|
1076
|
-
|
|
1077
|
-
|
|
1184
|
+
|
|
1185
|
+
# Version 6.2 (October 23, 2019)
|
|
1078
1186
|
|
|
1079
1187
|
### New functionality
|
|
1080
1188
|
|
|
1081
|
-
####Calendar
|
|
1189
|
+
#### Calendar
|
|
1190
|
+
|
|
1082
1191
|
- The ability to select a range of dates in one calendar
|
|
1083
1192
|
|
|
1084
1193
|
#### Form
|
|
1194
|
+
|
|
1085
1195
|
- The ability to manipulate Form controls via the getItem() method of Form
|
|
1086
1196
|
- The ability to use clear(), clearValidate(), getValue(), setValue(), validate() methods for all Form controls
|
|
1087
1197
|
- 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
|
|
1088
1198
|
- The ability to use methods of DHTMLX widgets via the getWidget() method of Datepicker, Colorpicker, Simplevault, Slider, Timepicker Form controls
|
|
1089
1199
|
|
|
1090
1200
|
#### Grid/TreeGrid
|
|
1201
|
+
|
|
1091
1202
|
- The possibility to show and hide a column in the Grid via the showColumn() and hideColumn() methods
|
|
1092
1203
|
- A new comboFilter for the header/footer content of a Grid column
|
|
1093
1204
|
- New checkbox and combobox editors for the cells of a Grid column
|
|
@@ -1097,6 +1208,7 @@ Version 6.2.0 (October 23, 2019)
|
|
|
1097
1208
|
- Export to CSV format
|
|
1098
1209
|
|
|
1099
1210
|
#### Layout
|
|
1211
|
+
|
|
1100
1212
|
- New events
|
|
1101
1213
|
|
|
1102
1214
|
### Updates
|
|
@@ -1124,8 +1236,8 @@ Version 6.2.0 (October 23, 2019)
|
|
|
1124
1236
|
- Issue with Timepicker Form control
|
|
1125
1237
|
- Issue with Colorpicker Form control
|
|
1126
1238
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1239
|
+
|
|
1240
|
+
# Version 6.1.7 (October 10, 2019)
|
|
1129
1241
|
|
|
1130
1242
|
### Fixes
|
|
1131
1243
|
|
|
@@ -1133,8 +1245,8 @@ Version 6.1.7 (October 10, 2019)
|
|
|
1133
1245
|
- Issue with value property in Form
|
|
1134
1246
|
- Issue with editor on a frozen columns in Grid
|
|
1135
1247
|
|
|
1136
|
-
|
|
1137
|
-
|
|
1248
|
+
|
|
1249
|
+
# Version 6.1.6 (September 26, 2019)
|
|
1138
1250
|
|
|
1139
1251
|
### Fixes
|
|
1140
1252
|
|
|
@@ -1143,8 +1255,8 @@ Version 6.1.6 (September 26, 2019)
|
|
|
1143
1255
|
- Issue with the header rowspans in Grid
|
|
1144
1256
|
- Issues with the copy() and move() methods in Treecollection and Datacollection
|
|
1145
1257
|
|
|
1146
|
-
|
|
1147
|
-
|
|
1258
|
+
|
|
1259
|
+
# Version 6.1.5 (September 12, 2019)
|
|
1148
1260
|
|
|
1149
1261
|
### Fixes
|
|
1150
1262
|
|
|
@@ -1153,8 +1265,8 @@ Version 6.1.5 (September 12, 2019)
|
|
|
1153
1265
|
- Issue with Combobox popup
|
|
1154
1266
|
- Issue with the height of uploader in Form
|
|
1155
1267
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1268
|
+
|
|
1269
|
+
# Version 6.1.4 (September 5, 2019)
|
|
1158
1270
|
|
|
1159
1271
|
### Fixes
|
|
1160
1272
|
|
|
@@ -1166,8 +1278,8 @@ Version 6.1.4 (September 5, 2019)
|
|
|
1166
1278
|
- Issues with Calendar styles
|
|
1167
1279
|
- Fixes in samples
|
|
1168
1280
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1281
|
+
|
|
1282
|
+
# Version 6.1.3 (August 29, 2019)
|
|
1171
1283
|
|
|
1172
1284
|
### Fixes
|
|
1173
1285
|
|
|
@@ -1175,8 +1287,8 @@ Version 6.1.3 (August 29, 2019)
|
|
|
1175
1287
|
- Issues with styles in Chart
|
|
1176
1288
|
- Issues with property "hidden" in Checkboxes and RadioGroup of Form
|
|
1177
1289
|
|
|
1178
|
-
|
|
1179
|
-
|
|
1290
|
+
|
|
1291
|
+
# Version 6.1.2 (August 22, 2019)
|
|
1180
1292
|
|
|
1181
1293
|
### Fixes
|
|
1182
1294
|
|
|
@@ -1184,32 +1296,36 @@ Version 6.1.2 (August 22, 2019)
|
|
|
1184
1296
|
- Issues with Form select
|
|
1185
1297
|
- Issue with Datacollection add() method
|
|
1186
1298
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1299
|
+
|
|
1300
|
+
# Version 6.1.1 (August 16, 2019)
|
|
1189
1301
|
|
|
1190
1302
|
### Fixes
|
|
1191
1303
|
|
|
1192
1304
|
- Issues with DnD in List and DataView
|
|
1193
1305
|
- Issue with getValue() method in Form
|
|
1194
1306
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1307
|
+
|
|
1308
|
+
# Version 6.1 (August 15, 2019)
|
|
1197
1309
|
|
|
1198
1310
|
### New functionality
|
|
1199
1311
|
|
|
1200
1312
|
#### ComboBox
|
|
1313
|
+
|
|
1201
1314
|
- Ability to manipulate the visibility of the Combo popup via the Popup API
|
|
1202
1315
|
|
|
1203
1316
|
#### Dataview/List
|
|
1317
|
+
|
|
1204
1318
|
- The possibility to edit items via API (DataView / List) or the configuration object (DataView / List)
|
|
1205
1319
|
- New editing-related events: DoubleClick, BeforeEditStart, BeforeEditEnd, AfterEditStart, AfterEditEnd
|
|
1206
1320
|
- Multiple selection of items (DataView / List)
|
|
1207
1321
|
- Multiple drag-n-drop of items (DataView / List)
|
|
1208
1322
|
|
|
1209
1323
|
#### Data/Tree Collection
|
|
1324
|
+
|
|
1210
1325
|
- A new LoadError event for catching loading errors
|
|
1211
1326
|
|
|
1212
1327
|
#### Form
|
|
1328
|
+
|
|
1213
1329
|
- Dynamic config updating and re-rendering of a form
|
|
1214
1330
|
- Adding values into controls on the fly
|
|
1215
1331
|
- Clearing a form
|
|
@@ -1217,6 +1333,7 @@ Version 6.1.0 (August 15, 2019)
|
|
|
1217
1333
|
- A new RadioGroup control for grouping RadioButtons
|
|
1218
1334
|
|
|
1219
1335
|
#### Grid
|
|
1336
|
+
|
|
1220
1337
|
- Editing the whole Grid or separate columns via the configuration object
|
|
1221
1338
|
- Editing certain cells via the API method
|
|
1222
1339
|
- New editing-related events: BeforeEditStart, BeforeEditEnd, AfterEditStart, AfterEditEnd
|
|
@@ -1226,27 +1343,33 @@ Version 6.1.0 (August 15, 2019)
|
|
|
1226
1343
|
- The possibility to enable automatic adding of an empty row to the end of the Grid
|
|
1227
1344
|
|
|
1228
1345
|
#### Popup
|
|
1346
|
+
|
|
1229
1347
|
- The possibility to adjust the Popup offsets
|
|
1230
1348
|
|
|
1231
1349
|
#### Tree
|
|
1350
|
+
|
|
1232
1351
|
- The possibility to enable editing of items via the configuration object
|
|
1233
1352
|
|
|
1234
1353
|
#### Window
|
|
1354
|
+
|
|
1235
1355
|
- The ability to check the visibility of a window
|
|
1236
1356
|
|
|
1237
1357
|
### Updates
|
|
1238
1358
|
|
|
1239
1359
|
#### Data/Tree Collection
|
|
1360
|
+
|
|
1240
1361
|
- Calling sort without parameters resets applied sorting
|
|
1241
1362
|
- The possibility to add an array of items via the add method
|
|
1242
1363
|
|
|
1243
1364
|
#### Form
|
|
1365
|
+
|
|
1244
1366
|
- The possibility to set values for DatePicker, TimePicker, ColorPicker Form controls via inputs
|
|
1245
1367
|
- The possibility to make Form Inputs hidden
|
|
1246
1368
|
- The autocomplete feature for Form Inputs
|
|
1247
1369
|
- Validation of a Form Select control
|
|
1248
1370
|
|
|
1249
1371
|
#### Grid
|
|
1372
|
+
|
|
1250
1373
|
- Extended selection possibilities
|
|
1251
1374
|
|
|
1252
1375
|
### Fixes
|
|
@@ -1255,8 +1378,7 @@ Version 6.1.0 (August 15, 2019)
|
|
|
1255
1378
|
- Behavior of the Slider control
|
|
1256
1379
|
|
|
1257
1380
|
|
|
1258
|
-
Version 6.0.4 (August 6, 2019)
|
|
1259
|
-
----------------------------
|
|
1381
|
+
# Version 6.0.4 (August 6, 2019)
|
|
1260
1382
|
|
|
1261
1383
|
### Fixes
|
|
1262
1384
|
|
|
@@ -1270,8 +1392,8 @@ Version 6.0.4 (August 6, 2019)
|
|
|
1270
1392
|
- Issues with names in Calendar localization
|
|
1271
1393
|
- Styles fixes
|
|
1272
1394
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1395
|
+
|
|
1396
|
+
# Version 6.0.3 (July 19, 2019)
|
|
1275
1397
|
|
|
1276
1398
|
### Fixes
|
|
1277
1399
|
|
|
@@ -1289,8 +1411,8 @@ Version 6.0.3 (July 19, 2019)
|
|
|
1289
1411
|
- Issues with z-index in Window and Popup
|
|
1290
1412
|
- Styles fixes
|
|
1291
1413
|
|
|
1292
|
-
|
|
1293
|
-
|
|
1414
|
+
|
|
1415
|
+
# Version 6.0.2 (July 11, 2019)
|
|
1294
1416
|
|
|
1295
1417
|
### Fixes
|
|
1296
1418
|
|
|
@@ -1303,8 +1425,8 @@ Version 6.0.2 (July 11, 2019)
|
|
|
1303
1425
|
- Issue with scroll in Combobox
|
|
1304
1426
|
- Issue with data parsing in Toolbar
|
|
1305
1427
|
|
|
1306
|
-
|
|
1307
|
-
|
|
1428
|
+
|
|
1429
|
+
# Version 6.0.1 (July 5, 2019)
|
|
1308
1430
|
|
|
1309
1431
|
### Fixes
|
|
1310
1432
|
|