Skip to content

Commit

Permalink
Add the changes for version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoudFallahpourbaee committed Jun 27, 2024
1 parent 0dd572e commit 21e64f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.3] - 2024-06-27
- Added the following two optional props to the `KlarnaStandaloneWebView` component:
- `overScrollMode: 'always' | 'content' | 'never'`: allows setting the over scroll mode of the web view (Android-only).
- `bounces: boolean`: Allows controlling whether the web view's scroll view bounces past the edge of content and back again (iOS-only).

## [2.3.2] - 2024-06-18
- Added single ObjC header file for both old and new architecture implementations.

Expand Down

0 comments on commit 21e64f3

Please sign in to comment.