You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whats_new.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,32 @@ description: You can learn what's new in the DHTMLX JavaScript Spreadsheet libra
6
6
7
7
# What's new
8
8
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
+
<spanclass="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
+
9
35
## Version 4.2
10
36
11
37
<spanclass="rel_date_pivot">released on November 29, 2021</span>
0 commit comments