From d378cbb55ee90f9807eb2ac4f9d2ec91e9cb6a7d Mon Sep 17 00:00:00 2001 From: AlekseyManetov Date: Fri, 11 Oct 2024 17:19:01 +0200 Subject: [PATCH] update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c0f98b6dab..4a03f49be5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # 5.10.0 - 11.10.2024 **What's New** -[DataTable]: +* [DataTable]: * [Breaking change]: reworked `isAwaysVisible` column configuration prop. Now it's not make column fixed by default and doesn't forbid to unpin or reorder, it's only disallow to hide this column from table. If you need previous behavior, please use `isLocked` prop. * Added `isLocked` prop for column configuration. If `true` value provided, makes this column locked, which means that you can't hide, unpin or reorder this column. This column should always be pined. * [DataTable]: `ColumnsConfigurationModal` updated modal width from 420px to 560px according design, 'disabled' state for locked columns is changed to 'readonly', added vertical paddings to multiline column names.