Skip to content

Commit b36b30c

Browse files
committed
Merge branch 'next'
2 parents e3a206f + 8542862 commit b36b30c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/chart/api/chart_series_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ series: [
445445
</tr>
446446
<tr>
447447
<td><b>endDate</b></td>
448-
<td>(optional) the end date of the calendar heatmap; by default, the 31st of December of the maximal year specified in the dataset. <a href="../../../chart/configuration_properties/#default-range-of-dates">Read the details</a></td>
448+
<td>(optional) the end date of the calendar heatmap; by default, the 31st of December of the maximal year specified in the dataset. <a href="../../../chart/configuration_properties/#default-range-of-dates">Read the details.</a><br>If you use a string value to specify the end date, it should match the format specified via the <b>dateFormat</b> option.</td>
449449
</tr>
450450
<tr>
451451
<td><b>maxValue</b></td>
@@ -461,7 +461,7 @@ series: [
461461
</tr>
462462
<tr>
463463
<td><b>startDate</b></td>
464-
<td>(optional) the date starting from which the calendar heatmap will be displayed; by default, the 1st of January of the minimal year specified in the dataset. <a href="../../../chart/configuration_properties/#default-range-of-dates">Read the details</a></td>
464+
<td>(optional) the date starting from which the calendar heatmap will be displayed; by default, the 1st of January of the minimal year specified in the dataset. <a href="../../../chart/configuration_properties/#default-range-of-dates">Read the details.</a><br>If you use a string value to specify the start date, it should match the format specified via the <b>dateFormat</b> option.</td>
465465
</tr>
466466
<tr>
467467
<td><b>tooltip</b></td>

docs/chart/api/export/chart_pdf_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export.pdf(config?: object): void;
3131
- `right?: string | number` - (optional) defines a right margin, accepts values labeled with units
3232
- `top?: string | number` - (optional) defines a top margin, accepts values labeled with units
3333
- `bottom?: string | number` - (optional) defines a bottom margin, accepts values labeled with units
34-
- `format?: string` - (optional) defines a paper format. If defined, takes priority over **width** or **height** options. The ***'Letter'*** is set by default. Read more about formatting [here](https://github.com/puppeteer/puppeteer/blob/v16.0.0/docs/api/puppeteer.paperformat.md)
34+
- `format?: string` - (optional) defines a paper format. If defined, takes priority over **width** or **height** options. The ***'Letter'*** is set by default. Read more about formatting <a href="https://github.com/puppeteer/puppeteer/blob/v16.0.0/docs/api/puppeteer.paperformat.md">here</a>
3535

3636
### Example
3737

docs/whatsnew.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ description: You can explore what's new in DHTMLX Suite and its release history
88

99
Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns.
1010

11+
Version 8.0.2
12+
---------------
13+
14+
Released on March 20, 2023
15+
16+
### Fixes
17+
18+
- Grid. Fix the issue with editing of a span belonging to fixed columns or rows
19+
- Grid. Fix the issue with editing of cells when selection is enabled
20+
- Grid. Fix the issue with export to Excel after applying a custom font to Grid cells
21+
- Grid. Fix the issue with the [`adjustColumnWidth()`](grid/api/grid_adjustcolumnwidth_method.md) method after resizing of a column
22+
- Grid. Fix work of key navigation between a span and cell (in some cases)
23+
1124
Version 8.0.1
1225
---------------
1326

0 commit comments

Comments
 (0)