Skip to content

Commit 98292f6

Browse files
committed
bump version + update changelog
1 parent f4dc70e commit 98292f6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.60.0-alpha01]
5+
6+
### Breaking Changes
7+
- Removed 'ui-integration' module and integrated it into 'ui'
8+
- All Fragments have its package name changed due to this.
9+
- Now supporting Activities for all screens. For example 'SelfScanningActivity" for the Scanner.
10+
Refer to the Documentation for a list of all Activites/Fragments and View's
11+
- Removed SnabbleUI.registerUiCallbacks in favor of SnabbleUI.setUiAction
12+
- UI Callback are now entirely optional, and Activites will be launched if a UI Event is not implemented
13+
by the hosting application
14+
- Upgrading from 0.52.x requires the callbacks to be changed, but the general flow is the same if you were using Fragments
15+
- Cleanup is done automatically, no SnabbleUI.unregisterUiCallbacks is necessary anymore!
16+
- Checkout is now done in it's own Activity and can be started by using CheckoutActivity.startCheckoutFlow
17+
18+
### Notes
19+
- Toolbar can be enabled in Activities by setting **snabbleToolbarStyle** in your Application theme
20+
421
## [0.52.0]
522

623
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.52.0'
34+
sdkVersion='0.60.0-alpha01'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)