Skip to content

Commit b1e0cae

Browse files
authored
Update CHANGELOG.md
1 parent 098c1ed commit b1e0cae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
## [0.66.0]
55

6+
### Breaking Changes
7+
- Added "onCartDataChanged" to ShoppingCartListener
8+
69
### Changed
710
- Allow manual initialization by omitting 'snabble_app_id' or 'snabble_secret'
11+
- ShoppingCart serialization is now per shop, instead of per project
12+
- Allow the user to enter a PIN as a Fallback when prompting for the users Fingerprint
13+
- `ShoppingCartView` is now able to listen for `Snabble.checkedInProject` changes
14+
- `SelfScanningView` is now able to listen for `Snabble.checkedInProject` changes
815

916
### Fixed
1017
- Coupon manager which might cause NPE after leaving a shop
18+
- When a checkout can not be aborted, dont route the user automatically to the payment status screen
19+
- Checkout now does not get stuck in status PAYMNET_ABORT_FAILED
20+
- Excess whitespace on `DefaultProductConfirmationDialog` when a product has no price
1121

1222
## [0.65.0]
1323

0 commit comments

Comments
 (0)