From 828df4e2e458d1fa8a8b3becc26dd9871a6d5b73 Mon Sep 17 00:00:00 2001 From: grechka62 Date: Tue, 20 Sep 2022 18:25:17 +0300 Subject: [PATCH] Bump version to 8.0.0 --- CHANGELOG.md | 47 ++++++++++++++++++++++ client/ios/Configurations/Version.xcconfig | 2 +- client/ios/DivKit/DivKitInfo.swift | 2 +- client/web/divkit/CHANGELOG.md | 15 +++++++ client/web/divkit/package.json | 2 +- version | 2 +- 6 files changed, 66 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2ebe9df..806474195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +## 8.0.0 (September 20, 2022) +### Android Client: +Additions and changes: +* Added image change subscription +* Moved `observeTintColor` into `bind` method +* Refactored `DivBorderDrawer` +* Parsing patch from JSON +* Changed host tag +* Disabled bind on attach +* Implemented replacing of link or json when paste from buffer in demo-app +* Supported `true`/`false` literals into variables +* Bind `input` type for accessibility +Fixes: +* Fixed regression screen at release builds of demo-app +* Fixed image blinking on rebind +* Fixed text alignment in `input` when rtl enabled +* Fixed extensions reuse + +### iOS Client: +Additions and changes: +* Added `true`/`false` values support in `set_variable` actions +* Added `wrap` mode in DivContainer +* Added interactive snapshot tests +* Improved public API +* Improved dark mode in DivKit Playground +* Updated bool values parsing in set_variable actions +Fixes: +* Fixed transition animations +* Fixed DivContainer error messages + +### Web Client: +Additions and changes: +* BooleanInt props now accepts booleans too +* Implemented boolean values for boolean variables +* Reworked `container` layout +* Added package tests +* Downgraded `babel-preset-jest`, so it is possible to run divkit tests with an older version of the node.js +Fixes: +* Fixed zero-values in `action_animation` +* Fixed `grid` recalculation +* Fixed layout of `pager` child elements when their size is too small + +### Kotlin JSON builder +Addition: +* Implemented flags for hash files + + ## 7.0.0 (September 13, 2022) ### Android Client: Additions and changes: diff --git a/client/ios/Configurations/Version.xcconfig b/client/ios/Configurations/Version.xcconfig index 4cfad0eb7..e20ae15e7 100644 --- a/client/ios/Configurations/Version.xcconfig +++ b/client/ios/Configurations/Version.xcconfig @@ -1 +1 @@ -MARKETING_VERSION = 7.0.0 +MARKETING_VERSION = 8.0.0 diff --git a/client/ios/DivKit/DivKitInfo.swift b/client/ios/DivKit/DivKitInfo.swift index 2f94e990b..a58991020 100644 --- a/client/ios/DivKit/DivKitInfo.swift +++ b/client/ios/DivKit/DivKitInfo.swift @@ -1,3 +1,3 @@ public enum DivKitInfo { - public static let version = "7.0.0" + public static let version = "8.0.0" } diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index b24b92057..357e52673 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -1,3 +1,18 @@ +## 8.0.0 (September 20, 2022) + +Changes and additions: +* BooleanInt props now accepts booleans too +* Implemented boolean values for boolean variables +* Reworked `container` layout +* Added package tests +* Downgraded `babel-preset-jest`, so it is possible to run divkit tests with an older version of the node.js + +Fixes: +* Fixed zero-values in `action_animation` +* Fixed `grid` recalculation +* Fixed layout of `pager` child elements when their size is too small + + ## 7.0.0 (September 13, 2022) Addition: diff --git a/client/web/divkit/package.json b/client/web/divkit/package.json index 35c780330..d03e3416d 100644 --- a/client/web/divkit/package.json +++ b/client/web/divkit/package.json @@ -1,6 +1,6 @@ { "name": "@divkitframework/divkit", - "version": "7.0.0", + "version": "8.0.0", "description": "DivKit for the web", "keywords": [ "server-driven-ui", diff --git a/version b/version index 66ce77b7e..ae9a76b92 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.0.0 +8.0.0