Skip to content

Commit 3e899f9

Browse files
author
Victory
committed
[add] what's new v4.3
1 parent 51595c6 commit 3e899f9

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

docs/api/api_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ Parameters:
137137

138138
| Name | Description |
139139
| ----------------------------- | ------------------------------------ |
140+
| [](api/export_json_method.md) | @getshort(api/export_json_method.md) |
140141
| [](api/export_xlsx_method.md) | @getshort(api/export_xlsx_method.md) |

docs/api/overview/export_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ description: You can have an Export methods overview of the DHTMLX JavaScript Sp
88

99
| Name | Description |
1010
| ----------------------------- | ------------------------------------ |
11+
| [](../export_json_method.md) | @getshort(../export_json_method.md) |
1112
| [](../export_xlsx_method.md) | @getshort(../export_xlsx_method.md) |

docs/whats_new.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ description: You can learn what's new in the DHTMLX JavaScript Spreadsheet libra
66

77
# What's new
88

9+
If you are updating Spreadsheet from an older version, check [Migration to Newer Version](migration.md) for details.
10+
11+
## Version 4.3
12+
13+
<span class="rel_date_pivot">released on May 18, 2022</span>
14+
15+
### Breaking changes
16+
17+
Version 4.3 doesn't bring any breaking changes but introduce a new way of handling actions performed in the spreadsheet. Check the details in the [Migration article](migration.md#42---43).
18+
19+
### New functionality
20+
21+
- The ability to add a drop-down list of options into the cells via the [`setValidation()`](api/spreadsheet_setvalidation_method.md) method or via [UI](work_with_cells.md#using-drop-down-lists-in-cells)
22+
- The ability to fix rows on the top of the spreadsheet via the [`topSplit`](api/spreadsheet_topsplit_config.md) property
23+
- The ability to sort data via the [`sortCells()`](api/spreadsheet_sortcells_method.md) method or via [UI](sorting_data.md)
24+
- [The ability to split long text into multiple lines](data_formatting.md#wrap-text-in-a-cell) (*Text wrapping* button is added into the toolbar)
25+
- Significantly extended list of supported [Date, Financial, Math, String functions](functions.md#information-functions) (marked with *added in v4.3* label)
26+
- Support for [Lookup functions](functions.md#lookup-functions)
27+
- [Time format](number_formatting.md/#default-number-formats) is added
28+
- The ability to define the format of times in the spreadsheet cells via the [`timeFormat`](api/spreadsheet_timeformat_config.md) property
29+
- The ability to enter time in a cell via a time picker
30+
- [Export to JSON](api/export_json_method.md)
31+
- [Import from JSON](api/spreadsheet_load_method.md#loading-json-files)
32+
- New events are added: [beforeAction](api/spreadsheet_beforeaction_event.md) and [afterAction](api/spreadsheet_afteraction_event.md)
33+
- New [Actions system](api/overview/actions_overview.md)
34+
935
## Version 4.2
1036

1137
<span class="rel_date_pivot">released on November 29, 2021</span>

0 commit comments

Comments
 (0)