Skip to content

Commit f48e97f

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/whats_new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Released on May X, 2025
2121
- Freezing/unfreezing columns/rows:
2222
- the ability to freeze/unfreeze columns and rows via UI
2323
- the ability to freeze/unfreeze columns and rows via API
24+
- new methods: `freezeCols()`, `unfreezeCols()`, `freezeRows()`, `unfreezeRows()`
25+
- new action: `toggleFreeze`
2426
- Hiding/showing columns/rows:
2527
- the ability to hide/show columns and rows via UI
2628
- the ability to hide/show columns and rows via API
29+
- new methods: `hideCols()`, `showCols()`, `hideRows()`, `showRows()`
30+
- new action: `toggleVisibility`
2731
- Working with formulas:
2832
- a popup with descriptions for formulas is added
2933
- a new locale: `formulas` is added

0 commit comments

Comments
 (0)