mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Updated changelog
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user