Skip to content

Commit

Permalink
docs: (sdk) Update changelog for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corycaywood committed Oct 22, 2020
1 parent ce54558 commit 032e22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## CHANGELOG

### 1.x.x (In progress)
### 1.3.0 (2020-10-22)

- **Feature:** Added support for requesting the load and display of Interstitial & Rewarded Ads by the host application [See here](README.md#4-Show-Ads).
- **Feature:** Added support for requesting User Name and Profle Photo from Mini app to Host application [See here](README.md#5-Requesting-User-details).
- **Feature:** Set and lock device screen orientation. [See here](README.md#6-Set-screen-orientation).
- **Feature:** Added `MiniApp.getPlatform` for retrieving the platform name of the device. [See here](README.md#check-androidios-device).

### v1.2.0 (2020-10-02)

Expand Down
3 changes: 0 additions & 3 deletions js-miniapp-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ const platform = miniApp.getPlatform();
```
When it is not running by Android/iOS, the return value is `Unknown`.
The mini app can have its own device detection by not using SDK/
This can be done with [Bowser](https://github.com/lancedikson/bowser).
### Usage when testing in the browser
Currently, the SDK does not support testing in the browser. You must test using the [Android Mini App Demo App](https://github.com/rakutentech/android-miniapp) or [iOS Mini App Demo App](https://github.com/rakutentech/ios-miniapp) on an actual Android or iOS device.
Expand Down

0 comments on commit 032e22a

Please sign in to comment.