dhx-suite 7.3.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-suite",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "description": "dhtmlxSuite widget",
5
5
  "homepage":"https://docs.dhtmlx.com",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
3
 
4
- dhtmlxSuite v.7.3.1 Standard
4
+ dhtmlxSuite v.7.3.2 Standard
5
5
  This software is covered by GPL-2.0 License. Usage without proper license is prohibited.
6
6
 
7
7
  (c) XB Software.
package/whatsnew.txt CHANGED
@@ -1,3 +1,14 @@
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
+
1
12
  # Version 7.3.1 (March 17, 2022)
2
13
 
3
14
  ### Fixes