Skip to content

Commit 62318fd

Browse files
authored
Merge pull request #201 from proyecto26/develop
Release 3.5.1
2 parents 65b8321 + 8925be3 commit 62318fd

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
.github/
12
example/
3+
img/

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25+
## [3.5.1] - 2020-10-16
26+
27+
### Fixed
28+
29+
- Removed `files` option from **package.json** to use `.npmignore` instead.
30+
- Added `hasBackButton` to **index.d.ts** for typescript by [@sharifhh](https://github.com/sharifhh) ([#200](https://github.com/proyecto26/react-native-inappbrowser/pull/200)).
31+
2532
## [3.5.0] - 2020-10-16
2633

2734
### Added
@@ -168,7 +175,8 @@ Missing tags for previous versions 🤷‍♂
168175
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
169176

170177

171-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.5.0...HEAD
178+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.5.1...HEAD
179+
[3.5.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.5.0...v3.5.1
172180
[3.5.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.4.0...v3.5.0
173181
[3.4.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.4...v3.4.0
174182
[3.3.4]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...v3.3.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<h4 align="center"><a href="https://developer.chrome.com/multidevice/android/customtabs#whatarethey">Chrome Custom Tabs</a> for Android & <a href="https://developer.apple.com/documentation/safariservices">SafariServices</a>/<a href="https://developer.apple.com/documentation/authenticationservices">AuthenticationServices</a> for iOS.</h4>
3131

3232
<p align="center">
33-
<img width="400px" src="img/inappbrowser.png">
33+
<img width="400px" src="https://github.com/proyecto26/react-native-inappbrowser/blob/main/img/inappbrowser.png?raw=true">
3434
</p>
3535

3636
## Getting started

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ declare module 'react-native-inappbrowser-reborn' {
5353
endExit: string
5454
},
5555
headers?: { [key: string]: string },
56+
hasBackButton?: boolean,
5657
browserPackage?: string,
5758
showInRecents?: boolean
5859
}

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
"version": "3.5.0",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
6-
"files": [
7-
"android/",
8-
"ios/",
9-
"index.d.ts",
10-
"RNInAppBrowser.podspec"
11-
],
126
"scripts": {
137
"flow": "flow check",
148
"lint": "eslint index.js",

0 commit comments

Comments
 (0)