From 0878b925dbb19110331dd8166d63dbcdb5912b89 Mon Sep 17 00:00:00 2001 From: robot-divkit Date: Thu, 11 Sep 2025 10:47:26 +0300 Subject: [PATCH] Updated DivKit 32.17.0 changelog commit_hash:264100afeec15d5d6f587bc1e1703e575b74e4ef --- CHANGELOG.md | 14 ++++++++++++++ client/web/divkit/CHANGELOG.md | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1bf562a..c8bb69a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 32.17.0 + +# Android Client: +* Support `div-text-range` `mask` property. +* Support item_spacing and line_spacing for container. + +# iOS Client: +* Fixed a crash in the gallery when deleting items. +* Fixed bug with switching tabs with dynamic height. + +# Web Client: +* Added support for the `item_spacing` and `line_spacing` properties in `container`. + + ## 32.16.0 # Android Client: diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index 1413566b1..1a3b03094 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -1,3 +1,8 @@ +## 32.17.0 (September 15, 2025) + +* Added support for the `item_spacing` and `line_spacing` properties in `container`. + + ## 32.15.0 (September 1, 2025) * Fixed a bug that could cause duplicates to appear in `item_builder` after updating data.