File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.35.3]
5+
6+ ### Changes
7+ - Migration ProductResolver to kotlin and make it possible to use it without a chooser
8+ - The show() method was deprecated and replaced by resolve() since it is possible now to use the
9+ resolver without visible interaction
10+ - Empty product image urls will be converted to null
11+ - The priceHeight property of the CheckoutBar contains now its margin
12+
413## [ 0.35.2]
514
615### Added
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030 }
3131
3232 project. ext {
33- sdkVersion= ' 0.35.2 '
33+ sdkVersion= ' 0.35.3 '
3434 versionCode= 1
3535
3636 compileSdkVersion= 30
You can’t perform that action at this time.
0 commit comments