diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d9d7c67..68f637a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 27.0.0 + +# Android Client: +* Added RTL support for container, tabs, slider and indicator +* Fixed multiple find lifecycleOwner call +* Fixed multiple out animations ignoring or view doubling + +# iOS Client: +* Added `getStoredValue` functions support. +* Added RTL layout support in `DivContainer`. +* Added `updateCardSignal` to `DivKitComponents`. +* Replaced `UrlOpener` with `DivUrlHandler` protocol. Changed `DivActionHandler` API. + +# Web Client: +Fixes: +* Fixed an issue with the integer values from the several functions: `getYear`, `getMonth`, `getDay`, `getDayOfWeek`, `getHours`, `getMinutes`, `getSeconds`, `getMillis`, `len`, `index` and `lastIndex`. These integer values previously could produce errors in integer operations + + ## 26.2.0 # JSON Schema: diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index f38ecfcea..7a0a7e54a 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -1,3 +1,7 @@ +## 27.0.0 (July 31, 2023) +Fixes: +* Fixed an issue with the integer values from the several functions: `getYear`, `getMonth`, `getDay`, `getDayOfWeek`, `getHours`, `getMinutes`, `getSeconds`, `getMillis`, `len`, `index` and `lastIndex`. These integer values previously could produce errors in integer operations + ## 26.2.0 (July 24, 2023) Additions * Supported `text_alignement_horizontal` and `text_alignement_vertical` properties in `input`