From 9d8c62477b875bad4f651910252f3f440a6e25bf Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Tue, 26 May 2026 17:15:39 +0300 Subject: [PATCH] [add] dynamic array functions into what's new 6.0 --- docs/whats_new.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whats_new.md b/docs/whats_new.md index 8ea1ef0b..2fcfebe9 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -32,6 +32,7 @@ The new release introduces significant changes in the Spreadsheet API: there is - setting a default font size option via a [built-in toolbar control](/customization/#default-controls) - setting a [custom font size](/customization/#custom-font-size) for the toolbar control - New conditional aggregate functions are added into the [formulas engine](/functions/#math-functions): `COUNTIF`, `COUNTIFS`, `SUMIF`, `SUMIFS`, `AVERAGEIF`, `AVERAGEIFS`, `MAXIFS`, `MINIFS` +- New dynamic array functions are added into the [formulas engine](/functions/#array-functions): `CHOOSECOLS`, `CHOOSEROWS`, `DROP`, `EXPAND`, `RANDARRAY`, `SEQUENCE`, `SORT`, `SORTBY`, `TAKE`, `TEXTSPLIT`, `TOCOL`, `TOROW`, `UNIQUE`, `WRAPCOLS`, `WRAPROWS` - The [`awaitRedraw()`](/awaitredraw/) helper is added for Spreadsheet to detect the rendering process and run the desired code after the component finishes rendering - [JSDoc annotations](/using_typescript/#jsdoc-hints) are added to the type definitions, providing inline API descriptions, parameter types, and code examples directly in the IDE