Skip to content

Commit 8b740c2

Browse files
committed
[update] what's new for v5.2
1 parent d7d8ae6 commit 8b740c2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/whats_new.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ Released on May X, 2025
1616

1717
### New functionality
1818

19-
- Ability to create a styled border for a group of cells
20-
- Ability to freeze columns and rows (both via the API and from the UI)
21-
- Ability to hide columns and rows (both via the API and from the UI)
22-
- A popup with descriptions for formulas is added
23-
- a new locale: `formulas`
24-
- A new `afterDataLoaded` event is added to indicate that the file import is complete
19+
- Editing cells:
20+
- the ability to create a styled border for a group of cells via UI
21+
- Freezing/unfreezing columns/rows:
22+
- the ability to freeze/unfreeze columns and rows via UI
23+
- the ability to freeze/unfreeze columns and rows via API
24+
- Hiding/showing columns/rows:
25+
- the ability to hide/show columns and rows via UI
26+
- the ability to hide/show columns and rows via API
27+
- Working with formulas:
28+
- a popup with descriptions for formulas is added
29+
- a new locale: `formulas` is added
30+
- File import:
31+
- a new `afterDataLoaded` event is added
2532

2633
### Fixes
2734

0 commit comments

Comments
 (0)