Updated changelog

This commit is contained in:
pkurchatov
2023-07-27 20:33:31 +03:00
parent 2a095630c1
commit 2b7667ec74
2 changed files with 22 additions and 0 deletions
+18
View File
@@ -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:
+4
View File
@@ -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`