mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
0.4.13
commit_hash:5118987eb8ceedcaa89c3709e06518f8ac5b1ecb
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
## 0.4.13
|
||||
|
||||
* DivKit updated 32.32.0 -> 32.40.0, minor updates to other dependencies
|
||||
* The css name in the package has been reverted.
|
||||
* Fixed a property with an `action` `type` in json
|
||||
* Fixed the type of properties with duration and `timer` interval per number in json
|
||||
* Minor visual fixes, especially in Safari
|
||||
* The 414x896 `viewport` returned. The ability to manually specify a custom viewport (with input fields for this) has returned. A new viewportList configuration property has been added, which allows you to set your own list of viewports.
|
||||
* Added `shadow` properties
|
||||
* Added `clip_to_bounds` property in the container
|
||||
* Added `accessibility` properties for all components (type, mode, description). Only the description has been intentionally left for a number of components.
|
||||
* Fixed the loss of the `tab` header when changing the component type in it.
|
||||
* Fixed the `tab` selection for 1 click in the preview
|
||||
* Fixed the display of warnings if they are inside inactive tabs/statuses.
|
||||
|
||||
## 0.4.12
|
||||
|
||||
* Updated DivKit 32.27.0 -> 32.32.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@divkitframework/visual-editor",
|
||||
"version": "0.4.12",
|
||||
"version": "0.4.13",
|
||||
"description": "Visual editor for DivKit",
|
||||
"keywords": [
|
||||
"server-driven-ui",
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
"props.thumb_text_style": "Текст указателя",
|
||||
"props.shadow": "Тень",
|
||||
"props.shadow_color": "Цвет тени",
|
||||
"props.shadow_alpha": "Дополнительная прозрачность",
|
||||
"props.shadow_alpha": "Прозрачность",
|
||||
"props.shadow_blur": "Сила размытия",
|
||||
"props.shadow_offset_x": "Смещение по X",
|
||||
"props.shadow_offset_y": "Смещение по Y",
|
||||
|
||||
Reference in New Issue
Block a user