Commit Graph

23 Commits

Author SHA1 Message Date
semantic-release-bot d398323b5b chore(release): 2.7.1 [skip ci]
## [2.7.1](https://github.com/react-native-community/react-native-webview/compare/v2.7.0...v2.7.1) (2018-11-19)

### Bug Fixes

* **WKWebview:** Fixed for supporting mediaPlaybackRequiresUserAction option under iOS 10. ([#129](https://github.com/react-native-community/react-native-webview/issues/129)) ([c0c0116](https://github.com/react-native-community/react-native-webview/commit/c0c0116))
2018-11-19 10:20:22 +00:00
semantic-release-bot 57e6134e67 chore(release): 2.7.0 [skip ci]
# [2.7.0](https://github.com/react-native-community/react-native-webview/compare/v2.6.0...v2.7.0) (2018-11-19)

### Features

* **WKWebview:** Add 'userAgent' property to the iOS WKWebView. ([#112](https://github.com/react-native-community/react-native-webview/issues/112)) ([2ec5fa5](https://github.com/react-native-community/react-native-webview/commit/2ec5fa5))
2018-11-19 10:15:16 +00:00
semantic-release-bot 24572d01a3 chore(release): 2.6.0 [skip ci]
# [2.6.0](https://github.com/react-native-community/react-native-webview/compare/v2.5.0...v2.6.0) (2018-11-19)

### Features

* **typings:** Add typescript definitions ([#95](https://github.com/react-native-community/react-native-webview/issues/95)) ([715fe61](https://github.com/react-native-community/react-native-webview/commit/715fe61))
2018-11-19 10:01:16 +00:00
doomsower 715fe61cc5 feat(typings): Add typescript definitions (#95)
Typescript definitions are based on flow
Tested them a bit in my project
I think couple of event types are screwed in flow definitions (synthetic/non-synthetic are mixed), tried my best to test which events are really received.
2018-11-19 10:59:21 +01:00
semantic-release-bot 30237f39ba chore(release): 2.5.0 [skip ci]
# [2.5.0](https://github.com/react-native-community/react-native-webview/compare/v2.4.3...v2.5.0) (2018-10-21)

### Features

* **WKWebview:** [iOS] Add 'allowsBackForwardNavigationGestures' property ([#97](https://github.com/react-native-community/react-native-webview/issues/97)) ([7f35344](https://github.com/react-native-community/react-native-webview/commit/7f35344))
2018-10-21 21:14:29 +00:00
semantic-release-bot d55ce2b7bf chore(release): 2.4.3 [skip ci]
## [2.4.3](https://github.com/react-native-community/react-native-webview/compare/v2.4.2...v2.4.3) (2018-10-18)

### Bug Fixes

* **semantic-release:** Added Missong devDeps for CI ([1394c7d](https://github.com/react-native-community/react-native-webview/commit/1394c7d))
* **semantic-release:** Use git plugin to auto commit ([c727dd9](https://github.com/react-native-community/react-native-webview/commit/c727dd9))
2018-10-18 09:44:14 +00:00
Thibault Malbranche 1394c7de06 fix(semantic-release): Added Missong devDeps for CI 2018-10-18 11:42:21 +02:00
Thibault Malbranche 171f778134 fix(semantic-release): Auto increment package.json
Bumped deps version to use new format
2018-10-18 11:31:19 +02:00
Bae Hyeonseung 59b513b754 fix(package.json): Add license to podspec and update package.json version dynamically. (#98)
Fix cocoapods install error and warning.
```
Fetching podspec for `react-native-webview` from `../node_modules/react-native-webview`
[!] The `react-native-webview` pod failed to validate due to 1 error:
    - WARN  | attributes: Missing required attribute `license`.
    - ERROR | version: The version of the spec should be higher than 0.
    - WARN  | license: Missing license type.
    - WARN  | source: Git sources should specify a tag.
```
2018-10-18 11:08:49 +02:00
Thibault Malbranche 525ebfa06e
chore(ci and npm): Setup CircleCI and semantic-release
Setup CircleCI and semantic-release
2018-10-17 14:54:44 +02:00
Thibault Malbranche e7534c2b61 Update package.json 2018-10-13 00:56:22 +02:00
Thibault Malbranche 7e0ef2354c Update package.json 2018-10-13 00:54:52 +02:00
Thibault Malbranche 8cb43c0722 Update package.json 2018-10-13 00:49:59 +02:00
Dulmandakh 8c60e5afcf depends on react-native@^0.57 2018-09-12 04:00:12 +08:00
empyrical c3e2443d24
Restore minimum react native version ^0.56 2018-09-10 22:02:38 -06:00
empyrical 133f1e36bc
Add WebView Flow types 2018-09-10 18:46:07 -06:00
Thibault Malbranche c9e04603d7 CocoaPods implementation 2018-09-09 19:36:28 +02:00
Jamon Holmgren 04ed1c7ad2 Minor README tweak and bump version to 0.1.0 2018-09-08 17:03:46 -07:00
Jamon Holmgren 26d2f5ced4 WIP: iOS WKWebView 2018-09-08 10:42:02 -07:00
Jamon Holmgren eb99f1e4b3 Rename from ir-webview to react-native-webview 2018-08-15 19:23:26 -07:00
Jamon Holmgren 52ba380e4a Added RNCWebViewManager to xcode proj 2018-08-02 23:52:31 -07:00
Jamon Holmgren de32a8c14f Remove example repo 2018-07-30 22:00:33 -07:00
Jamon Holmgren be9c217dfe Initial 2018-07-30 20:21:48 -07:00