Skip to content

Commit 3ef1590

Browse files
committed
Update release notes and push to version 0.35.3
1 parent 7970e8d commit 3ef1590

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)